Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 746 Bytes

tutorials.rst

File metadata and controls

32 lines (22 loc) · 746 Bytes

Tutorials

Plot three series

See the output at http://blacksburg98.github.io/dyplot/html/tutorial1.html

../examples/tutorial1.py

Pie Chart

See the output at http://blacksburg98.github.io/dyplot/html/c3_pie.html

../examples/c3_pie.py

Bar Chart

See the output at http://blacksburg98.github.io/dyplot/html/c3_bar.html

../examples/c3_bar.py

Histogram

See the output at http://blacksburg98.github.io/dyplot/html/c3_hist.html

../examples/c3_hist.py

Scatter Plot

See the output at http://blacksburg98.github.io/dyplot/html/nvd3_scatter.html

../examples/nvd3_scatter.py