Last updated:
0 purchases
personalVisualisation 1.2.0
Charts
Generate image
generate pie chart
./images/pie.py, generate_pie_chart_image_data(data)
obj = {
one: 10
two: 20
three: 30
}
Caption 1: Expected input structure for generate_pie_chart_image_data function
Change log
[1.2.0] - 2024-08-01
add:
Bar.py: Added bar chart image generation
fixed:
others:
[1.1.1] - 2024-07-06
add:
fixed:
others:
Incorporated log function call in image/line.py.
[1.1.0] - 2024-06-23
add:
Line.py: You can generate line chart binary now from x and y array data.
fixed:
others:
[1.0.0] - 2024-06-23
add:
image visualisation: Charts that is presented in terms of image binary data
pie visual for image: Display a pie chart.
root init file: Added log_data class initialisation.
fixed:
others:
Purpose of image visualisation: For displaying visuals in the front end.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.