scalation / scalation_kernel

ScalaTion kernel for Jupyter
MIT License
3 stars 5 forks source link

Implement more Plotting Options via Pyplot API #2

Open mepcotterell opened 6 years ago

mepcotterell commented 6 years ago

Both ::plotv and ::plotm use the matplotlib.pyplot module to build there plots. As this module has support many different kinds of plots, the ::plotv and ::plotm commands should be extended to provide more plot types.

Some plot types of interest include:

The plot types above will likely be revised over the lifetime of this issue.

DatabaseDat commented 6 years ago

Will look into adding bar graphs to ::plotv