Re: [Matplotlib-users] colormap default

2014-04-07 Thread diedro
dear all, I get it. I have only to set: cm = matplotlib.cm.get_cmap() and then I have again the default colormap -- View this message in context: http://matplotlib.1069221.n5.nabble.com/colormap-default-tp43196p43197.html Sent from the matplotlib - users mailing list archive at Nabble.com.

[Matplotlib-users] colormap default

2014-04-07 Thread diedro
Dear all, I am trying to plot different subplot with different colormap colors. this is the first one, with colormap in red (YlOrRd): cm = matplotlib.cm.get_cmap('*YlOrRd*') sc=ax1.scatter(xp[::N],yp[::N], s=20, c=QA[::N], marker='o',edgecolor='none',alpha=0.8,

Re: [Matplotlib-users] video without black bands

2014-03-13 Thread diedro
50...@n5.nabble.com> wrote: > In your options to mencoder, you are specifying the width/height as: > > >>> 'type=png:w=9800:h=600:fps=0.6', > > But your PNGs have size of 704x538 pixels. That's why you have black bars > on either side of your animation. &

Re: [Matplotlib-users] video without black bands

2014-03-12 Thread diedro
options you're passing to > *mencoder*. > > What's the size of your orginal pngs? > > > > 2014-03-12 11:58 GMT+01:00 diedro <[hidden > email]<http://user/SendEmail.jtp?type=node&node=43046&i=0> > >: > >> Dear all, >> I have created a vid

[Matplotlib-users] video without black bands

2014-03-12 Thread diedro
Dear all, I have created a video from *.png files. The problem is that my video has black bands on the left and on the right. I have used the following commands: command = ('mencoder', 'mf://*.png', '-mf', 'type=png:w=9800:h=600:fps=0.6', '-ovc',