Re: [Matplotlib-users] [matplotlib-devel] License, freetype

2017-02-18 Thread CAB
Kington <joferking...@gmail.com> To: Paul Hobson <pmhob...@gmail.com> Cc: CAB <cabr...@yahoo.com>; Matplotlib Development List <matplotlib-de...@lists.sourceforge.net>; Matplotlib Users <matplotlib-users@lists.sourceforge.net> Sent: Friday, February 17, 2017 5:03 PM

[Matplotlib-users] License, freetype

2017-02-17 Thread CAB
Hi, All, I just went to install matplotlib version 2.0.0, and it has a dependency called "freetype". This software appears to be licensed under GPL3.  My reading of that latter license is that, if someone wanted to distribute a compiled version of a program requiring matplotlib, that entire

[Matplotlib-users] getting matplotlib to recognize a new font

2013-02-28 Thread CAB
Hi, All, I am using matplotlib 1.2.0 under Windows 7 64-bit. I am trying to get matplotlib to recognize a new font that I downloaded (Arimo, for the curious).  I put the .ttf files in the matplotlib ttf font directory (...\\fonts\\ttf\\ArimoRegularLatin.ttf, etc.), where Bitstream Vera Sans,

Re: [Matplotlib-users] getting matplotlib to recognize a new font

2013-02-28 Thread CAB
That did it, Ben! Many thanks, Chad From: Benjamin Root ben.r...@ou.edu To: CAB cabr...@yahoo.com Cc: Matplotlib Users matplotlib-users@lists.sourceforge.net Sent: Thursday, February 28, 2013 8:19 AM Subject: Re: [Matplotlib-users] getting matplotlib

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

2013-01-17 Thread CAB
font file different on Windows 8 vs. Windows 7?  (Just a difference in file size would be enough to know).  If so, it's probably the nature of those differences that we need to look into. Mike On 01/16/2013 10:04 AM, CAB wrote: Dear Mike Paul, Thanks for your replies.  I tried Mike's protocol

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

2013-01-16 Thread CAB
  On Tue, Jan 8, 2013 at 9:31 PM, CAB cabr...@yahoo.com wrote: Hi, All, I am encountering a thorny problem when trying to run matplotlib under Windows 8.  If I label an axis using a command like ax.set_ylabel(r'time (s)', name='Arial'), all is well.  But if  try to add mathtext

[Matplotlib-users] mathtext and fonts under Windows 8

2013-01-08 Thread CAB
Hi, All, I am encountering a thorny problem when trying to run matplotlib under Windows 8.  If I label an axis using a command like ax.set_ylabel(r'time (s)', name='Arial'), all is well.  But if  try to add mathtext to that, as in ax.set_ylabel(r'time ($s$)', name='Arial'), mathtext.py

[Matplotlib-users] x, y labels with varying font styles

2011-09-14 Thread CAB
Hey, All, I've combed the documentation ad nauseum, but I can't find a solution for this one, besides a very brute-force one. Let's say I've set my default sans-serif font as 'Arial'.  Fine. Now, let's say, in a standard plot, I set the x label of this plot using something like:

Re: [Matplotlib-users] Matplotlib 1.0.1 Tk backend

2011-08-31 Thread CAB
Dear Trevor, I am using 1.0.1 and the TkAgg backend with no problems.  I'm not sure why you can't find the documentation.  It is listed in the faq as a viable backend. Chad From: Trevor J Christensen tre...@jcmanagement.net To:

[Matplotlib-users] tkinter bug?

2011-08-21 Thread CAB
Hi, All, Sorry if this complaint appears twice on this list. I have been using Matplotlib for a while, and I'm getting to the point where I'd like to embed the output in a Tk GUI application.  I'm new to Tkinter.  Here is the problem.  Using the script that's in the examples page on the web

Re: [Matplotlib-users] tkinter bug?

2011-08-21 Thread CAB
Hi, Eric, Yes, the code you sent works. Many thanks for your help! Chad From: Eric Firing efir...@hawaii.edu To: matplotlib-users@lists.sourceforge.net Sent: Sunday, August 21, 2011 2:05 PM Subject: Re: [Matplotlib-users] tkinter bug? That's probably why