Commit Graph

15 Commits

Author SHA1 Message Date
Lucas Verney af29496245 Better colorscheme
Use Cubehelix perceptual rainbow colorscheme, which degrades nicely when
desaturated, with the correct number of elements.

See
http://www.ifweassume.com/2013/05/cubehelix-or-how-i-learned-to-love.html.

Closes https://github.com/Phyks/replot/issues/8.
2016-03-09 14:50:30 +01:00
Lucas Verney 09ea785806 Add logplot and loglogplot methods. Closes https://github.com/Phyks/replot/issues/14 2016-03-09 11:46:35 +01:00
Lucas Verney d672b2873e Forgot to bump README.md 2016-03-09 11:29:33 +01:00
Lucas Verney fb89761857 Reference to gridify in README no longer valid 2016-03-04 18:47:26 +01:00
Lucas Verney f49394cf26 Add a link to the Examples notebook in README.md 2016-03-03 18:11:59 +01:00
Lucas Verney cb94a723c4 Fix markup error in README.md 2016-03-03 18:11:05 +01:00
Lucas Verney 4a0b27d4a1 Improve doc + gridify
Add an `ignore_groups` option to gridify to organize automatically the
plots in different subgroups.
2016-03-03 18:09:47 +01:00
Lucas Verney dfeed6f526 Better documentation jupyter notebook 2016-03-03 15:35:44 +01:00
Lucas Verney a91da5e77b Add a `save` method + bugfixes
* Add a `save` method to save images, and a `savepath` argument.
* Fix a bug with legend, due to the introduction of plot groups.
* Continue work on `gridify` method, still WIP.
2016-03-03 12:12:30 +01:00
Lucas Verney 2067e2008f Fix some bugs
* Fix a bug ``NoneType`` is not iterable due to custom kwargs.
* No longer attempt to plot the figure when exiting due to an exception.

Started to implement the grid layout.
2016-03-02 17:59:52 +01:00
Lucas Verney f9c55c336d Update doc 2016-03-02 16:59:15 +01:00
Lucas Verney eefaf16ed3 Update doc 2016-03-02 14:34:57 +01:00
Lucas Verney c380397000 Add a setup.py file 2016-03-01 16:47:34 +01:00
Lucas Verney 81bb851e10 Better handling of legend
Automatically add a legend to the graph if labelled data is found,
except if user explicitly disabled the legend.
2016-03-01 15:12:59 +01:00
Lucas Verney b3f2b03e8f Initial commit 2016-03-01 14:51:25 +01:00