Tony Yu
2015-01-06 04:42:08 UTC
I've been playing around with learning Javascript lately. As part of the
process, I created a Flask app to build a gallery for matplotlib style
sheets:
https://github.com/tonysyu/matplotlib-style-gallery
If you run that locally, you can actually input styles, either with a URL
to a *.mplstyle file or with matplotlibrc commands. Here's a static version
without the custom inputs:
http://tonysyu.github.io/raw_content/matplotlib-style-gallery/gallery.html
Ideally, I'd get this into a form that could be submitted as a PR for the
matplotlib website, but I'll need a bit more spare time to learn some more
web development (sessions, client storage, etc).
Cheers!
-Tony
process, I created a Flask app to build a gallery for matplotlib style
sheets:
https://github.com/tonysyu/matplotlib-style-gallery
If you run that locally, you can actually input styles, either with a URL
to a *.mplstyle file or with matplotlibrc commands. Here's a static version
without the custom inputs:
http://tonysyu.github.io/raw_content/matplotlib-style-gallery/gallery.html
Ideally, I'd get this into a form that could be submitted as a PR for the
matplotlib website, but I'll need a bit more spare time to learn some more
web development (sessions, client storage, etc).
Cheers!
-Tony