Re: [Matplotlib-users] mathtext and fonts under Windows 8

2013-01-17 Thread Daniel Hyams
> > > But the thing that bothers me about this error is that it only occurs if I > try to mix mathtext and non-matplotlib font. So matplotlib finds Arial > just fine. And it finds the mathtext font fine. Only the mixture is > fatal. It's as if the parser loses track of the Arial font, or it loo

Re: [Matplotlib-users] mathtext and fonts under Windows 8

2013-01-12 Thread Daniel Hyams
- > Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, > MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current > with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft > MVPs and experts. ON SALE this month only -- learn mo

Re: [Matplotlib-users] finding the bounding box of an arbitrary artist

2013-01-01 Thread Daniel Hyams
ave a consistent interface as defined by the base class? On Dec 30, 2012 1:00 AM, "Michael McNeil Forbes" < [email protected]> wrote: > On 7 Oct 2011, at 4:56 PM, Daniel Hyams wrote: > > I'm wanting to highlight the artist under the cursor with a transparent

Re: [Matplotlib-users] uniqueness of polar coordinates (meaningfulness of r<0)

2012-12-17 Thread Daniel Hyams
> LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial > Remotely access PCs and mobile devices and provide instant support > Improve your efficiency, and focus on delivering more value-add services > Discover what IT Professionals Know. Rescue delivers &g

Re: [Matplotlib-users] Problem with contains() on an arrow

2012-09-15 Thread Daniel Hyams
Bump for this topic; I'd still love to know what the right thing is to do here. On Mon, Aug 20, 2012 at 10:08 PM, Daniel Hyams wrote: > Hmm, I just found out that if I change path.Path.contains_point to use > "point_on_path" instead of "point_in_path", the co

Re: [Matplotlib-users] Problem with contains() on an arrow

2012-08-20 Thread Daniel Hyams
sting for literally being on the "stroke"? If so, do we have to make sure that the proper one is called if there are no polygons involved in the path? On Mon, Aug 20, 2012 at 9:28 PM, Daniel Hyams wrote: > I've run into a strange problem with contains() on an arrow; there is a

[Matplotlib-users] Problem with contains() on an arrow

2012-08-20 Thread Daniel Hyams
ack a STOP onto the end of the path, but that resulted in the same behavior. Can anyone else confirm this behavior? matplotlib 1.1.1 is what I'm using. Seen on both Windows, Linux, and OSX. -- Daniel Hyams [email protected] arrow_contains_test.py Descripti

Re: [Matplotlib-users] FancyBBox set_width

2012-08-19 Thread Daniel Hyams
ill cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _____

Re: [Matplotlib-users] FancyBBox set_width

2012-08-19 Thread Daniel Hyams
IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______ > Matplotlib-users mailing list > [email protected] &

Re: [Matplotlib-users] Two panels (wxPython) containing separate figures

2012-07-12 Thread Daniel Hyams
-- > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint s

[Matplotlib-users] How to compile under windows?

2012-07-11 Thread Daniel Hyams
I looked around in the docs a bit but didn't find anything...is there a guide / set of recommended practices when trying to build matplotlib from source on Windows? -- Daniel Hyams [email protected] -- Live Sec

Re: [Matplotlib-users] Two panels (wxPython) containing separate figures

2012-07-11 Thread Daniel Hyams
; > > > -- > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpo

Re: [Matplotlib-users] Two panels (wxPython) containing separate figures

2012-07-11 Thread Daniel Hyams
to the networkx authors. On Wed, Jul 11, 2012 at 1:02 PM, Daniel Hyams wrote: > To get rid of the networkx dependency, I just replaced my_plot() with this: > > def my_plot(figure): > figure.clear() > axes = figure.add_subplot(1,1,1) > axes.plot([0,1,2],[2,3,4]) >

Re: [Matplotlib-users] Two panels (wxPython) containing separate figures

2012-07-11 Thread Daniel Hyams
cussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______ > Matplotlib

Re: [Matplotlib-users] sample to contribute to mpl gallery

2012-03-20 Thread Daniel Hyams
Oops, one thing about the graph that I forgot to point out...does the antialiasing look a little funny? It seems a bit inconsistent, especially as the line goes flat. I increased the line width in an effort to make it less obvious; is there some other way to improve this behavior? --

Re: [Matplotlib-users] How to plot Chebyshev polynolmials

2012-01-10 Thread Daniel Hyams
ebitchev polynomial. > > 2012/1/10 Daniel Hyams : > > I think that you're misusing Chebyshev (do you really only want to give > "3" > > as a coefficient..which is just the constant function 3), and you have to > > evaluate it in order to give matplotlib some x

Re: [Matplotlib-users] How to plot Chebyshev polynolmials

2012-01-10 Thread Daniel Hyams
- > Write once. Port to many. > Get the SDK and tools to simplify cross-platform app development. Create > new or port existing apps to sell to consumers worldwide. Explore the > Intel AppUpSM program developer opportun

Re: [Matplotlib-users] cycling mechanism

2012-01-05 Thread Daniel Hyams
- > Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex > infrastructure or vast IT resources to deliver seamless, secure access to > virtual desktops. With this all-in-one solution, easily deploy virtual > desktops for less than

Re: [Matplotlib-users] collections?

2011-12-11 Thread Daniel Hyams
m) add the collection. On Fri, Dec 9, 2011 at 5:27 PM, Tony Yu wrote: > > On Fri, Dec 9, 2011 at 5:23 PM, Tony Yu wrote: > >> >> >> On Fri, Dec 9, 2011 at 4:11 PM, Daniel Hyams wrote: >> >>> I'm sorry, I should have stated the version. I'm u

Re: [Matplotlib-users] collections?

2011-12-09 Thread Daniel Hyams
I'm sorry, I should have stated the version. I'm using 1.0.0, which just returns a list of rectangle artists. On Fri, Dec 9, 2011 at 4:08 PM, Benjamin Root wrote: > On Fri, Dec 9, 2011 at 2:55 PM, Daniel Hyams wrote: > >> Tried, but unfortunately it did not make any diff

Re: [Matplotlib-users] collections?

2011-12-09 Thread Daniel Hyams
Tried, but unfortunately it did not make any difference :( On Fri, Dec 9, 2011 at 2:22 PM, Tony Yu wrote: > > > On Fri, Dec 9, 2011 at 2:13 PM, Daniel Hyams wrote: > >> I can't tell if I'm misusing collections here, or if there is a bug. >> Anyway, what I

[Matplotlib-users] collections?

2011-12-09 Thread Daniel Hyams
This appears to work at first blush, but if you resize the plot, you can tell that the rectangles are just fixed in their location now. I tried messing around with setting the transform for the new collection object "coll" in different ways, to no avail. Any suggestions welcome ;)

Re: [Matplotlib-users] [ploting data] Live data

2011-12-02 Thread Daniel Hyams
his script > # with the same return code of Qt application > sys.exit(qApp.exec_()) > > > ------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers

Re: [Matplotlib-users] Matplotlib 1.1.0 animation vs. contour plots

2011-11-13 Thread Daniel Hyams
It's not "official", but just idiomatic, I suppose ;) http://en.wikipedia.org/wiki/Monkey_patch http://paulirish.com/2010/duck-punching-with-jquery/ > > Is that an official term? I have done things like this before, but never had > a word for it. > > Ben

Re: [Matplotlib-users] Matplotlib 1.1.0 animation vs. contour plots

2011-11-13 Thread Daniel Hyams
here is no bit-mapped representation of > a contour object? It's not really that, it's just that the animation class expects to be given a list of Artists to work with (the original author can correct me if I'm wrong), and that's not what it is being given, because a QuadContourSet is no

Re: [Matplotlib-users] Matplotlib 1.1.0 animation vs. contour plots

2011-11-13 Thread Daniel Hyams
Oops; my sentence should have read "is *not* derived from an artist". On Sun, Nov 13, 2011 at 1:24 PM, Benjamin Root wrote: > > > On Sunday, November 13, 2011, Daniel Hyams wrote: >> This looks like a bug in matplotlib to me; I get the same thing. >> >> The

Re: [Matplotlib-users] Matplotlib 1.1.0 animation vs. contour plots

2011-11-13 Thread Daniel Hyams
This looks like a bug in matplotlib to me; I get the same thing. The basic issue is that QuadContourSet is derived from an artist, and so does not have all of the artist methods; the animation framework depends on the things that it is animating being artists. The following monkey patch fixes it

Re: [Matplotlib-users] Build MPL with VS 2008 problem

2011-11-02 Thread Daniel Hyams
+--+ > > > -- > RSA(R) Conference 2012 > Save $700 by Nov 18 > Register now > http://p.sf.net/sfu/rsa-sfdev2dev1 > ___ > Matplotlib-users mailing list >

Re: [Matplotlib-users] Loading txt files

2011-11-01 Thread Daniel Hyams
___ > Matplotlib-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > -- Daniel Hyams [email protected] ---

Re: [Matplotlib-users] cmap normalization question

2011-10-31 Thread Daniel Hyams
w supports Android™ Apps > for the BlackBerry® PlayBook™. Discover just how easy and simple > it is! http://p.sf.net/sfu/android-dev2dev > ___ > Matplotlib-users mailing list > [email protected]

Re: [Matplotlib-users] matplotlib.axes.Axes.arrow not producing nice arrows

2011-10-27 Thread Daniel Hyams
omplimentary Learning@Cisco Self-Assessment and learn > about Cisco certifications, training, and career opportunities. > http://p.sf.net/sfu/cisco-dev2dev > ___ > Matplotlib-users mailing list > [email protected] >

Re: [Matplotlib-users] strange behavior of images when they have an alpha channel [resend]

2011-10-22 Thread Daniel Hyams
Michael: I commented on the patch here: https://github.com/matplotlib/matplotlib/issues/545 In short...it works! -- The demand for IT networking professionals continues to grow, and the demand for specialized networking

Re: [Matplotlib-users] strange behavior of images when they have an alpha channel [resend]

2011-10-21 Thread Daniel Hyams
> Thanks for clarifying.  I understand what you're saying now.  I think > what we want to do is store the unmultiplied alpha as a "canonical" > version of the image, and premultiply a copy (or use some C++ iterator > magic to avoid the copy) right before sending it off to Agg.  Then the > alpha can

Re: [Matplotlib-users] strange behavior of images when they have an alpha channel [resend]

2011-10-21 Thread Daniel Hyams
n _image.cpp.  Arguably it is a bug that agg doesn't reject > filtering unmultiplied images, since the note states that the assumption is > that they are premultiplied by the time they get to the filters. > > I have attached a patch that fixes this.  Would you mind testing it and l

Re: [Matplotlib-users] strange behavior of images when they have an alpha channel [resend]

2011-10-20 Thread Daniel Hyams
lter_rgba.h, rebuilding matplotlib, and replacing _image.so/_image.pyd and _backend_agg.so/_backend_agg.pyd does the trick (along with passing straight alphas). So far, I've seen no ill effects on any of my plots, but I'm also not in a position to run the pixel-by-pixel comparison matplotlib tes

Re: [Matplotlib-users] strange behavior of images when they have an alpha channel [resend]

2011-10-19 Thread Daniel Hyams
a blending properly in the > image class, then the user wouldn't have to deal with such details.  A bug > should probably be filed in the matplotlib issue tracker for this. > > Mike > > On 10/19/2011 12:23 PM, Daniel Hyams wrote: > > [Sorry, I keep getting tripped up wit

[Matplotlib-users] Small bug in XAxis.contains() and YAxis.contains()

2011-10-08 Thread Daniel Hyams
The pick radius for the X and Y axis artists are one-sided; is that intentional? Original (in class XAxis), file axis.py: def contains(self,mouseevent): """Test whether the mouse event occured in the x axis. """ if callable(self._contains): return self._contains(self,m

[Matplotlib-users] finding the bounding box of an arbitrary artist

2011-10-07 Thread Daniel Hyams
hat the "hitbox" is being calculated on the fly in XAxis.contains(). -- Daniel Hyams [email protected] -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitiv

Re: [Matplotlib-users] XRC or Pythoncard

2011-09-20 Thread Daniel Hyams
_ > Matplotlib-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > -- Daniel Hyams [email protected]

[Matplotlib-users] bug report and fix for bracket arrow (annotations)

2011-09-16 Thread Daniel Hyams
# flip these arguments widthA=widthA, lengthA=lengthA, angleA=angleA ) -- Daniel Hyams [email protected] -- BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA http://p.s

[Matplotlib-users] draggable annotation bug and fix

2011-09-15 Thread Daniel Hyams
on.textcoords = "figure pixels" self.update_offset(0.0,0.0) # <--- add this! It might be sufficient to just set self.annotation.xytext to self.ox,self.oy instead of calling update_offset like I did

Re: [Matplotlib-users] Suggestion for annotation arrow clipping

2011-09-14 Thread Daniel Hyams
You are correct JJ; the annotation_clip=False attribute was exactly what I was after, but somehow missed it in the docs :(. On Wed, Sep 14, 2011 at 9:09 PM, Jae-Joon Lee wrote: > On Mon, Sep 12, 2011 at 3:20 AM, Daniel Hyams wrote: >> I would suggest the following modifi

[Matplotlib-users] Suggestion for annotation arrow clipping

2011-09-11 Thread Daniel Hyams
self.arrow_patch.set_clip_box(self.axes.bbox) # CHANGEME (new line) self.arrow_patch.draw(renderer) Text.draw(self, renderer) -- Daniel Hyams [email protected] -- Using storage to extend the benefi

[Matplotlib-users] exception in hit testing with log scale axes [resend]

2011-09-09 Thread Daniel Hyams
1.0.1, on both Linux and Windows. -- Daniel Hyams [email protected] hitlist_problem.py Description: Binary data -- Why Cloud-Based Security and Archiving Make Sense Osterman Research conducted this study that outlin

[Matplotlib-users] exception in hit testing with log scale axes

2011-09-09 Thread Daniel Hyams
g seems to work. However, being unfamiliar with the code, I'm not sure what else that might break, or how bad of an idea swallowing the exception is here. I have attached a small demo code. The error occurs in matplotlib 1.0.0 and matplotlib 1.0.1, on both Linux and Windows.

[Matplotlib-users] alpha bug in Polygon

2011-03-10 Thread Daniel Hyams
And then there is no fill as expected, but the edge is now dark black again instead of being light due to the alpha of 0.1. -- Daniel Hyams [email protected] -- Colocation vs. Managed Hosting A question and answer guide

Re: [Matplotlib-users] small patch to enable formatters for contour line labels

2011-02-21 Thread Daniel Hyams
Thanks Eric! On Sun, Feb 20, 2011 at 9:02 PM, Eric Firing wrote: > On 02/20/2011 06:17 AM, Daniel Hyams wrote: >> >> The function "clabel" does not allow the use of formatters for the >> label; this small patch enables their use, so that one can pass in any >>

[Matplotlib-users] small patch to enable formatters for contour line labels

2011-02-20 Thread Daniel Hyams
there is only a two line change, but it does enable formatters. Perhaps one of the devs can put this in? -- Daniel Hyams [email protected] -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pin

Re: [Matplotlib-users] yellow green blue colormap

2011-02-13 Thread Daniel Hyams
ing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > -- Daniel Hyams [email protected] -- The ultimate all-in-one performance toolkit: Intel(R) Paral

Re: [Matplotlib-users] a function to prevent "overdraw" of minor ticks/gridlines

2011-02-11 Thread Daniel Hyams
This is a slightly updated version of the script that uses subplots instead of making you pop two windows, which doesn't seem to work like I wanted it to on all systems. None of the code that does the locating has changed; only the demonstration part. -- Daniel Hyams dhy...@gmai

[Matplotlib-users] a function to prevent "overdraw" of minor ticks/gridlines

2011-02-10 Thread Daniel Hyams
s and tick marks. I know that the colors and thicknesses that I chose are ugly, but they do illustrate the point ;) -- Daniel Hyams [email protected] griddemo.py Description: Binary data -- The ultimate all-in-one performa

[Matplotlib-users] osx dock weirdness

2011-01-25 Thread Daniel Hyams
see anything. I have a mac at home, and it doesn't do this as far as I know. Using the python.org 2.6.6, all paths set correctly, and matplotlib 1.0.0; both installed from appropriate dmg's from the respective web sites. It was just weird, and I thought maybe someone else had run into th

Re: [Matplotlib-users] exceptions in 3d zoom operation (bug report)

2011-01-09 Thread Daniel Hyams
Agreed; this is a band-aid at best. On Sun, Jan 9, 2011 at 5:23 PM, Benjamin Root wrote: > On Sun, Jan 9, 2011 at 4:15 PM, Daniel Hyams wrote: > >> Fix (and it looks like this would need to be fixed in 1.0.1 as well): >> >> A few lines up in draw() (line 183 in axis3d.p

Re: [Matplotlib-users] exceptions in 3d zoom operation (bug report)

2011-01-09 Thread Daniel Hyams
ajorLocs = [loc for loc in majorLocs if \ interval[0] <= loc <= interval[1]] seems to solve the problem at hand. On Sun, Jan 9, 2011 at 4:55 PM, Daniel Hyams wrote: > Fairly easy to demonstrate; run the code below, and press the right mouse > button in the middle of t

[Matplotlib-users] exceptions in 3d zoom operation (bug report)

2011-01-09 Thread Daniel Hyams
rt LinearLocator, FixedLocator, FormatStrFormatter import matplotlib.pyplot as plt fig = plt.figure() ax = fig.gca(projection='3d') plt.show() -- Daniel Hyams [email protected] -- Gaining the trust of online customers

Re: [Matplotlib-users] another incorrectly clipped PNG in the gallery

2010-12-14 Thread Daniel Hyams
ok and feel demerit. >> >> Che >> >> >> >> >> ---------- >> Lotusphere 2011 >> Register now for Lotusphere 2011 and learn how >> to connect the dots, take your collaborati

[Matplotlib-users] Has anyone tried using matplotlib+dialogs on wx 2.9.1.1, Cocoa?

2010-12-05 Thread Daniel Hyams
cause the problem. The small code that reproduces the problem is attached. Not sure if this is a wxPython problem or matplotlib problem, but figured I'd throw it out there and see if it also freezes on other people's platforms. -- Daniel Hyams [email protected] cocoa.py Desc

Re: [Matplotlib-users] Memory leak; user error or bug?

2010-12-01 Thread Daniel Hyams
y. Get started today with the > Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. > http://p.sf.net/sfu/intelisp-dev2dev > ___ > Matplotlib-users mailing list > [email protected] > https://list

Re: [Matplotlib-users] small bugfix in font_manager.py

2010-11-29 Thread Daniel Hyams
y still be code paths that > aren't coded correctly for that option. > > Mike > > On 11/25/2010 10:34 AM, Benjamin Root wrote: > > On Wednesday, November 24, 2010, Daniel Hyams wrote: > >> MPL 1.0.0, OSX > >> If USE_FONTCONFIG is turned on, the function >

[Matplotlib-users] small bugfix in font_manager.py

2010-11-24 Thread Daniel Hyams
pass if fontManager: default_size = fontManager.get_default_size() else: default_size = rcParams['font.size'] return default_size * font_scalings.get(self._size) -- Daniel Hyams [email protected] ---

[Matplotlib-users] callbacks / custom nav toolbar

2010-11-21 Thread Daniel Hyams
nections, I did make sure that I'm saving a reference to them myself. -- Daniel Hyams [email protected] -- Beautiful is writing same markup. Internet Explorer 9 supports standards for HTML5, CSS3, SVG 1.1, ECMA

[Matplotlib-users] my duel with the legend is over. I won. :)

2010-10-30 Thread Daniel Hyams
ist with something so trivial. I had a major "can't see the forest through the trees" moment. -- Daniel Hyams [email protected] -- Nokia and AT&T present the 2010 Calling All Innovators-North America c

Re: [Matplotlib-users] how to get legend size, try #2.

2010-10-30 Thread Daniel Hyams
7;red')) pylab.show() It's close, but not there.so the question becomes, how do I place a legend exactly at the coordinates that I want? On Sat, Oct 30, 2010 at 1:16 AM, Paul Ivanov wrote: > Daniel Hyams, on 2010-10-29 23:48,  wrote: >> Thanks Paul!  Your suggestion got

[Matplotlib-users] how to get legend size, try #2.

2010-10-29 Thread Daniel Hyams
t_frame().get_height(), but that just returns 1 all the time. Ascii art is fun! :) -- Daniel Hyams [email protected] -- Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps &a

[Matplotlib-users] how to get the legend size?

2010-10-29 Thread Daniel Hyams
Going a little crosseyed here...how might I get the size of the legend in axes coordinates? Or any coordinates? -- Daniel Hyams [email protected] -- Nokia and AT&T present the 2010 Calling All Innovators-North Ame

Re: [Matplotlib-users] [matplotlib-devel] Release schedule for version 1.0.1?

2010-10-25 Thread Daniel Hyams
Oops, yes! The spirit is willing but the (my) brain is weak. On Mon, Oct 25, 2010 at 5:13 PM, John Hunter wrote: > On Mon, Oct 25, 2010 at 4:09 PM, Daniel Hyams wrote: > > Right, I was referring specifically to MATPLOTLIBDIR ;) > > > > I was just pleased as punch to find

Re: [Matplotlib-users] Marker types in 3d plots

2010-10-15 Thread Daniel Hyams
r(TM) 4 (formerly > Flex(R) Builder(TM)) enable the development of rich applications that run > across multiple browsers and platforms. Download your free trials today! > http://p.sf.net/sfu/adobe-dev2dev > ___ > Matplotlib-users mailing

Re: [Matplotlib-users] 3d plot without marker edge

2010-10-15 Thread Daniel Hyams
the property is removed. On Fri, Oct 15, 2010 at 10:32 AM, Daniel Hyams wrote: > Since you are talking about markers, I assume that you made the plot with > the scatter() function. > > The scatter() function creates the appropriate collection of patches > (polygon, circle, etc.)

Re: [Matplotlib-users] 3d plot without marker edge

2010-10-15 Thread Daniel Hyams
and platforms. Download your free trials today! > http://p.sf.net/sfu/adobe-dev2dev > ___ > Matplotlib-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > -- Daniel Hyams [email protected] ---

[Matplotlib-users] bug: axes.hitlist() ?

2010-10-05 Thread Daniel Hyams
11) ax.plot([0,1,2,3]) def on_move(event): if event.inaxes: lst = ax.hitlist(event) print lst binding_id = connect('motion_notify_event', on_move) show() -- Daniel Hyams [email protected]

[Matplotlib-users] legend and bbox_to_anchor, and draggable()

2010-09-24 Thread Daniel Hyams
t to place the legend initially, and then let the user drag the legend around if the placement wasn't satisfactory. -- Daniel Hyams [email protected] -- Start uncovering the many advantages of virtual appliances and star

Re: [Matplotlib-users] Mapping fonts properly

2010-08-23 Thread Daniel Hyams
time my app runs, in case new fonts have been installed since the last invocation? How do we keep that cache up to date? On Mon, Aug 23, 2010 at 10:12 AM, Michael Droettboom wrote: > On 08/22/2010 10:00 PM, Daniel Hyams wrote: > > I am searching for advice on how to handle selecting a

[Matplotlib-users] Mapping fonts properly

2010-08-22 Thread Daniel Hyams
I don't know what problems I'll run into on other platforms (obviously, I would have get all_fontfiles above differently on each platform). If this is the only way to do it, I guess that's OK, but I thought that