[Matplotlib-users] where did my plots go?

2012-06-17 Thread Andre' Walker-Loud
Hi All, I have mac os x, 10.6.8, enthought distribution. I recently upgraded from the 6.2 to 7.3 EPD. Previously, I had a script which would manipulate some data, and as soon as the command plt.figure() was issued, the plot would show up. I could then continue along with the analysis (I wro

Re: [Matplotlib-users] Plot points in a 3D Scatter Plot

2012-06-17 Thread surfcast23
Thanks Ben I will check it out Benjamin Root-2 wrote: > > Khary, > > On Sun, Jun 10, 2012 at 3:30 PM, surfcast23 wrote: > >> >> to matplotlib-use. >> Hi, >> >> I have a data set that is composed of x,y,z coordinates of the center of >> cells and counts of objects in each contained in cell. I

Re: [Matplotlib-users] Newbie-question: spines with arrows

2012-06-17 Thread Joe Kington
It sounds like you were using the right approach, you just got a bit lost on what some of the keyword parameters to annotate, etc do. Here's an example that should do what you want: import matplotlib.pyplot as plt from matplotlib.ticker import MultipleLocator fig, ax = plt.subplots() # Set the

Re: [Matplotlib-users] Newbie-question: spines with arrows

2012-06-17 Thread Arnaldo Russo
Hi Mark, I really didn't tested anything about yours sketch... But I think "AxisArtist" could be of any help. http://matplotlib.sourceforge.net/mpl_toolkits/axes_grid/users/overview.html#axisartist Good luck. Cheers, Arnaldo. --- *Arnaldo D'Amaral Pereira Granja Russo* Lab. de Estudos dos Oceano