[Matplotlib-users] plot a complete sine, but shade where x>0.25pi and x<0.75pi

2009-08-29 Thread marc desmarais
() ax1 = fig.add_subplot(111) ax1.plot(x0,y0) ax1.fill_between(x1,0,y1) ax1.plot(x2,y2) show() thanks Marc Desmarais -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplif

[Matplotlib-users] Interactive navigation toolbar documentation recommendation

2009-08-23 Thread marc desmarais
this. http://matplotlib.sourceforge.net/users/navigation_toolbar.html Marc Desmarais Long Beach, CA, 90814 -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report

Re: [Matplotlib-users] pylab (drag_pan )

2009-08-23 Thread marc desmarais
f, button, key, x, y):    ...    elif key=='x':     dy = 0     ... Marc Desmarais Long Beach, CA, 90814 --- On Wed, 8/12/09, Eric Firing wrote: From: Eric Firing Subject: Re: [Matplotlib-users] pylab To: "marc desmarais" Cc: "matplotlib-users" Date: Wednesday, A

[Matplotlib-users] can't picker once pan or zoom chosen

2009-08-22 Thread marc desmarais
('pick_event', onpick1) pyplot.show()   this is based on the demo at http://matplotlib.sourceforge.net/examples/event_handling/pick_event_demo.html?highlight=scatter Marc Desmarais 537 Park Av.

[Matplotlib-users] what's a "patch" for?

2009-08-22 Thread marc desmarais
se it? When to use it? What does it look like? thanks Marc Desmarais -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - a

[Matplotlib-users] FYI, typo

2009-08-21 Thread marc desmarais
This sentence is missing "to" or "and" I think: "These helper methods will take your data (eg. numpy arrays and strings) create primitive ... Is in at http://matplotlib.sourceforge.net/users/artists.html Marc

Re: [Matplotlib-users] embeding basemap in Tk

2009-08-20 Thread marc desmarais
I think I needed to create an "axes". This seems to have solved my problem. a = f.add_subplot(111) map = Basemap(projection='ortho',   lat_0=34.0,   lon_0=-117.3,   resolution='l',   area_thresh=1000,   ax=

[Matplotlib-users] typo

2009-08-19 Thread marc desmarais
"The longitude and latitude lines can be labelled where they the map projection boundary" at http://matplotlib.sourceforge.net/basemap/doc/html/users/graticule.html Marc Desmarais Long Beach, CA, 90814 --- On Wed, 8/19/09, marc desmarais wrote: From: marc desmarais Subject

[Matplotlib-users] embeding basemap in Tk

2009-08-19 Thread marc desmarais
s._tkcanvas.pack(side=Tk.TOP, fill=Tk.BOTH, expand=1) Tk.mainloop() thanks... Marc Desmarais Long Beach, CA, 90814 -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simpl

[Matplotlib-users] basemap 0.99.4 on vista no go "0xC0000005: Access Violation"?

2009-08-15 Thread marc desmarais
I can run a demo basemap on my Vista PC using version 0.99.3 for py2.5.  I upgraded to 0.99.4 because the great circle function would crash.  But now nothing works. I brought it in to Microsoft C++ debugger: "unhandled exception in python.exe: 0xC005: Access Violation" Marc

[Matplotlib-users] pylab

2009-08-10 Thread marc desmarais
Are there still two pylabs?  Are the following two web pages referring to the same pylab? http://www.scipy.org/PyLab http://matplotlib.sourceforge.net/ I'm a bit confused (trying to get the Scipy, Numpy, Pylab, Matplolib story straight, before I plunge in) Marc Desmarais Long Beac