Hi All,
I am working on a platform that makes it difficult to provide repro cases...
but I am hoping someone can shed some light on what I am seeing...
Essentially, I have a program imports another script that* import
matplotlib.pyplot as PLT... when it runs more than once then I get the
foll
traceback… it occurs on matplotlib 1.3 AND 1.4
TY,
MJ
From: ben.v.r...@gmail.com [mailto:ben.v.r...@gmail.com] On Behalf Of Benjamin
Root
Sent: Wednesday, October 8, 2014 6:20 PM
To: Mark Janikas
Cc: Matplotlib Users
Subject: Re: [Matplotlib-users] FW: traceback when import matplotlib.pyplot
twice
]
[cid:image002.png@01CFE888.2A514840]
[cid:image003.png@01CFE888.2A514840]
-Original Message-
From: Thomas Caswell [mailto:tcasw...@gmail.com]
Sent: Saturday, October 11, 2014 2:18 PM
To: Phil Elson
Cc: Mark Janikas; Benjamin Root; Matplotlib Users
Subject: Re: [Matplotlib-users] FW
Thanks for the reiteration/clarification... Do you see any reason why a
fail-safe check similar to what I proposed would be ill advised?
MJ
-Original Message-
From: Matthew Brett [mailto:matthew.br...@gmail.com]
Sent: Wednesday, October 15, 2014 3:44 PM
To: Mark Janikas
Cc: Thomas
Hi All,
I am having trouble rendering my Unicode strings in matplotlib using the PDF
backend. When I use certain fonts (like the Win 7 default), I get no
complaints but the characters are not rendered When I use a font like Arial
Unicode MS, that I know contains all the chars, then I get
7;t
provided in the font (though it's not clear to me why they are not). This will
be difficult to test for, as that's a proprietary font. Have you tried using
another Unicode font, such as DejaVu Sans?
Mike
On 02/06/2012 06:53 PM, Mark Janikas wrote:
Hi All,
I am having trouble r
Sweet locale for sure... been pointing colleagues here for awhile now. Any
word on when an "official" version for 27 is expected? Thanks much,
MJ
-Original Message-
From: Alan G Isaac [mailto:alan.is...@gmail.com]
Sent: Friday, December 17, 2010 3:55 PM
To: matplotlib-users@lists.sour
from matplotlib.backends.backend_pdf import PdfPages as PDF
import matplotlib.pyplot as PLT
pdfOutput = PDF(fileName)
PLT.text("Some Text to Link", url = "http:...")
...
...
PLT.savefig(pdfOutput, format='pdf')
PLT.clf()
Thanks so much for any advise!
MJ
Mark Janikas
Product De