Re: [Matplotlib-users] manipulating histogram data from hist function

2010-12-27 Thread Paul Ivanov
Philippe Piot, on 2010-12-27 13:58, wrote: > 1/ When executing the above script, I also display the histograms > generated when invoking "hist" (I tried to make this line tranparaent > by using alpha=0 but it did not work). Hi Philippe, welcome to matplotlib - I think what you really want to do

[Matplotlib-users] manipulating histogram data from hist function

2010-12-27 Thread Philippe Piot
Hello All, I am trying to produce a 2D density plot of a distribution and would like to show the associated projection computed as histogram. I need to perform an operation on the histogram to offset them. Right now I am doing this: # plot my 2D distribution hexbin(x,y, cmap=cm.jet, bins='l

Re: [Matplotlib-users] Taylor diagram

2010-12-27 Thread Yannick Copin
Hi, mdekauwe wrote: > > Has anyone ever managed to draw a taylor diagram in Matplotlib? For > example like this > > http://www.mathworks.com/matlabcentral/fx_files/20559/2/taylordiag_fig.jpg > here is my try [ http://old.nabble.com/file/p30540085/taylorDiagram.py taylorDiagram.py ] using mat

[Matplotlib-users] Auto-scale within current xlim and not full x-axis?

2010-12-27 Thread Åke Kullenberg
Is it possible to have autoscale for the yaxis use only the current xlim rather than the whole series that was plotted? For example, if I have a 2 year time-series with current xlim set to only show a 1 year span, how can I get matplotlib to base the autoscale for the y-axis on the 1 year span and