Re: [Matplotlib-users] Saved PDFs default to 4/3 aspect ratio even if do subplots_adjust?

2008-10-27 Thread Michael Droettboom
http://moblin-contest.org/redirect.php?banner_id=100url=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch

Re: [Matplotlib-users] Problems with imshow logarithmic plot

2008-10-27 Thread Michael Droettboom
The image is being plot in linear scale, while the scatter point is being plotted with log scale...? John [H2O] wrote: I should add here also, this doesn't explain for me why the values are different?? Thoughts on that mtter? Thanks!! -- Michael Droettboom Science Software Branch

Re: [Matplotlib-users] ANN: matplotlib website 1.0

2008-10-24 Thread Michael Droettboom
have some kind of problem with getting these docs to update when we build them? Is there something I can help with here? Ryan -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] imread() and binary PNGs

2008-10-23 Thread Michael Droettboom
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] ANN: matplotlib website 1.0

2008-10-23 Thread Michael Droettboom
not been ported over) but we do have should be current, searchable, indexed and cross-linked. Thanks to Darren Dale who spear-headed the effort to use the sphinx documentation, and to the developers who have contributed, especially Michael Droettboom, who has developed several nice sphinx

Re: [Matplotlib-users] list of tuples vs tuple of lists

2008-10-23 Thread Michael Droettboom
-- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge

Re: [Matplotlib-users] How to use the set_clip_path with the imshow function

2008-10-23 Thread Michael Droettboom
This has now been fixed in SVN. See the example/pylab_examples/image_clip_path.py for usage. Mike Federico Milano wrote: Dear Mike, thanks a lot for the information. Best wishes, Federico Michael Droettboom wrote: Unfortunately, clip paths are not implemented for the Agg

Re: [Matplotlib-users] ANN: matplotlib website 1.0

2008-10-23 Thread Michael Droettboom
api page doesn't show the example I added to the barbs docstring. It's probably just that John didn't rebuild matplotlib itself and then clean before republishing the docs. Your change works for me locally. Cheers, Mike -- Michael Droettboom Science Software Branch Operations

Re: [Matplotlib-users] ANN: matplotlib website 1.0

2008-10-22 Thread Michael Droettboom
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] savefig to StringIO and import into PIL

2008-10-22 Thread Michael Droettboom
(cannot identify image file) IOError: cannot identify image file You need to rewind the StringIO cursor before opening with PIL: imgdata = StringIO.StringIO() fig.savefig(imgdata, format='png') imgdata.seek(0) im = Image.open(imgdata) Hope that helps, Mike -- Michael Droettboom Science

Re: [Matplotlib-users] ANN: matplotlib website 1.0

2008-10-17 Thread Michael Droettboom
, Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge

Re: [Matplotlib-users] Can't Import Pylab on XP - runtime error.

2008-10-17 Thread Michael Droettboom
=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science

Re: [Matplotlib-users] limiting theta in polar axis plots

2008-10-17 Thread Michael Droettboom
=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations

Re: [Matplotlib-users] .show() documentation?

2008-10-16 Thread Michael Droettboom
of whatever Enthought has inside, so you might want to check in that package. On Wed, Oct 15, 2008 at 5:41 AM, Michael Droettboom [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Nick Vaidyanathan wrote: Does not exist here: http://matplotlib.sourceforge.net/doc/html/api

Re: [Matplotlib-users] .show() documentation?

2008-10-15 Thread Michael Droettboom
=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations

Re: [Matplotlib-users] MPL on Windows x64 with Python 2.6

2008-10-15 Thread Michael Droettboom
://moblin-contest.org/redirect.php?banner_id=100url=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations

Re: [Matplotlib-users] Preferred Qt4 version with 0.98.3

2008-10-15 Thread Michael Droettboom
=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] plot chops off big Latex axis labels

2008-10-14 Thread Michael Droettboom
anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100url=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science

Re: [Matplotlib-users] how to tell if a point is inside a polygon

2008-10-14 Thread Michael Droettboom
/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA - This SF.Net email is sponsored by the Moblin Your Move

Re: [Matplotlib-users] zorder seems to cause problems when embed python in latex files

2008-10-14 Thread Michael Droettboom
Beamer/LaTeX) that is supposed to ensure that anything it embeds does not have external side effects. But I've never tried this combination of python.sty/Beamer/LaTeX personally. Can you send us the output of your plot on its own (ps or pdf...)? Mike -- Michael Droettboom Science Software

Re: [Matplotlib-users] compiling problems w/ py2.6 on OS 10.4

2008-10-07 Thread Michael Droettboom
=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA

Re: [Matplotlib-users] Can't seem to plot 2 horizontal lines on same plot

2008-10-07 Thread Michael Droettboom
in the world http://moblin-contest.org/redirect.php?banner_id=100url=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch

Re: [Matplotlib-users] Compilation problems on Fedora Core2.

2008-10-07 Thread Michael Droettboom
/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA - This SF.Net email is sponsored by the Moblin Your Move

Re: [Matplotlib-users] luminocity plot on hammer projection

2008-10-06 Thread Michael Droettboom
. Apologies if this shows up in two places, I'm not used to using mailing lists) -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] importing pylab??

2008-09-24 Thread Michael Droettboom
list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] importing pylab??

2008-09-24 Thread Michael Droettboom
=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science

Re: [Matplotlib-users] Efficiently processing large datasets

2008-09-23 Thread Michael Droettboom
is large data and the system still needs to iterate through all of it to determine which points to ignore. Hope that helps in some way, Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] adding a filled rectangle

2008-09-18 Thread Michael Droettboom
=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science

Re: [Matplotlib-users] bug in savefig?

2008-09-11 Thread Michael Droettboom
`Jamar) savefig('output.eps') savefig('output.png') -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA - This SF.Net email

Re: [Matplotlib-users] imshow and projections

2008-09-05 Thread Michael Droettboom
. It will be slower (and there are no interpolation options), but it should use the custom projection. imshow is really optimized for uniform, rectilinear images. Cheers, Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA

Re: [Matplotlib-users] interger to binary

2008-09-05 Thread Michael Droettboom
for that but I can't find much in python. The only thing I found was binary_repr which converts to a sting and can only be used for 1 point at a time. Any suggestions? Thanks, Marjolaine. -- Michael Droettboom Science Software Branch Operations and Engineering Division Space

Re: [Matplotlib-users] set font and color problem

2008-08-27 Thread Michael Droettboom
Mathieu Leplatre wrote: For the colors, I just use : textobj.set_color( #FF ) textobj.set_alpha( 0.5 ) Just to point out -- from this you have access to ~16 million colors. For the fonts, I never noticed there were a limit : textobj.set_fontname( DejaVu Sans ) I would be

Re: [Matplotlib-users] possible bug in font manager: RuntimeError: Not an AFM file

2008-08-25 Thread Michael Droettboom
The useafm option is designed to work with the 14 standard Postscript fonts. I suppose it's possible to use a third-party afm, but such a thing would be extremely rare. The closest thing to Arial in the standard PS fonts is Helvetica. But yes, this is a bug, only in that the error message

Re: [Matplotlib-users] SVG backend fails with locale change

2008-08-25 Thread Michael Droettboom
in the world http://moblin-contest.org/redirect.php?banner_id=100url=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch

Re: [Matplotlib-users] legend text vertical alignment

2008-08-19 Thread Michael Droettboom
I'm out of town, so it's hard for me to look deeply into this now, but 0.91 and later supports baseline vertical alignment, but the legend layout code doesn't use it by default. It may be as simple as setting valign to baseline in the legend text -- or there may be a subtle interaction with

Re: [Matplotlib-users] legend text vertical alignment

2008-08-19 Thread Michael Droettboom
My last response was sent before reading this. I think you've found the reason why it's not as easy as it seems... I think your suggestion (to manually adjust) is good for now. I'll see if I can find time to look at this when I get back. Cheers, Mike

Re: [Matplotlib-users] SVG and pdf

2008-08-11 Thread Michael Droettboom
Sounds like a Inkscape/Cairo issue to me, if the PDF it converts doesn't match the SVG. That said, SVG is tricky to get right, and we may be able to produce things in a different way that Inkscape will handle correctly. I'll look into this and file a bug with Inkscape and/or Cairo if it

Re: [Matplotlib-users] Filled contour transparency issue

2008-08-06 Thread Michael Droettboom
= fig.add_subplot(111) #ax.patch.set_alpha(0.5) ax.imshow(lena, origin='lower') ax.contourf(z2,[10,15,20,25,30,35,40,45,50,55,60,65],alpha=0.7) show() Can anyone help me with this problem? Thanks for reading, Pete. -- Michael Droettboom Science Software

Re: [Matplotlib-users] plotting array with inf

2008-08-06 Thread Michael Droettboom
important place to be updated -- it currently doesn't even support NaNs. And then, of course, we'll need to update the isnan stuff in agg_py_path_iterator.h Cheers, Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated

Re: [Matplotlib-users] [matplotlib-devel] matplotlib 0.98.3 release candidate, please test

2008-08-04 Thread Michael Droettboom
] https://lists.sourceforge.net/lists/listinfo/matplotlib-devel -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA - This SF.Net email

Re: [Matplotlib-users] 0.98.3 scatter plot color bug?

2008-08-04 Thread Michael Droettboom
=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division

Re: [Matplotlib-users] Thin wedges missing from pie graph

2008-08-01 Thread Michael Droettboom
=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] Crash on import with CGI wrapped by PHP--unhappy with .matplotlib directory?

2008-08-01 Thread Michael Droettboom
?banner_id=100url=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom

Re: [Matplotlib-users] Crash on import with CGI wrapped by PHP--unhappy with .matplotlib directory?

2008-08-01 Thread Michael Droettboom
configuration data It's /path/matplotlibrc and not /path/.matplotlibrc or anything like that? On Fri, Aug 1, 2008 at 10:51 AM, Michael Droettboom [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Just throwing out a suggestion here: You could try putting

Re: [Matplotlib-users] Crash on import with CGI wrapped by PHP--unhappy with .matplotlib directory?

2008-08-01 Thread Michael Droettboom
to ask PHP to spawn subprocesses that know who they're running as? (or is that something beside the point of this list?) On Fri, Aug 1, 2008 at 1:09 PM, Michael Droettboom [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Below is the code in mpl that actually does the lookup. To get

Re: [Matplotlib-users] default mathtext font

2008-07-31 Thread Michael Droettboom
is printed fine, but a blank square is printed instead of the lunate epsilon ϵ. That is u' ε ' works, while u' ϵ' does not. Any idea why this is happening ? Eli 2008/7/22 Michael Droettboom [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Yes, you would put it at the top of your .py file

Re: [Matplotlib-users] plot() hangs up, how to rescue Python?

2008-07-31 Thread Michael Droettboom
=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations

Re: [Matplotlib-users] SVG rendering problems

2008-07-31 Thread Michael Droettboom
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] Thin wedges missing from pie graph

2008-07-31 Thread Michael Droettboom
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] matplotlib 0.98.3 release candidate, please test

2008-07-31 Thread Michael Droettboom
event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100url=/ ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom

Re: [Matplotlib-users] matplotlib 0.98.3 release candidate, please test

2008-07-31 Thread Michael Droettboom
if it's too late to push another matplotlib update out. Long term, this functionality will move to Sphinx itself, so these disconnects will hopefully get caught sooner. Cheers, Mike Sandro Tosi wrote: On Thu, Jul 31, 2008 at 20:49, Michael Droettboom [EMAIL PROTECTED] wrote: I think perhaps

Re: [Matplotlib-users] Thin wedges missing from pie graph

2008-07-31 Thread Michael Droettboom
. On Thu, Jul 31, 2008 at 10:04 AM, Michael Droettboom [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Can you provide a standalone script that reproduces this error? Cheers, Mike Jonathan Hayward, http://JonathansCorner.com; wrote: If there are one or more

Re: [Matplotlib-users] default mathtext font

2008-07-22 Thread Michael Droettboom
, the relbar between \alpha and Fe is shorter with normal text fonts than with italics. I can solve the problem by using r'\rm{\alpha-Fe, Someone (2003)}' but it would be easier if I could just change the defaults. Eli On Mon, Jul 21, 2008 at 6:21 PM, Michael Droettboom [EMAIL PROTECTED

Re: [Matplotlib-users] *Non-interactive* image generation?

2008-07-22 Thread Michael Droettboom
/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA - This SF.Net email is sponsored by the Moblin

Re: [Matplotlib-users] default mathtext font

2008-07-21 Thread Michael Droettboom
Unfortunately there isn't. This is *theoretically* possible with the STIX fonts, but that hasn't been implemented. However, with the Computer Modern fonts, many of the glyphs simply aren't present (upright Greek, for example) to make this happen. That said, I'm not sure this is necessarily a

Re: [Matplotlib-users] twinx memory leak

2008-07-17 Thread Michael Droettboom
Anyone have any thoughts on this? It seems like it's serious enough to try to resolve before the next bugfix release. Cheers, Mike Michael Droettboom wrote: Yes, it should be. I'm further puzzled that removing del Gcf.figs[num] prevents the memory leak. There is some side effect

Re: [Matplotlib-users] basemap Cairo exception

2008-07-16 Thread Michael Droettboom
to revisit that if we discover that newer versions of Cairo can handle longer paths. Cheers, Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] ploting a contour graph from data files

2008-07-16 Thread Michael Droettboom
it in the spirit of fun it was intended. Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA import matplotlib.pyplot as plt from matplotlib.patches import Circle, PathPatch from matplotlib.path import

Re: [Matplotlib-users] twinx memory leak

2008-07-15 Thread Michael Droettboom
wrote: On Mon, Jul 14, 2008 at 3:05 PM, Michael Droettboom [EMAIL PROTECTED] wrote: I can confirm this. Commenting out del Gcf.figs[num] in Gcf.destroy (in _pylab_helpers.py) also seems to resolve the leak. But I have no idea why, so I won't commit it just yet. I don't have much time

Re: [Matplotlib-users] error with text object properties using matplotlib 0.98.1

2008-07-15 Thread Michael Droettboom
, but perhaps you will see something I don't. I am thinking that the problem is the difference between Bitstream Serif and the STIX fonts - they are just different. Perhaps you can suggest a way to change say the fontfamilies that will make them agree. Thanks, David -- Michael Droettboom

Re: [Matplotlib-users] twinx memory leak

2008-07-15 Thread Michael Droettboom
haven't been able to get to the bottom of that, just a half-supported theory at this point. Cheers, Mike laurent oget wrote: I am puzzled. Wasn't the whole point of close() to avoid memory leaks? Laurent 2008/7/15 Michael Droettboom [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]: Yes

Re: [Matplotlib-users] error with text object properties using matplotlib 0.98.1

2008-07-14 Thread Michael Droettboom
and is now quite capable thanks to Mike Droettboom. Here's some documentation too: http://matplotlib.sourceforge.net/doc/html/users/mathtext.html Darren -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA

Re: [Matplotlib-users] Axes.stem() doesn't draw stemlines if yscale is logarithmic

2008-07-14 Thread Michael Droettboom
and boredom. Vote Now at http://www.sourceforge.net/community/cca08 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch

Re: [Matplotlib-users] twinx memory leak

2008-07-14 Thread Michael Droettboom
) have an idea what might cause this? Cheers, Mike Manuel Metz wrote: Michael Droettboom wrote: Which backend? GTK, GTKAgg, TK, but not with any backend without a window: Agg, Cairo, PS, PDF, SVG ... Cheers, Manuel Cheers, Mike Manuel Metz wrote: Michael Droettboom wrote: Thanks

Re: [Matplotlib-users] error with text object properties using matplotlib 0.98.1

2008-07-11 Thread Michael Droettboom
to turning off usetex and just use matplotlibs mathtext, which recently got a significant rewrite and is now quite capable thanks to Mike Droettboom. Here's some documentation too: http://matplotlib.sourceforge.net/doc/html/users/mathtext.html Darren -- Michael Droettboom Science Software

Re: [Matplotlib-users] error with text object properties using matplotlib 0.98.1

2008-07-11 Thread Michael Droettboom
]: matplotlib.text.Text object at 0x8f047cc In [9]: text(1,3,'1 alpha') Out[9]: matplotlib.text.Text object at 0x92c4c0c In [10]: savefig('test.eps') Thanks, David On Fri, 2008-07-11 at 09:35 -0400, Michael Droettboom wrote: This works for me. Could you set the rcParam verbose.level

Re: [Matplotlib-users] twinx memory leak

2008-07-11 Thread Michael Droettboom
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch

Re: [Matplotlib-users] Missing lines after a axes scale change

2008-07-10 Thread Michael Droettboom
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] error with text object properties using matplotlib 0.98.1

2008-07-10 Thread Michael Droettboom
text.latex.preamble) to change this, but that's more of a (La)TeX issue. Looking at the revision history, it looks like putting $'s around tick labels has been done since at least 0.90.1. Perhaps one of the usetex developers/users has more insight into this than I do. Cheers, Mike -- Michael Droettboom

Re: [Matplotlib-users] debian install

2008-07-09 Thread Michael Droettboom
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] Problem of memory for image buffer

2008-07-08 Thread Michael Droettboom
://www.sourceforge.net/community/cca08 ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering

Re: [Matplotlib-users] Arabic Character Support

2008-07-08 Thread Michael Droettboom
, Mathieu. Michael Droettboom wrote: Unfortunately, I believe this is a fundamental incompatibility within matplotlib. matplotlib uses a very simple algorithm for layout out a line of characters which assumes ltr order and all kinds of other things. That said, there is something you

Re: [Matplotlib-users] Affine transforms and pcolormesh

2008-07-07 Thread Michael Droettboom
-- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA - Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown

Re: [Matplotlib-users] turn off antialiasing of text

2008-07-03 Thread Michael Droettboom
using the Wx backend but it antialiased, too. I am using matplotlib 0.98; tried wxPython 2.6 and 2.8, matplotlib 0.91.4. I would not mind permanently deactivating antialiasing in text.py or so. bye, Felix -- Michael Droettboom Science Software Branch Operations and Engineering Division

Re: [Matplotlib-users] Python Distribution with matplotlib

2008-07-03 Thread Michael Droettboom
Tkinter and the Tcl/Tk development headers installed, however. 2. Does anybody know a good python dirstibution including mpl? Enthought has one, but I have no experience with it. Cheers, Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope

Re: [Matplotlib-users] LineCollection instance has no attribute 'get_lines'

2008-07-02 Thread Michael Droettboom
what is the actual situation? Cheers. -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA Index: lib/matplotlib/legend.py === --- lib

Re: [Matplotlib-users] movies

2008-07-01 Thread Michael Droettboom
://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA - Check out the new SourceForge.net

Re: [Matplotlib-users] saving an animation using GTKAgg backend

2008-07-01 Thread Michael Droettboom
Can you be more specific about what you've tried already from the FAQ and how it failed? Cheers, Mike sa6113 wrote: May I use GTKAgg backend in order to save an animation. how? please help me. -- Michael Droettboom Science Software Branch Operations and Engineering Division Space

Re: [Matplotlib-users] converting data between axis [0, 1] and data coordinates [min data, max data]

2008-06-30 Thread Michael Droettboom
transformation takes place. I'm surprised transDesired = self.transScale + self.transLimits didn't work for going from data to a (0, 0) - (1, 1) bounding box. Can you provide a small, yet complete, example that illustrates the bug so I can look at it further? Cheers, Mike -- Michael Droettboom

Re: [Matplotlib-users] converting data between axis [0, 1] and data coordinates [min data, max data]

2008-06-30 Thread Michael Droettboom
Tony S Yu wrote: On Jun 30, 2008, at 11:13 AM, Michael Droettboom wrote: transScale is where all of the (optionally) logarithmic transformation takes place. I'm surprised transDesired = self.transScale + self.transLimits didn't work for going from data to a (0, 0) - (1, 1) bounding

Re: [Matplotlib-users] offset_copy in transforms.py... Gone?

2008-06-27 Thread Michael Droettboom
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated

Re: [Matplotlib-users] Axis Limits and Dash Text Misbehaviours

2008-06-27 Thread Michael Droettboom
: the position of the values should be at the other end of the dash, not over the plotted point. Yes, you're right. That is a bug. I will look into this. Cheers, Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute

Re: [Matplotlib-users] GTK pylab console

2008-06-27 Thread Michael Droettboom
Open Source. http://sourceforge.net/services/buy/index.php ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch

Re: [Matplotlib-users] bug: fewer colors in encapsulated postscript versions than PNG

2008-06-27 Thread Michael Droettboom
distribution. The .eps (and .png, for comparison) file for that is attached. --Mike Michael Droettboom wrote: What version of matplotlib are you using? Can you provide a standalone example that doesn't rely on basemap? If not, can you provide the .eps file so we can have a look? Colored lines

Re: [Matplotlib-users] Axis Limits and Dash Text Misbehaviours

2008-06-27 Thread Michael Droettboom
in SVN. Please kick the tires and let me know if you still have problems. Cheers, Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] histogram hatching

2008-06-26 Thread Michael Droettboom
https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA - Check out

Re: [Matplotlib-users] Arabic Character Support

2008-06-25 Thread Michael Droettboom
gnuplot :) ? Well, gnuplot does use pango, apparently, so it has that advantage, if nothing else... ;) Cheers, Mike Thank you all, Mathieu. Michael Droettboom wrote: Unfortunately, I believe this is a fundamental incompatibility within matplotlib. matplotlib uses a very simple

Re: [Matplotlib-users] help error

2008-06-24 Thread Michael Droettboom
://sourceforge.net/services/buy/index.php ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division

Re: [Matplotlib-users] Jagged Edges in Scatter Charts Circles

2008-06-23 Thread Michael Droettboom
Does anyone have a clue on how I can improve the way the bubbles are rendered? -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] Axes3d

2008-06-21 Thread Michael Droettboom
wrote: Mike, just a question about the new transforms backend -- can the input dimensionality be greater than 2? (I realize functions to do so probably don't currently exist, but the question is about the transforms machinery itself.) -Andrew Michael Droettboom wrote: I'm not very familiar

Re: [Matplotlib-users] plotting speed

2008-06-17 Thread Michael Droettboom
Christopher Barker wrote: Michael Droettboom wrote: Creates a wx.GraphicsContext from a native context. This native context must be eg a CGContextRef for Core Graphics, a Graphics pointer for GDIPlus or a cairo_t pointer for Cairo. NOTE: For wxPython we still need a way to make this value

Re: [Matplotlib-users] Circle Collection

2008-06-17 Thread Michael Droettboom
(colors)) ax.add_patch(p) pylab.colorbar(p) ax.axis('equal') pylab.show() -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] Crash when trying to build docs on windows

2008-06-17 Thread Michael Droettboom
://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA - Check out the new SourceForge.net

Re: [Matplotlib-users] plotting speed

2008-06-16 Thread Michael Droettboom
@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] plotting speed

2008-06-16 Thread Michael Droettboom
Christopher Barker wrote: Michael Droettboom wrote: If you're using 0.98.x with the wx backend, things are *very* slow. The performance of wx.GraphicsContext (that is uses under the hood) is terrible. For what it's worth, apparently you can speed up GraphicsContext code

Re: [Matplotlib-users] plotting speed

2008-06-16 Thread Michael Droettboom
Christopher Barker wrote: Michael Droettboom wrote: Christopher Barker wrote: A number of threads on the wxPython list. Here's a couple: http://aspn.activestate.com/ASPN/Mail/Message/wxpython-users/3519845 Thanks. I had seen these threads already -- I was hoping you had some

Re: [Matplotlib-users] Version 0.98 behavior change - scatter

2008-06-16 Thread Michael Droettboom
anything Open Source. http://sourceforge.net/services/buy/index.php ___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software

Re: [Matplotlib-users] backend_wx and 0.98.0

2008-06-13 Thread Michael Droettboom
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated

Re: [Matplotlib-users] backend_wx and 0.98.0

2008-06-13 Thread Michael Droettboom
___ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science

Re: [Matplotlib-users] bounding box functionality with text() function

2008-06-12 Thread Michael Droettboom
. Since PS has a nominal dpi setting that is ignored by postscript, the differences in dpi were not getting picked up in the layout cache. The solution I implemented was to simply add the renderer id to the property tuple used for caching. Fixed in svn r5470. JDH -- Michael

<    3   4   5   6   7   8   9   10   11   >