Re: [Matplotlib-users] synchronize magnification of subplots?

2015-02-03 Thread Marcel Milcent
You can also use ( http://matplotlib.org/examples/pylab_examples/shared_axis_demo.html): ax2 = subplot(212, sharex=ax1) Em Tue Feb 03 2015 at 22:13:44, Paul Hobson escreveu: > I only have the notebook to mes around in, but the following works for me: > > %matplotlib nbagg > import matplotlib.p

Re: [Matplotlib-users] matplotlib finance

2015-01-31 Thread Marcel Milcent
Even deprecated, mpl.finance can do some of the things you need. Check these tutotials, and others, here: https://www.youtube.com/playlist?list=PLQVvvaa0QuDc2QjQOkZ4rtLYZVll_sZFZ There is also something about live stream and memory usage concern with matplotlib when reloading the charts, somewhere

Re: [Matplotlib-users] adding legends

2014-10-20 Thread Marcel Milcent
Indeed, the legends showing in that figure should be 'Model length', 'Data length' and 'Total message length', which were the labels given to each plot command. Maybe there was a mismatch between code and plot there. 2014-10-20 11:59 GMT-02:00 Tommy Carstensen : > Does anyone know, how they were

Re: [Matplotlib-users] PyPlot crashes upon closing

2012-02-22 Thread Marcel
cabraut writes: > > > Dear Jakob and Ben, > > I am seeing the same error. This is with a clean install of Python 2.7, > numpy 1.6.1, and matplotlib 1.0.1 (all 32-bit versions running under a Win 7 > 64-bit OS). In fact, all I am doing to test this is to execute the > 'embedding_in_tk.py' ex

Re: [Matplotlib-users] Bug in scatter

2011-08-19 Thread Marcel Zemp
Hi Richard, I've submitted this a while ago to the mailing list [1] as well, but nobody answered. :-( Hopefully, somebody knows an answer this time. - Marcel [1] http://www.mail-archive.com/matplotlib-users@lists.sourceforge.net/msg20684.html

Re: [Matplotlib-users] Opensuse RPMs

2007-03-14 Thread Marcel Oliver
working. > Can you provide the version of your Fedora and the Version of the > matplotlib package? > It would be much easier to track the differences and fix the package. http://mirrors.usc.edu/pub/linux/distributions/fedora/extras/6/SRPMS/python-matplotlib-0.87.7-3.fc6.src.rpm Thanks a

[Matplotlib-users] Opensuse RPMs

2007-03-08 Thread Marcel Oliver
rom a standard repository without any manual fiddling. Otherwise, I'd be out of luck. On my personal workstation I run Fedora where I never had any problem with the "official" RPMs from Fedora Extra...) Regards, Marcel PS.: Yes, I got past the BLAS/Lapack problem. Short answer:

[Matplotlib-users] axis not accepting keyword arguments any longer?

2007-01-09 Thread Marcel Oliver
s? Thanks, Marcel /home/marcel/src/python/advection/paper1/colonius.py in colonius(Q, full) 93 figure () 94 xlabel (r'$\xi$') ---> 95 axis (xmin=0, xmax=pi) 96 plot (xxiplot, omega(xxiplot), "k-", 97 xxiplot,