Re: [Matplotlib-users] drawing a line segment wjhen using polar coordinates

2009-06-17 Thread Michael Droettboom
and web deployment. > http://p.sf.net/sfu/businessobjects > > > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Re: [Matplotlib-users] New contourf() drawing polygon boundaries for some reason?

2009-06-15 Thread Michael Droettboom
ps which are identical to those which appear in the PDF (though obviously pixelated), so I don't think it's something that's wrong in the vector graphics code per se. Zane On Fri, Jun 12, 2009 at 11:46 AM, Michael Droettboom wrote: Shot in the dark here, but what if you se

Re: [Matplotlib-users] changing matplotlib fonts in illustrator

2009-06-14 Thread Michael Droettboom
You might want to try setting the rcParam pdf.fonttype to 42 (i.e. TrueType mode), which will avoid font subsetting. You may also want to try using the Ps backend, which does support Helvetica directly. matplotlib ships all of the "standard" Ps font metrics as part of matplotlib. Be sure to

Re: [Matplotlib-users] New contourf() drawing polygon boundaries for some reason?

2009-06-14 Thread Michael Droettboom
he vector graphics code per se. Zane On Fri, Jun 12, 2009 at 11:46 AM, Michael Droettboom wrote: Shot in the dark here, but what if you set the rcParam "path.simplify" to False? There have been recent changes to that code. Also, since the Agg backend doesn't have an associa

Re: [Matplotlib-users] New contourf() drawing polygon boundaries for some reason?

2009-06-12 Thread Michael Droettboom
ture in the documentation/example >>> gallery... >>> >>> Is anyone else seeing this behavior? Is there a keyword I can use to >>> force the edges of the polygons not to get drawn? >>> >>> This is on Mac OS X 10.5.7, with >>> scipy.__vers

Re: [Matplotlib-users] bug in PDFs

2009-06-12 Thread Michael Droettboom
; -- > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects >

Re: [Matplotlib-users] New contourf() drawing polygon boundaries for some reason?

2009-06-12 Thread Michael Droettboom
.0.dev5635 > matplotlib.__version__ = 0.98.6svn > numpy.__version__=1.4.0.dev6728 > > As installed by superpack_2009.03.28.sh > from http://macinscience.org/?page_id=6 > > using: > backend: macosx > > Cheers, > Zane > > -- Michael Droettboom Science

Re: [Matplotlib-users] imshow axis labels

2009-06-09 Thread Michael Droettboom
t; > So how do I go about creating a custom formatter? > > Thanks > Jeremy > > Michael Droettboom wrote: >> What are you setting the x ticklabels to? If you want to control how >> the numbers are displayed, you can create a custom formatter (which >> is basical

Re: [Matplotlib-users] imshow axis labels

2009-06-08 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 Engineerin

Re: [Matplotlib-users] Segmentation fault with python 2.6 on 64 bits linux

2009-06-03 Thread Michael Droettboom
ist > 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] display a path?

2009-06-01 Thread Michael Droettboom
ideally i would like to display a PathPatch as well as parts of the path > that surround it. to do this i would like to show the PathPatch with no edge > and then also show part of the path (with no fill). > > thanks in advance, > > lb > -- Michael Droettboom Science Softwa

Re: [Matplotlib-users] computer modern

2009-06-01 Thread Michael Droettboom
s-serif as well, or > even cursive and monospace ? I don't know how to do that, since Stix > seems to contain all of them in a single file (STIXGeneral.ttf) ? > > Nicolas > > > Michael Droettboom a écrit : >> The name of the Computer Modern Roman font that ships

Re: [Matplotlib-users] computer modern

2009-05-28 Thread Michael Droettboom
The name of the Computer Modern Roman font that ships with matplotlib is "cmr10", so mpl.rc('font', family = 'serif', serif = 'cmr10') should work. Mike Nicolas Pourcelot wrote: > Hi, > > is there any way to use Computer Modern in any text in matplotlib ? > > In http://matplotlib.sourceforg

Re: [Matplotlib-users] mathtext : overrightarrow

2009-05-28 Thread Michael Droettboom
Nicolas Pourcelot wrote: > Thanks for your answer. > > > Michael Droettboom a écrit : >> Handling this like an accent is trivial, and handled with the patch >> below (which I will commit to SVN). > It is however not so much useful, since \vec does already the job. Th

Re: [Matplotlib-users] mathtext : overrightarrow

2009-05-28 Thread Michael Droettboom
Handling this like an accent is trivial, and handled with the patch below (which I will commit to SVN). Handling this in such a way that the length of the arrow changes based on the size of the underlying text is less straightforward and will take some time to implement. Cheers, Mike Index: l

Re: [Matplotlib-users] matplotlib dropping points in complex plot?

2009-05-27 Thread Michael Droettboom
Good find. The comment is out of date. It is now followed in all backends. I will update the template. Mike Eric Firing wrote: > Michael Droettboom wrote: >> You can set the rcParam "path.simplify" to False to turn off this >> behavior. > > Mike, > > The

Re: [Matplotlib-users] free'ing the plotted data?

2009-05-27 Thread Michael Droettboom
> a bit. > > I can make a hardcopy of my datas, pass this copy to matplotlib and del > everything (so that it *should* be clean, from my understandings). > > actually, my design is quite horrible. prolly a rewrite from scratch is > the best thing to do. > > anyway, it'

Re: [Matplotlib-users] free'ing the plotted data?

2009-05-27 Thread Michael Droettboom
e ranquet wrote: > Thanks Mike, > I just wanted to be sure wether matplotlib had a copy or not. > I'll have to work on giving hints to the GC then... > > guillaume. > > Michael Droettboom wrote: > >> Yes, Python is reference counted (with a garbage collector to han

Re: [Matplotlib-users] free'ing the plotted data?

2009-05-27 Thread Michael Droettboom
, & > iPhoneDevCamp as they present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https

Re: [Matplotlib-users] matplotlib dropping points in complex plot?

2009-05-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 by AURA f

Re: [Matplotlib-users] Memory leak somewhere?

2009-05-26 Thread Michael Droettboom
developers & brand creativity professionals. Meet > the minds behind Google Creative Lab, Visual Complexity, Processing, & > iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian > Group, R/GA, & Big Spaceship. http://www.creativitycat.com > ___

Re: [Matplotlib-users] Error from ``python setupegg.py develop`` using trunk

2009-05-19 Thread Michael Droettboom
gt; _build_ext.build_extension(self,ext) >File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/ > python2.5/distutils/command/build_ext.py", line 453, in build_extension > sources = self.swig_sources(sources, ext) >File "/System/Library

Re: [Matplotlib-users] Problem with Arcs

2009-05-18 Thread Michael Droettboom
uot;, line > 1043, in __init__ > fill = kwargs.pop('fill') > KeyError: 'fill' > > > It's working fine with Circle or Ellipse. I'm trying to use Arc > because I only want a half-circle. > > Thanks all > >

Re: [Matplotlib-users] copied text

2009-05-08 Thread Michael Droettboom
300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > > > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net &g

Re: [Matplotlib-users] EllipseCollection

2009-05-06 Thread Michael Droettboom
the job done! With the NEW KODAK i700 > Series Scanner you'll get full speed at 300 dpi even with all image > processing features enabled. http://p.sf.net/sfu/kodak-com > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.

Re: [Matplotlib-users] Font size and savefig

2009-05-01 Thread Michael Droettboom
nder if others can test this. > > -JJ > > > On Thu, Apr 30, 2009 at 9:32 AM, Michael Droettboom wrote: > >> I forwarded this message to Michiel de Hoon, the author of the Mac OS-X >> backend, in case he has any thoughts. >> >> Mike >> >>

Re: [Matplotlib-users] Floating point exception

2009-05-01 Thread Michael Droettboom
rmance & Operations tracks. Use code vel09scf > and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists

Re: [Matplotlib-users] Manually enable export as EMF

2009-05-01 Thread Michael Droettboom
ars as though the Matplotlib creators have forgotten to remove > EMF from the file type list, as it's still there. > Yes -- that was an oversight. > Also, there appears to be a bug when saving files, as the selection from the > file type list is ignored and the file is saved as PN

Re: [Matplotlib-users] Polar plotting clockwise and rotated

2009-05-01 Thread Michael Droettboom
Velocity, the Web Performance & Operations > Conference from O'Reilly Media. Velocity features a full day of > expert-led, hands-on workshops and two days of sessions from industry > leaders in dedicated Performance & Operations

Re: [Matplotlib-users] mathtext and py2exe

2009-04-30 Thread Michael Droettboom
t; code, > but the program is supposed to use only Tahoma ttf font which I included on > the data files. > > > Michael Droettboom-3 wrote: > >> It sounds like it is not finding the appropriate fonts. Have you tried >> installing (in C:\Windows\Fonts) all of the ttf fi

Re: [Matplotlib-users] mathtext and py2exe

2009-04-30 Thread Michael Droettboom
for an answer, but I couldn't find where > to get help on py2exe site :-/ so if anyone could help... > Thanks a lot. > > -- Michael Droettboom Science Software Branch Operations and Engineering Divisi

Re: [Matplotlib-users] fill_between and masked array

2009-04-29 Thread Michael Droettboom
locity features a full day of > expert-led, hands-on workshops and two days of sessions from industry > leaders in dedicated Performance & Operations tracks. Use code vel09scf > and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf > -------- > > __

Re: [Matplotlib-users] GSoC: TeX rendering engine

2009-04-27 Thread Michael Droettboom
> will most certainly be a command-line tool Cheers, Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -- Crystal Reports

Re: [Matplotlib-users] Segmentation fault using imshow on large image

2009-04-24 Thread Michael Droettboom
On my machine (32-bit Fedora 10 with 2GB RAM), it chugs along swapping for a lng time and then fails with a Python MemoryError exception -- which is at least reasonable. I suspect you're running on a 64-bit machine and we're running into some sort of non-64-bit-clean issue. We try to be 64

Re: [Matplotlib-users] savefig bug

2009-04-23 Thread Michael Droettboom
t; ___ >>> Matplotlib-users mailing list >>> Matplotlib-users@lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>> >>> > > >

Re: [Matplotlib-users] prevent clipping?

2009-04-23 Thread Michael Droettboom
-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > > > ___ > Matplotlib-users mail

Re: [Matplotlib-users] does matplotlib install work???

2009-04-23 Thread Michael Droettboom
-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > > > ___ > Matplotlib-users

Re: [Matplotlib-users] Matplotlib running under cron

2009-04-23 Thread Michael Droettboom
09, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lis

Re: [Matplotlib-users] GSoC: TeX rendering engine

2009-04-22 Thread Michael Droettboom
> Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > -- Michael Droettboom Science Software Bra

Re: [Matplotlib-users] Memory leak in Agg backend?

2009-04-17 Thread Michael Droettboom
Are you able to run it inside of valgrind's massif tool? Calling out to ps can be a bit spurious (particularly with a memory-pooling Python build) especially for a leak this small. Mike Andres Luhamaa wrote: > Michael Droettboom wrote: > >> I am not able to reproduce th

Re: [Matplotlib-users] matplotlib.pyparsing.ParseFatalException: Expected end of math '$'

2009-04-14 Thread Michael Droettboom
;\]'. Substituting with a dummy > symbol. > % sym.encode('ascii', 'backslashreplace'), MathTextWarning) > > Like it says, it renders the plot but with a dummy symbol. A plain [ > or ] does not even render the plot. > > Just tried, \left[ and \right] and t

Re: [Matplotlib-users] matplotlib.pyparsing.ParseFatalException: Expected end of math '$'

2009-04-14 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 Divi

Re: [Matplotlib-users] How do I install Matplotlib 0.98 on Ubuntu 8.04 Hardy Heron?

2009-04-13 Thread Michael Droettboom
to install matplotlib-0.98 on Ubuntu > Jaunty, but I don't know how to use it on Hardy. > > Thanks. > -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -

Re: [Matplotlib-users] Lots of little problems with appearance (Agg vs. GTK, xlim, tick locators)

2009-04-10 Thread Michael Droettboom
its/7. > step = floor(stepRaw+1) > majorFormatter = DateFormatter('%b\n%Y') > majorLocator = MonthLocator(interval=int(step)) > ax.xaxis.set_major_locator(majorLocator) > ax.xaxis.set_major_formatter(majorFormatter) >

Re: [Matplotlib-users] Display full number in ticks

2009-04-10 Thread Michael Droettboom
ents in a Collaborative Environment. > Download a free trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > > > ___ > Matplotlib-us

Re: [Matplotlib-users] matplotlib._path failed on windows build for Python 2.6

2009-04-10 Thread Michael Droettboom
t; > > ... under Linux it was too easy ;-P (my company runs Win2k!) > > ------------ > > > -- > This SF.net email is sponsor

Re: [Matplotlib-users] matplotlib._path failed on windows build for Python 2.6

2009-04-09 Thread Michael Droettboom
t running Python 2.6 under Win2k, > though... > > > ... under Linux it was too easy ;-P (my company runs Win2k!) > > > ---------- > This SF.net email is sponsored by: > High Quality Requi

Re: [Matplotlib-users] error bars on a log log plot

2009-04-03 Thread Michael Droettboom
he clip level if the > latter--should be handled by an rcParam. > > Eric > >> thanks, >> Johann >> >> Michael Droettboom wrote: >>> I have to say I don't really have a lot of experience with error >>> bars on log plots -- but the root cause

Re: [Matplotlib-users] problem with label if x/yscale are both log

2009-03-31 Thread Michael Droettboom
e Enterprise >> -Strategies to boost innovation and cut costs with open source participation >> -Receive a $600 discount off the registration fee with the source code: SFAD >> http://p.sf.net/sfu/XcvMzF8H >> ----

Re: [Matplotlib-users] error bars on a log log plot

2009-03-31 Thread Michael Droettboom
>>> >>> >>> >>> ___ >>> Matplotlib-users mailing list >>> Matplotlib-users@lists.sourceforge.net >>&g

Re: [Matplotlib-users] Bug when saving in PNG?

2009-03-31 Thread Michael Droettboom
problem >> for information about how to obtain version and other configuration >> information. >> >> > > I am using 0.98.3-3, which is in the Ubuntu packages. > > Cheers, > Markus > > > ------ >

Re: [Matplotlib-users] Warning from pylab.plot on Linux

2009-03-31 Thread Michael Droettboom
least, that is what is in /etc/redhat-release. > > The warning is not fatal and I can display what I attempted to plot with > pylab.show. However, the warning has a significant impact on the > interactive usability of Python and matplotlib as a replacement for Matlab. > > Any

Re: [Matplotlib-users] float argument required

2009-03-23 Thread Michael Droettboom
t enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-users >

Re: [Matplotlib-users] On changing the default tick pad

2009-03-23 Thread Michael Droettboom
ed development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > ht

Re: [Matplotlib-users] Code attached for autoscaled text around graph

2009-03-20 Thread Michael Droettboom
#x27;, 'lightgrey', > 1024, 768, 'UseOffset_ON', 'ScientificNotation_ON') > > HistogramPlot(testData1D, 'test_histogram_small.png', 'Test Data

Re: [Matplotlib-users] installing matplotlib

2009-03-20 Thread Michael Droettboom
gh about gcc to understand why the two aren't linked >> together... >> >> Thanks for the help, >> >> Mike >> Michael Droettboom wrote: >> >>> Michael Hearne wrote: >>> >>>> Two questions: >>>> 1) I&#x

Re: [Matplotlib-users] installing matplotlib

2009-03-20 Thread Michael Droettboom
Though you should be able to compile C++ with gcc as well, if the C++ backend is installed -- that's why the error message is surprising to me if you're certain you have g++ installed. Can you compile a simple C++ file with gcc directly from the commandline? Cheers, Mike -- Mich

Re: [Matplotlib-users] EMF export doesn't work

2009-03-20 Thread Michael Droettboom
NotImplementedError > > Is this a bug or a mal-configuration? The Python code was > > figure = pyplot.figure() > axes = figure.add_subplot(111) > x, y = numpy.loadtxt("data.dat", comments="#", usecols=(0, 1), > unpack=T

Re: [Matplotlib-users] Mathtext font size difference

2009-03-19 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 Eng

Re: [Matplotlib-users] More funky font baselines

2009-03-19 Thread Michael Droettboom
-- > > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matpl

Re: [Matplotlib-users] Rotating in imshow

2009-03-17 Thread Michael Droettboom
is; I don't see anything in the examples. The topic comes up on > the list at perhaps 6-month intervals. Personally, I would very much > like to see the selective rasterization capability fully developed and > exposed, complete with documentation and examples; it is important for > e

Re: [Matplotlib-users] Google summer of Code 2009

2009-03-10 Thread Michael Droettboom
Christopher Barker wrote: > Michael Droettboom wrote: > >> The PSF will do the work of applying to Google -- we can encourage >> prospective students and mentors to apply through the PSF. >> > > hmmm -- I wonder if that is best -- it would put MPL projects in

Re: [Matplotlib-users] Google summer of Code 2009

2009-03-10 Thread Michael Droettboom
John Hunter wrote: > > > On Tue, Mar 10, 2009 at 7:33 AM, Michael Droettboom <mailto:md...@stsci.edu>> wrote: > > I think that's a great project idea -- nice and contained with an > obvious goal. I'd be happy to help out with that, as I probably >

Re: [Matplotlib-users] Google summer of Code 2009

2009-03-10 Thread Michael Droettboom
atplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > -- Michael Droettboom Science Software Branch Operations and En

Re: [Matplotlib-users] memory usage (leakage?) in ipython interactive mode

2009-03-05 Thread Michael Droettboom
ct, not all references which may be keeping it alive (such as the figure, which matplotlib itself keeps a reference to). In general, you need to explicitly call pyplot.close(fignum) to delete a figure. Cheers, Mike -- Michael Droettboom Science Software Branch Operations and Engineering

Re: [Matplotlib-users] sluggish pdfs with large data sets

2009-03-03 Thread Michael Droettboom
anks for the suggestion. i'm running 0.98.3 and have tried > > pdf.compression > path.simplify > agg.path.chunksize > > without any change in filesize (176KB) or time to open file (13 sec). > > are there any other options or backends that might help? > > drs

Re: [Matplotlib-users] sluggish pdfs with large data sets

2009-03-03 Thread Michael Droettboom
n source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourc

Re: [Matplotlib-users] encoding 2 variables with hue / intensity

2009-03-03 Thread Michael Droettboom
00 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > > > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://li

Re: [Matplotlib-users] Work directory is changed when saving a plot

2009-02-27 Thread Michael Droettboom
ation fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > > > ___ > 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] Matplotlib documentation

2009-02-27 Thread Michael Droettboom
erwise pursue what it might take to make it work. We would definitely welcome this change. Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA

Re: [Matplotlib-users] Bug in Fill_Between?

2009-02-27 Thread Michael Droettboom
articipation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > > > ___ > Matplotlib-users mailing

Re: [Matplotlib-users] Mathtext + stixsans weird baseline

2009-02-27 Thread Michael Droettboom
SFAD > http://p.sf.net/sfu/XcvMzF8H > ---- > > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/

Re: [Matplotlib-users] TclError Couldn't Connect to display ":0.0"

2009-02-24 Thread Michael Droettboom
emote headless server, for instance, you can use the Agg backend. I see that you are doing that (with the matplotlib.use('Agg')) line, so I'm surprised why any Tcl-related message would be displayed at all. Can you provide the information described here: http://matplotlib.so

Re: [Matplotlib-users] Crash when trying to show a semilog or log-log plot

2009-02-23 Thread Michael Droettboom
that they use the bundled > pyparsing module, and check with the matplotlib developers about the other > "redundant" packages before deleting them. > > Thanks for your help. > >Craig > > > > - Original Message > From: Michael Droettboom > To: C

Re: [Matplotlib-users] Backend problem

2009-02-23 Thread Michael Droettboom
nd cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu/XcvMzF8H > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net

Re: [Matplotlib-users] ginput then show causes segfault

2009-02-23 Thread Michael Droettboom
Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise > -Strategies to boost innovation and cut costs with open source participation > -Receive a $600 discount off the registration fee with the source code: SFAD > http://p.sf.net/sfu

Re: [Matplotlib-users] Crash when trying to show a semilog or log-log plot

2009-02-23 Thread Michael Droettboom
, self).__init__( > TypeError: super() argument 1 must be type, not classobj > > > > > -- > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA > -OSBC tackles the biggest

Re: [Matplotlib-users] x axis & imshow...

2009-02-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 by AURA

Re: [Matplotlib-users] problem in cbook.py

2009-02-13 Thread Michael Droettboom
is a bugfix, in that certain font lookups which were broken before are now correct, even though that implies different behavior. Mike -- Michael Droettboom Science Software Branch Operations and Engineering Division Space Telescope Science Institute Operated by AURA for NASA -

Re: [Matplotlib-users] Memory leaks in a web application

2009-02-10 Thread Michael Droettboom
applications that combine the power of local > resources and data with the reach of the web. Download the Adobe AIR SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com > ---- > > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sour

Re: [Matplotlib-users] rc params strangeness/error

2009-02-09 Thread Michael Droettboom
be AIR, Ajax developers can use existing skills and code to > build responsive, highly engaging applications that combine the power of local > resources and data with the reach of the web. Download the Adobe AIR SDK and > Ajax docs to start building applications today-http://p.sf.net/sfu/ado

Re: [Matplotlib-users] contour coordinates

2009-02-02 Thread Michael Droettboom
-- >> >> > This SF.net email is sponsored by: >> >> > SourcForge Community >> >> > SourceForge wants to tell your story. >> >> > http://p

Re: [Matplotlib-users] How to plot straight lines on polar plots

2009-01-29 Thread Michael Droettboom
tting a straight line/curve > through the points, instead of the way matplotlib is plotting. > > I am plotting tuples of values (az and alt), and plotting using: > > > ax.plot(az, alt, 'b') > -- Michael Droettboom Scienc

Re: [Matplotlib-users] plotting a circle in log space

2009-01-26 Thread Michael Droettboom
John Hunter wrote: > On Mon, Jan 26, 2009 at 8:40 AM, Michael Droettboom wrote: > >> Support for handling NaNs in curves is now on the branch and trunk. >> >> While this solves the infinite recursion problem, it still may be better in >> your specific case to us

Re: [Matplotlib-users] plotting a circle in log space

2009-01-26 Thread Michael Droettboom
27;re talking an entire eighth-wedge at least here. By using CirclePolygon, the amount of removal could be much less. Mike Michael Droettboom wrote: > At one point in history, the Agg backend would not do NaN removal on > paths with curves -- but it looks like that's been inadvertently l

Re: [Matplotlib-users] plotting a circle in log space

2009-01-26 Thread Michael Droettboom
t; > I'm including below some sample code that shows the bug on Agg > > JDH > > import matplotlib > matplotlib.use('Agg') > > import matplotlib.pyplot as plt > import matplotlib.patches as patches > cx = 700 > cy = 700 > r = 1000 > > fig = plt.f

Re: [Matplotlib-users] pygtk

2009-01-21 Thread Michael Droettboom
your distro's packages, or did you build this yourself? Until "import gtk" works, there's little matplotlib can do, unfortunately. You may want to head over to the pygtk list for help if you're still stuck. Mike David Trethewey wrote: > Michael Droettboom wrote:

Re: [Matplotlib-users] PS backend

2009-01-21 Thread Michael Droettboom
I've removed the "%%EOF" comment from the embedded font in SVN (your suggested change). I'm still stumped as to why this matters, but it should be benign. Mike Paul Novak wrote: > I am using matplotlib SVN revision 6810, and GSview 4.9 for Windows. > > Paul

Re: [Matplotlib-users] Strange problem with savefig?

2009-01-20 Thread Michael Droettboom
net/sfu/sf-spreadtheword > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > -- Michael Droettboom Sci

Re: [Matplotlib-users] PS backend

2009-01-20 Thread Michael Droettboom
to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > -------- > > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.source

Re: [Matplotlib-users] bug in NavigationToolbar2QT ?

2009-01-20 Thread Michael Droettboom
is sponsored by: > SourcForge Community > SourceForge wants to tell your story. > http://p.sf.net/sfu/sf-spreadtheword > > > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-user

Re: [Matplotlib-users] Segmentation fault when calling imshow with complex array

2009-01-15 Thread Michael Droettboom
;>> imshow(X) >>>> > > >>>> imshow(X) >>>> > > >>>> imshow(X) >>>> > > >>>> imshow(X) >>>> > > >>>> imshow(X) >>>&

Re: [Matplotlib-users] [Matplotlib-announce] Saving image in .jpeg format

2009-01-15 Thread Michael Droettboom
ror: Format "jpg" is not supported. > Supported formats: emf, eps, pdf, png, ps, raw, rgba, svg, svgz. > > Can anyone help me ? (.jpeg extension it doesn't work too) > By the way, what is the best backend to

Re: [Matplotlib-users] Matplotlib and WPF

2009-01-08 Thread Michael Droettboom
t; 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] Tick formatting

2009-01-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 Ins

Re: [Matplotlib-users] Matplotlib and WPF

2009-01-06 Thread Michael Droettboom
--- > > ___ > Matplotlib-users mailing list > Matplotlib-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > -- Micha

Re: [Matplotlib-users] Pylab breaks locales with GTK

2009-01-05 Thread Michael Droettboom
;license" for more information. >> > > This has been reported before, and IIRC, it's a problem with PyGTK. > > Ryan > > -- Micha

Re: [Matplotlib-users] Pylab breaks locales with GTK

2009-01-05 Thread Michael Droettboom
gt;>>> > ... > '1.0' > '1.01' > '2.11' > '3.61' > >>>> import matplotlib >>>> for i in a:str(i) >>>> > ... > '1.0' > '1.01' > '

Re: [Matplotlib-users] strtod dilemma

2009-01-03 Thread Michael Droettboom
Luis Saavedra wrote: > Hi list, > > When the 'pylab' module is loaded the function 'strtod' does not work well. > Can you elaborate on how it doesn't work? > I suppose that this is not new: > http://www.python.org/search/hypermail/python-1994q2/0750.html > > and the question is: any solution? >

Re: [Matplotlib-users] Fuzzy plots of ode solutions

2009-01-02 Thread Michael Droettboom
Eric Firing wrote: > Michael Droettboom wrote: >> This is a very good test to have -- we should add it to >> backend_driver.py. >> >> FWIW, SVG appears to behave similarly to PDF, and has a "miter-limit" >> property to control when to bevel vs. miter wh

<    2   3   4   5   6   7   8   9   10   11   >