> 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
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_
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
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
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
-
>> 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