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