[Matplotlib-users] bar/hist plots, bottom on top or right axis

2010-01-07 Thread Renato Alves
What I'm trying to accomplish is something like: http://bm2.genes.nig.ac.jp/RGM2/R_current/library/plotrix/man/images/big_pyramid.plot_001.png For that I was trying to use subplots where both draw in horizontal orientation but one will be flipped or mirrored. I couldn't find any parameter to do

Re: [Matplotlib-users] Colorbar embedding in qt4

2010-01-07 Thread Alexander Hupfer
Hi, thanks for having a look at this. Problem is that a scatter plot doesn't seem to have the option to actually update the data, or at least I couldn't find it. Is there maybe a way? On Thu, Jan 7, 2010 at 2:58 AM, Laurent Dufrechou < laurent.dufrec...@gmail.com> wrote: > Hi alexander, > > >

[Matplotlib-users] scikits.timeseries and matplotlib.finance.candlestick()

2010-01-07 Thread James
Has anyone managed to plot a candlestick chart with a scikits.timeseries? Is there an easy way to wrap the matplotlib.finance.candlestick call? James -- This SF.Net email is sponsored by the Verizon Developer Community Ta

[Matplotlib-users] matplotlib CRASHes when saving as a postscript file

2010-01-07 Thread Eric Emsellem
Hi I finally managed to write a simplified version of my python script which crashes when trying to save the figure as a postscript file. (this is related to a previous post). See below. The script is provided, as well as the full error message. Sorry for the long script, but basically I am plott

[Matplotlib-users] [matplotib-users] missing legend-entry using twinx()

2010-01-07 Thread Manuel Wittchen
Hi, I'm plotting two y-axis with the twinx() command. But when I'm creating my legend there is only one entry in the legend-box instead of two. Here is my code: grafik1 = plt.figure() ax1 = grafik1.add_subplot(111) ax1.plot(TIME, BTM, color='red', label='Biomass') ax1.set_ylabel('Biomass') ax2

Re: [Matplotlib-users] Colorbar embedding in qt4

2010-01-07 Thread Laurent Dufrechou
Hi alexander, I tryed yesterday to play a little with your script. I suspect that in fact each time you draw a figure, it is added to a pool of figure to be rendered. Thus it goes slower and slower. What I do in my scritpt is either update the datas or if the drawing is a completely new o