Skip to main content

Build and awesome animated graph easily

Project description

AnimatedGraphs

Build and awesome animated graph easily

Installation

Use the package manager pip to install AnimatedGraphs.

pip install AnimatedGraphs

Usage

import AnimatedGraphs as ag
from AnimatedGraphs import AnimatedBar as agBar

GRAPH_FILENAME = agBar.CreateGraphBar(
    dataset,
    args**
)
if (GRAPH_FILENAME != ""):
    print("Succeed. Animated grahBar available at {}" + GRAPH_FILENAME)
else:
    print("something went wrong")

Args** details

Argument Required? Possible Values Default value / action
dataset Yes numpy arr
aggregation_type Yes "COUNT", "SUM"
aggregation_column when AGG=SUM String
bar_column_name Yes String
iteration_column_name Yes String
series_column_name Yes String
graph_title Yes String
x_label Opcional String
y_label Opcional String
zip_image_url Opcional String: URL to Zip
bar_sort_list Opcional Array of String
graph_steps Opcional Integer 10
animation_frame_duration Opcional Float (0-3] 1.0
output_filename Opcional String "animated-graph.gif"

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AnimatedGraphs-0.7.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

AnimatedGraphs-0.7-py3-none-any.whl (4.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page