Hacker News new | ask | show | jobs
by acadien 4066 days ago
Also matplotlib recently added stylesheets

http://matplotlib.org/users/style_sheets.html

which gets you ~75% of the way there to ggplot style plots. I've found a number of edge cases where the plots don't turn out right when using the ggplot sheet. BUT the important part is you can set your own default plotting style with a single line of code and keep everything nice and pythonic (well kind of pythonic since you're using matplotlib...)

1 comments

There is also http://ggplot.yhathq.com/ which is buggy for complex graphs but rapidly getting better - indispensable for me.
Is this still being developed? The last commit on github was 6 months ago.