/pyplot-csv

Generating Plots from CSV easily using Python

Primary LanguagePython

pyplot-csv

Generating Plots from CSV easily using Python

Test Donut Chart

Plotting using the popular Matplotlib library is often daunting at times for newbies. With so many types of plots and options, learning and understanding the Matplotlib library itself can be worth a semester-long university level course! Hence, here is a simple python script with which you can generate matplotlib charts for your data. Just export your data into CSV and use this tool.

The following is the list of the supported chart types:

Scatter Plots

Test Scatter Plot

Bar Charts

Simple bar chart: Test Bar Chart

Stacked bar chart: Test Bar Chart Stacked

Line Charts

Simple line chart: Simple Line Chart

Stacked line chart: Stacked Line Chart

Donut Charts

Test Donut Chart