On Fri, 18 Jan 2008, Jim Vickroy wrote:
> I'm guessing that you do not have the following statement in your module:
>
> * *import pylab as p*
>
> which is required if you are going to use statements like:
>
> * *p.plot(...)*
> * *p.axis(...)*
> * *and so on.*
Good catch, Jim! This is t
Rich Shepard wrote:
I'm hoping that someone's already addressed the need I have so I don't
need to re-invent this wheel. But, if no one has a ready-made solution, I
still need some expert advice in how to build this wheel myself.
My python application uses the wxPython widget library, SQLi
Do you want to do a 3d plot? You can draw 3d plots and rotate them
interactively using matplotlib.axes3d.Axes3D. Have a look at
http://www.scipy.org/Cookbook/Matplotlib/mplot3D.
Speaking of Axes3D, the picker=True keyword doesn't seem to work
properly with the scatter3D function. Is it easy to a
Dear All,
I'd like to annotate a pcolor or pcolormesh plot by adding boxes
around sets of coordinates in the plot. Is there an easy way to do this?
Thanks, and all the best,
--Buz
-
This SF.net email is sponsored by: Micr
Rather than using eqnarray, I like to use the simple split:
\begin{equation}\begin{split}
&A=1 \\
&B=1
\end{split}\end{equation}
Although this may actually be part of the AMSMath package.
Mark
>
>
> --
>
> Message: 4
> Date: Thu, 17 Jan 2008 09:29:43 -0500
> From
Hello,
With matplotlib-0.91.2 as well as with the latest SVN version I get
[EMAIL PROTECTED]:~> python -ic "from matplotlib import pylab"
Found an unknown keyword in AFM header (was MetricsSets)
Found an unknown keyword in AFM header (was IsBaseFont)
Found an unknown keyword in AFM header (was Is
Hello again,
Between my updating matplotlib and changing my figure refresh method
from gcf().canvas.Refresh() to pylab.show(), my colorplots have
stopped crashing (so far as I can tell). I've plotted maybe 50
straight with the same figure window *and* randomly slid my colorbar
sliders around witho
Rob Hetland wrote:
>
> On Jan 18, 2008, at 7:00 PM, Michael Droettboom wrote:
>
>> It looks as if poly_editor is broken in 0.91.2 and the trunk. Is that
>> your observation as well?
>
> Yes.
>
>>
>> This has been fixed in SVN (on both the trunk and the 0.91.x branch).
>>
>> On both versions, t
On Jan 18, 2008, at 7:00 PM, Michael Droettboom wrote:
> It looks as if poly_editor is broken in 0.91.2 and the trunk. Is that
> your observation as well?
Yes.
>
> This has been fixed in SVN (on both the trunk and the 0.91.x branch).
>
> On both versions, the line (that makes up the draggable
I'm hoping that someone's already addressed the need I have so I don't
need to re-invent this wheel. But, if no one has a ready-made solution, I
still need some expert advice in how to build this wheel myself.
My python application uses the wxPython widget library, SQLite (using the
pysqlite
Hey guys,
I'm not 100% sure if anyone has solved this problem, but I couldn't
find it, so here it is. This is based on a thread by Gael Varoquaux
about a year ago. The key element that was missing was the wx.Yield()
command, which gives up control of the current thread so the rest of
the world can
Jordan Dawe wrote:
> Michael Droettboom wrote:
>> This is going to be a tricky one, particularly since I don't have
>> access to Illustrator. All I know is the eps and pdf output of
>> simple_plot.py looks fine for me in ghostscript, acroread, xpdf and
>> evince. Even text select copy and past
Michael Droettboom wrote:
> This is going to be a tricky one, particularly since I don't have
> access to Illustrator. All I know is the eps and pdf output of
> simple_plot.py looks fine for me in ghostscript, acroread, xpdf and
> evince. Even text select copy and paste works fine in acroread
Michael Droettboom wrote:
> I suspect an explicit conversion to str may be required on your
> configuration/platform. (I think you mentioned you were using Windows).
Indeed I am.
> Can you change line 592 of mathtext.py to read:
>
> font = FT2Font(str(basename))
>
> and let me know if that fi
It looks as if poly_editor is broken in 0.91.2 and the trunk. Is that
your observation as well?
This has been fixed in SVN (on both the trunk and the 0.91.x branch).
On both versions, the line (that makes up the draggable markers) was
never added to the axes, so it doesn't get a transform, and
lasso_demo.py is working again on the trunk.
The problem was not transforms related. The problem is in the way the
colors were being updated after the markers were selected. On the
trunk, the set of facecolors in a collection is stored as a numpy array
for efficiency. This meant that the fac
Is it possible to generate pcolor and pcontour plots from x,y,z grid
data using plotfile()?
The documentation and examples make it appear to only be useful for
multi-line plots. I'm not having much success otherwise.
Thanks,
Rich
-
This is going to be a tricky one, particularly since I don't have access
to Illustrator. All I know is the eps and pdf output of simple_plot.py
looks fine for me in ghostscript, acroread, xpdf and evince. Even text
select copy and paste works fine in acroread (with both Type 3 and 42
fonts).
Is there an easy way to rotate the view of the data in a graph window
without changing the axis and titles. I only need the option for 90, 180,
and 270 degrees. The window will always be symmetric.
Bryan
--
"The game of science can accurately be described as a never-ending insult to
human inte
What version of matplotlib are you using? Unfortunately, I think this
is a known issue in 0.90.1 that manifests itself most severely on
Windows. If you still see it with 0.91.2, let us know and I'll probably
want some more information from you.
Cheers,
Mike
Jack Sankey wrote:
> Hello,
>
> I
I suspect an explicit conversion to str may be required on your
configuration/platform. (I think you mentioned you were using Windows).
Can you change line 592 of mathtext.py to read:
font = FT2Font(str(basename))
and let me know if that fixes your problem? If so, I'll commit this to SVN
21 matches
Mail list logo