Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dfenestrator committed May 24, 2016
2 parents 4bed07a + 50114fb commit 9c8de52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ For timeseries, use as your x-axis the following format (as a string): 'yyyy-mm-
- automatic datetime/string/numeric detection on x-axis input (a huge pain point in both MATLAB and matplotlib)
- Easy webpage integration (just copy and paste the HTML/Javascript from the output HTML file)
- Jupyter notebook integration (use plot_nb, scatter_nb, bar_nb, and hist_nb for plots in notebooks)
Note: There is an existing issue where the first plot does not always work in Jupyter because the Google library is not loading properly. If you have issues with this, re-run your code or run the non-notebook version once ("plot" instead of "plot_nb") to load the library. Everything should work in your session after that.

## Some Rules
- Headers are column titles. The dependent variable header will be the title of the x axis, and the other headers will appear in the legend.
Expand Down
3 changes: 2 additions & 1 deletion compareToMatplotlib.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
- Works without numpy - just uses Python lists

## Disadvantages
- Limited features. Matplotlib has a lot more features and is overall more powerful
- Limited features. Matplotlib has a lot more features and is overall much more powerful
- Dynamic graph resizing
- Performance - Matplotlib handles large amounts of data better

0 comments on commit 9c8de52

Please sign in to comment.