Re: [Matplotlib-users] Looking for feedback on figures using matplotlib and jupyter notebook

2016-01-29 Thread Andreas Mueller
kup cell? [maybe I should move that question to the jupyter list, though] On 01/28/2016 10:17 PM, Fernando Perez wrote: On Thu, Jan 28, 2016 at 3:23 PM, Andreas Mueller <mailto:t3k...@gmail.com>> wrote: Hi all. This is about a joint jupyter-notebook / matplotlib problem I

[Matplotlib-users] Looking for feedback on figures using matplotlib and jupyter notebook

2016-01-28 Thread Andreas Mueller
Hi all. This is about a joint jupyter-notebook / matplotlib problem I've been thinking about. So I'm writing a book using jupyter-notebook, and all my figures are generated using matplotlib. In books, there is usually a figure caption with a running number and some description. From what I re

Re: [Matplotlib-users] Saving animations

2012-10-05 Thread Andreas Mueller
On 10/05/2012 02:49 AM, Ryan May wrote: > On Thu, Oct 4, 2012 at 12:38 PM, Andreas Mueller > wrote: >> On 10/04/2012 03:51 PM, Benjamin Root wrote: >> On Thu, Oct 4, 2012 at 10:02 AM, Andreas Mueller >> wrote: >>> Hi everybody. >>> I have been t

Re: [Matplotlib-users] Saving animations

2012-10-04 Thread Andreas Mueller
On 10/04/2012 03:51 PM, Benjamin Root wrote: On Thu, Oct 4, 2012 at 10:02 AM, Andreas Mueller mailto:amuel...@ais.uni-bonn.de>> wrote: Hi everybody. I have been trying to save some animations I made and I encountered the problem mentioned here <http://source

[Matplotlib-users] Saving animations

2012-10-04 Thread Andreas Mueller
Hi everybody. I have been trying to save some animations I made and I encountered the problem mentioned here . I am using current master.

[Matplotlib-users] Turning of ticks in matplotlibrc

2012-05-21 Thread Andreas Mueller
Hi everybody. I have been trying to turn off xticks and yticks and their labels in matplotlibrc. Ticks have an argument "tick1On" and "label1On" but it seems I can not use these in the config file. Is that correct? Is t