Re: [Matplotlib-users] Patch3DCollection.set_data

2009-06-30 Thread Ryan Wagner
Thanks Reinier, For posterity ended up just doing the following: matplotlib.interactive(True) ... s = ax.scatter(data1, data2, data3) draw() s.remove() s = ax.scatter(data4, data5, data6) draw() Hi Ryan, This is currently not supported. Since also the 2D PatchCollection does not support it

[Matplotlib-users] Patch3DCollection.set_data?

2009-06-29 Thread Ryan Wagner
Can anyone help me out? I'm trying to do the following equivalent in a scatter3d call... line, = ax.plot(data1, data2) line.set_data(data3, data4) line.axes.figure.canvas.draw() So I'm looking to do: ax = axes3d.Axes3D(fig) s = ax.scatter(data1, data2, data3) s.set_data(data2,data3,data4) --

[Matplotlib-users] 0.98.6svn Windows

2009-06-23 Thread Ryan Wagner
I hate to ask this question. Is there somewhere I can download the latest svn release compiled for Windows? I have been completely unsuccessful in compiling MPL for windows and rely on the binaries, but I need to work with the mplot3D functionality. From what I've seen on Linux, it looks great!

Re: [Matplotlib-users] Bug in Fill_Between?

2009-02-26 Thread Ryan Wagner
, color=color, alpha=0.3 ) It would be nice to see this taken care of intelligently inside the fill_between routine, but I wouldn't know how to do it for the general case. Maybe this post will allow future users with a similar problem to find their answer. -Ryan From: Ryan Wagner Sent

Re: [Matplotlib-users] Can't build on Ubuntu Intrepid

2008-12-20 Thread Ryan Wagner
Thanks John, you hit this one on the head. I forgot I had set all this in my login script. I took it out and it worked like a charm. -Ryan Flags like -DANSI -I/usr/local/VNI/imsl/cnl600/linux64/include indicate to me you have some non-standard stuff in your build environment ... try and

[Matplotlib-users] Status of Axes3d

2008-12-10 Thread Ryan Wagner
Hi Everyone, Does anyone know the long term plans of fixing Axes3d / Mplot3D in MPL? Is this ever going to be re-incorporated in this library in the future? Just wondering... -Ryan Wagner -- SF.Net email

[Matplotlib-users] Anyone see this after upgrading?

2008-12-10 Thread Ryan Wagner
Just upgraded to 98.4. Can reproduce this on two XP32 boxes. Any thoughts? C:\Documents and Settings\rwagner\Desktoppython Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)] on win32 Type help, copyright, credits or license for more information. from pylab import *

[Matplotlib-users] Multiple Y Axes: Specifying which data coordinates show up in interactive mode...

2008-03-25 Thread Ryan Wagner
the volume axis was added later...) How do I change which coordinates are shown at the bottom of the interactive window so that it will show me the datapoints from the candlestick axis? Thanks in advance, -Ryan Ryan Wagner [EMAIL PROTECTED

[Matplotlib-users] finance_work2.py --- volume_overlay question

2008-02-27 Thread Ryan Wagner
. Is this a limitation of matplotlib or is there a function I can call so that the mouseover shows the x coordinates on the other plots as well. Many thanks in advance. -Ryan Wagner - This SF.net email is sponsored