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