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