[Matplotlib-users] Animation of a scatter plot with a large number of points

2013-08-06 Thread German Ocampo
Good afternoon. I have a list of 2 points with coordinates x,y and category in three lists. x_coordinate=[3000,3100,3234,.] x_coordinate=[15678,16768,14590,.] category=[1,3,5,] The categories values are between [1 and 10] I need to make a 2D animation of this in matplotlib, star

[Matplotlib-users] mplot3D and QT4

2009-08-22 Thread German Ocampo
I'm new in Python and QT, Do you know where I could find an example of a mplot3d plot embebed in QT4? Thanks for your help german -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simp

[Matplotlib-users] Axplot3D in Qt4

2009-08-23 Thread German Ocampo
Good morning I'm working in a project in QT4 and I need to create a 3D graph embedded in a Widget form. Is it possible to do it? and where I could get an example? Thanks German -- Let Crystal Reports handle the reporting

[Matplotlib-users] mplot3D plot_surface colors

2009-08-26 Thread German Ocampo
Hello Are there some way to take out the gridlines from a surface in mplot3D and get a smooth colour change? Thanks German -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify

Re: [Matplotlib-users] mplot3D plot_surface colors

2009-08-26 Thread German Ocampo
Mike thanks for your answer. I will wait for this option. regards german On Wed, Aug 26, 2009 at 3:45 PM, Michael Droettboom wrote: > Smooth Gouraud shading on surface plots is being worked on, but is not yet > implemented. > > Mike > > German Ocampo wrote: >> >&

[Matplotlib-users] Axes3D - size of the Z axe

2009-10-02 Thread German Ocampo
Hello everybody How can I control the size of the Z axis in a 3D plot using Axes3D in matplotlib? regards german -- Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need

Re: [Matplotlib-users] Axes3D - size of the Z axe

2009-10-02 Thread German Ocampo
include this function in the Axes3D documentation web page? or where I could find it in the webpage? http://matplotlib.sourceforge.net/mpl_toolkits/mplot3d/api.html?highlight=axes3d#module-mpl_toolkits.mplot3d.axes3d Thanks German On Fri, Oct 2, 2009 at 1:24 PM, German Ocampo wrote: > He

[Matplotlib-users] scatter plot with discrete colorbar

2010-06-25 Thread German Ocampo
Hi I'm using the following code for insert a scatter plot in a figure in Qt. vmin=min(r_time[:]) vmax=max(r_time[:]) valores=np.arange(vmin,vmax+1) a1=self.ui.axes4.scatter(r_east,r_nort,vmin=vmin,vmax=vmax,c=r_time,edgecolors="none") b1=self.ui.fig2.colorbar(a1,values=valores,format="%.3f",spac

[Matplotlib-users] Animation with an image in the backgroud

2010-07-05 Thread German Ocampo
Good morning I have a question regarding to animation in matplotlib using Blit.How can I modify the example animation_blit_qt4.py that is in the matplotlib website, in order to animate data, but instead of a white background I want to have an image (tif or jpg)? Many thanks for your help German

Re: [Matplotlib-users] Animation with an image in the backgroud

2010-07-06 Thread German Ocampo
e with blitting, and you won't need to repeat > the function call to plot the background in the animation. > > Note, I have not tried this, so please let us know how this works for you. > Ben Root > > > On Mon, Jul 5, 2010 at 5:45 AM, German Ocampo wrote: >>

[Matplotlib-users] Zoom event assigned to a Push button in QT

2010-07-08 Thread German Ocampo
Good afternoon I'm working in an application with a simple figure embbebed in a QT Dialog. I want to instead of use the navigation toolbar of matplotlib, have some Qt push buttons in the form, that allow to perform the Zoom and Pan. Is it possible to do it? Many thanks for your help German ---

[Matplotlib-users] Case stories of software including Matplotlib

2010-07-27 Thread German Ocampo
Good morning Do you know where I could get examples of case stories about commercial or open source software that has been developed using the Matplotlib library? Many Thanks German -- The Palm PDK Hot Apps Program offe

Re: [Matplotlib-users] Case stories of software including Matplotlib

2010-07-27 Thread German Ocampo
ew, the idea to add this to the webpage will be a very good first impression of the software. regards, German On Tue, Jul 27, 2010 at 3:05 PM, Benjamin Root wrote: > On Tue, Jul 27, 2010 at 6:01 AM, German Ocampo wrote: >> >> Good morning >> >> Do you know where

[Matplotlib-users] Matplotlib interactive application

2011-08-08 Thread German Ocampo
Good afternoon Experts: Do you know if there is an py application where I can build a matplotlib plot interactively for data series, and then when it finished, the source code could be exported to be used in a python application? Many thanks for your help, German -