Re: [Matplotlib-users] [matplotlib-users] How to plot y vs x with some missing points in y vector?

2012-01-27 Thread Jérôme
Fri, 27 Jan 2012 16:48:25 +0100 Fabien Lafont a écrit: I want to plot something like: X(time)Ypoints 08 1 2 7 3 4 5 6 7 8 9 Sorry if I'm missing something, but can't you plot Y [8,7] against X [0,2] ? -- Jérôme

[Matplotlib-users] plot_date issue : OverflowError: date value out of range

2011-12-13 Thread Jérôme
/matplotlib-users@lists.sourceforge.net/msg01720.html Thanks for any help. -- Jérôme -- Systems Optimization Self Assessment Improve efficiency and utilization of IT resources. Drive out cost and improve service delivery

[Matplotlib-users] Dynamic adjustment of axis position and size in figure

2011-12-07 Thread Jérôme
is added on the right (using twinx) Or did I miss something ? Thanks. -- Jérôme -- Cloud Services Checklist: Pricing and Packaging Optimization This white paper is intended to serve as a reference, checklist and point

Re: [Matplotlib-users] Dynamic adjustment of axis position and size in figure

2011-12-07 Thread Jérôme
Hi again. Wed, 7 Dec 2011 20:29:22 +0100 Jérôme a écrit: Is there a way to automatically resize the axis and nicely center the whole set {axes + ticklabels + labels} in the figure ? [...] Or did I miss something ? It seems I missed figure.tight_layout(). Sorry about that... -- Jérôme

Re: [Matplotlib-users] Dynamic adjustment of axis position and size in figure

2011-12-07 Thread Jérôme
Wed, 7 Dec 2011 20:29:22 +0100 Jérôme a écrit: Is there a way to automatically resize the axis and nicely center the whole set {axes + ticklabels + labels} in the figure ? One could use add_axes and play with the coordinates until he gets something nice, but it gets complicated to have