Using the patheffect in the svn, shadows can be easily supported in
all the patch-like classes, including the patch of the texts. (For
example, see the last example in patheffect_demo.py). So, it should be
straight forward and I don't see any harm in doing that.
However, I personally prefer to hav
Michael Mason wrote:
> Hello,
>
> I have a set of NetCDF files that are in Lambert Conformal projection,
> and I want to convert them to rectilinear, lat/lon projection. I'm
> able to do this and plot the data and print the data out to a png
> file. However, I want to get access to the underlying
On Tue, Jan 19, 2010 at 4:34 PM, Jae-Joon Lee wrote:
> This is generally a very difficult thing to do, as the position and
> the extent of the text is determined when the figure is drawn.
>
> The best way, I guess, is to create a customized Text class, but I do
> not recommend this unless you're f
Apparently it wasn't recent enough - I updated to the latest svn and
now they are sizing properly - thanks!
Another oddity I've noticed, though - if I do
ax.scatter3D(x,y,z,s=30*rand(20),c=rand(20))
I would expect to see the points colored based on a color map for the
supplied scalar values. In
This is generally a very difficult thing to do, as the position and
the extent of the text is determined when the figure is drawn.
The best way, I guess, is to create a customized Text class, but I do
not recommend this unless you're familiar with matplotlib internals.
If you're using svn version
While I don't known much about how table class in matplotlib works
internally, I think it would not be easy (because the legend is quite
a unique object whose position is determined at drawing time).
The current legend implementation is based on the offsetbox module.
While it does not have a tabl
Hello,
I have a set of NetCDF files that are in Lambert Conformal projection,
and I want to convert them to rectilinear, lat/lon projection. I'm
able to do this and plot the data and print the data out to a png
file. However, I want to get access to the underlying data as it
appears after the pr
JJ,
Indeed it is a typo in the email and not in the script. I have used
"annotation_clip" with no result.
Additional information that I forgot to supply was that on python
2.5/windows/matplotlib 0.98.xxx (my work machine, not accessible at the moment
for the subversion number) this worked fi
On Tue, Jan 19, 2010 at 11:44 AM, Ian Rose wrote:
> Hello -
>
> How can I download an old version of matplotlib from sourceforge
> (specifically, version 0.91.2)? This version is already installed on
> some other machines and I need to mirror the installation, but the OSes
> are different so I ca
Hello -
How can I download an old version of matplotlib from sourceforge
(specifically, version 0.91.2)? This version is already installed on
some other machines and I need to mirror the installation, but the OSes
are different so I can't just copy the files over or something like that.
As fa
Hi,
I am using a date plot with the toolbar to allow panning/zooming of
the plot. If the user (mischievously) zooms in or out an extreme
amount, there are some weird artifacts that I'd rather prevent so as
to keep the display looking right and prevent possible crashes and
lock-ups.
For zooming o
Does anyone know how to fix the tkagg interactive
plotting in matplotlib?
I have a Mac Book Pro, Mac OS X 10.4. I installed SAGE (a symbolic math
package with Python2.6), but got the following error when trying to import
pylab:
/Applications/sage/local/lib/python2.6/site-packages/matplotlib/ba
> Wayne Watson wrote:
>> I've used MPL a bit, and am wondering if there's a facility for sending
>> graphic images to a printer, or putting them in some format like png?
you've already gotten an answer to the png part, but as for printing
directly:
I suspect you could make a pdf and send tha
Thanks. I'll keep this in mind when I get to the point when I'm ready to
consider it as part of a program I'm writing. Someone in Image-SIG sent
me a module he wrote that might be helpful too.
Michael Droettboom wrote:
> Wayne Watson wrote:
>> I've used MPL a bit, and am wondering if there's a f
- Original Message
From: Christoph Gohlke
To: H L
Cc: matplotlib-users@lists.sourceforge.net
Sent: Mon, January 18, 2010 5:04:22 PM
Subject: Re: [Matplotlib-users] problem with import pylab
The extension _TKAGG.PYD depends on TK84.DLL, TCL84.DLL, MSVCP71.DLL,
and MSVCR71.DLL. Make su
I'm trying to make a shadow effect behind text boxes in a plot (similarly to
what can be done with legends).
After a fair bit of searching around I found the matplotlib.patches.Shadow
class which seems to be good for this. But I cannot get it to work properly.
I suspect it has something to do wit
Hi,
I wrote a gui with matplotlib embedded in gtk. However, using the zoom
button from the navigation
toolbar blacks out or randomises the graph until the zoom selection is
finished, after which it is redrawn correctly. The same behaviour occurs
with the example script:
http://matplotlib.sourcef
Wayne Watson wrote:
> I've used MPL a bit, and am wondering if there's a facility for sending
> graphic images to a printer, or putting them in some format like png?
> I don't necessarily want the graphics to appear in a window, but would
> like to print them directly once they are ready. Can
On Mon, Jan 18, 2010 at 5:16 PM, Damon McDougall
wrote:
> The figure is actually cropped.
Correct.
> Is there another way around this that will get rid of the whitespace and have
> the physical figure be 483.69687pt wide?
Do not use bbox_inches="tight". Instead adjust the position of the
axes
ashleyd wrote:
> While I'm posting, another quick question -- my text output looks really
> shoddy, even at high DPIs. It looks like somebody took a screenshot of a
> tiny font and scaled it up with a linear filter. I have freetype installed,
> and the matplotlib build script outputs the followin
On Tue, Jan 19, 2010 at 2:48 AM, Kurt Forrester
wrote:
> I modified the script for the hax. annotate(...) to include the
> annotate_clip=False, however there is no change in the behaviour of the
> arrows.
It should be "annotation_clip" not "annotate_clip", but it may be just a typo.
Anyhow, as f
This is the BUG:
https://sourceforge.net/tracker/?func=detail&aid=2927619&group_id=80706&atid=560720
If you close the window clicking on the right cross to close the
window the window closes properly. If you then try to create a new
widow (with the same index) you hit a RunTimeError.
Expect:
Th
22 matches
Mail list logo