Re: [Matplotlib-users] mpl 1.3 & xkcd

2013-10-17 Thread Matthias BUSSONNIER
> In the process, I also skimmed the 1.3 release notes. What's this? How > was it that I missed the new xkcd style??? Did you know about http://matplotlib.org/xkcd/gallery.html > > I don't know who is responsible for your marketing, but they clearly > need to blanket the world with press relea

Re: [Matplotlib-users] savefig

2013-06-13 Thread Matthias BUSSONNIER
close_figures, not close_all Haven't tried to switch it at run time using %config magic though. $ ipython [qtconsole|notebook|whatever] --help-all to get all option as examples in config files are **not** updated with IPython. InlineBackend options - --InlineBackend.close_

Re: [Matplotlib-users] major/minor grid settings in matplotlibrc

2013-06-03 Thread Matthias BUSSONNIER
Hi Pierre, Thanks for asking on the ML for me :-) I dived into the code and came up with a PR (link at the end) In short, in the constructor of Ticks , self.gridOn is set to the value of rcParam.axes.grid regardless of wether the Ticks is Major or Minor. I proposed one fix, but I'm not sure

Re: [Matplotlib-users] XKCD style graphs?

2012-10-05 Thread Matthias BUSSONNIER
Le 4 oct. 2012 à 23:09, Juergen Hasch a écrit : > Here is my take on it as an IPython notebook, based on Damon's code: > http://nbviewer.ipython.org/3835181/ > > I took the engineering approach and filtered the random function instead of > doing some fft/ifft magic. > Also, X and Y of the funct

Re: [Matplotlib-users] [matplotlib-users] Embed plot in a website?

2012-08-30 Thread Matthias BUSSONNIER
Le 30 août 2012 à 10:04, Fabien Lafont a écrit : > Hello everyone, > > I'm wondering if it's possible to have a matplotlib graph online ? I mean > zoom drag and so on on a plot? Hi Fabien, http://code.google.com/p/mplh5canvas/ maybe ? (haven't tried it myself) -- Matthias -

Re: [Matplotlib-users] New tutorial (beginner level)

2012-08-11 Thread Matthias BUSSONNIER
>> wrote: >>> By the way, I suspect the simple plot part may well suited for the ipython >>> notebook ! >>> I'll give it a try. >> >> Actually in the notebook it is now possible to enable exercises, >> hints, reveal-boxes, etc. I'm cc