SourceForge logo
SourceForge logo
Menu

matplotlib-users — Discussion related to using matplotlib

You can subscribe to this list here.

2003 Jan
Feb
Mar
Apr
May
(3)
Jun
Jul
Aug
(12)
Sep
(12)
Oct
(56)
Nov
(65)
Dec
(37)
2004 Jan
(59)
Feb
(78)
Mar
(153)
Apr
(205)
May
(184)
Jun
(123)
Jul
(171)
Aug
(156)
Sep
(190)
Oct
(120)
Nov
(154)
Dec
(223)
2005 Jan
(184)
Feb
(267)
Mar
(214)
Apr
(286)
May
(320)
Jun
(299)
Jul
(348)
Aug
(283)
Sep
(355)
Oct
(293)
Nov
(232)
Dec
(203)
2006 Jan
(352)
Feb
(358)
Mar
(403)
Apr
(313)
May
(165)
Jun
(281)
Jul
(316)
Aug
(228)
Sep
(279)
Oct
(243)
Nov
(315)
Dec
(345)
2007 Jan
(260)
Feb
(323)
Mar
(340)
Apr
(319)
May
(290)
Jun
(296)
Jul
(221)
Aug
(292)
Sep
(242)
Oct
(248)
Nov
(242)
Dec
(332)
2008 Jan
(312)
Feb
(359)
Mar
(454)
Apr
(287)
May
(340)
Jun
(450)
Jul
(403)
Aug
(324)
Sep
(349)
Oct
(385)
Nov
(363)
Dec
(437)
2009 Jan
(500)
Feb
(301)
Mar
(409)
Apr
(486)
May
(545)
Jun
(391)
Jul
(518)
Aug
(497)
Sep
(492)
Oct
(429)
Nov
(357)
Dec
(310)
2010 Jan
(371)
Feb
(657)
Mar
(519)
Apr
(432)
May
(312)
Jun
(416)
Jul
(477)
Aug
(386)
Sep
(419)
Oct
(435)
Nov
(320)
Dec
(202)
2011 Jan
(321)
Feb
(413)
Mar
(299)
Apr
(215)
May
(284)
Jun
(203)
Jul
(207)
Aug
(314)
Sep
(321)
Oct
(259)
Nov
(347)
Dec
(209)
2012 Jan
(322)
Feb
(414)
Mar
(377)
Apr
(179)
May
(173)
Jun
(234)
Jul
(295)
Aug
(239)
Sep
(276)
Oct
(355)
Nov
(144)
Dec
(108)
2013 Jan
(170)
Feb
(89)
Mar
(204)
Apr
(133)
May
(142)
Jun
(89)
Jul
(160)
Aug
(180)
Sep
(69)
Oct
(136)
Nov
(83)
Dec
(32)
2014 Jan
(71)
Feb
(90)
Mar
(161)
Apr
(117)
May
(78)
Jun
(94)
Jul
(60)
Aug
(83)
Sep
(102)
Oct
(132)
Nov
(154)
Dec
(96)
2015 Jan
(45)
Feb
(138)
Mar
(176)
Apr
(132)
May
(119)
Jun
(124)
Jul
(77)
Aug
(31)
Sep
(34)
Oct
(22)
Nov
(23)
Dec
(9)
2016 Jan
(26)
Feb
(17)
Mar
(10)
Apr
(8)
May
(4)
Jun
(8)
Jul
(6)
Aug
(5)
Sep
(9)
Oct
(4)
Nov
Dec
2017 Jan
(5)
Feb
(7)
Mar
(1)
Apr
(5)
May
Jun
(3)
Jul
(6)
Aug
(1)
Sep
Oct
(2)
Nov
(1)
Dec
2018 Jan
Feb
Mar
Apr
(1)
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2020 Jan
Feb
Mar
Apr
May
(1)
Jun
Jul
Aug
Sep
Oct
Nov
Dec
2025 Jan
(1)
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
S M T W T F S


1
(8)
2
(4)
3
(21)
4
(23)
5
(3)
6
7
(8)
8
(2)
9
10
(6)
11
(4)
12
(6)
13
(1)
14
(9)
15
(10)
16
(11)
17
(3)
18
(10)
19
(9)
20
(2)
21
(10)
22
(16)
23
(8)
24
(6)
25
(6)
26
(3)
27
(5)
28
(1)
29
(14)
30
(5)
31
(14)


Showing 4 results of 4

From: <Ben...@rp...> - 2006年08月11日 15:35:18
Hi,
I had the same problem.
I solved it by using TeX, i.e., rc('text', usetex=True) for all the text
in a plot.
Benoit
> Hi list,
>
> I'm having some font weirdness using matplotlib 0.87.4 on MacOSX with
> the WXAgg backend.
> It's a clean install of universal builds from macpython.org.
>
> First of all, when lauching for the first time (or if I delete the
> font cache), I get:
>> ipython -pylab
>> loaded rc file /Users/manuel/.matplotlib/matplotlibrc
>> matplotlib version 0.88
>> verbose.level helpful
>> interactive is True
>> platform is darwin
>> numerix numpy 0.9.8
>> font search path ['/Library/Frameworks/Python.framework/Versions/
>> 2.4/lib/python2.4/site-packages/matplotlib/mpl-data']
>> $HOME=/Users/manuel
>> CONFIGDIR=/Users/manuel/.matplotlib
>> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/
>> site-packages/matplotlib/font_manager.py:453: UserWarning: Could
>> not open font file /System/Library/Fonts/Helvetica LT MM
>> warnings.warn("Could not open font file %s"%fpath)
>> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/
>> site-packages/matplotlib/font_manager.py:453: UserWarning: Could
>> not open font file /System/Library/Fonts/HelveLTMM
>> warnings.warn("Could not open font file %s"%fpath)
>> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/
>> site-packages/matplotlib/font_manager.py:453: UserWarning: Could
>> not open font file /System/Library/Fonts/Times LT MM
>> warnings.warn("Could not open font file %s"%fpath)
>> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/
>> site-packages/matplotlib/font_manager.py:453: UserWarning: Could
>> not open font file /Library/Fonts/fonts.cache-1
>> warnings.warn("Could not open font file %s"%fpath)
>> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/
>> site-packages/matplotlib/font_manager.py:453: UserWarning: Could
>> not open font file /System/Library/Fonts/LastResort.dfont
>> warnings.warn("Could not open font file %s"%fpath)
>> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/
>> site-packages/matplotlib/font_manager.py:453: UserWarning: Could
>> not open font file /System/Library/Fonts/Keyboard.dfont
>> warnings.warn("Could not open font file %s"%fpath)
>> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/
>> site-packages/matplotlib/font_manager.py:453: UserWarning: Could
>> not open font file /System/Library/Fonts/TimesLTMM
>> warnings.warn("Could not open font file %s"%fpath)
>> Saving TTF font cache for non-PS backends to /Users/
>> manuel/.matplotlib/ttffont.cache.
>> Delete this file to have matplotlib rebuild the cache.
>> matplotlib data path /Library/Frameworks/Python.framework/Versions/
>> 2.4/lib/python2.4/site-packages/matplotlib/mpl-data
>> backend WXAgg version 2.6.3.2rc2
>> Python 2.4.3 (#1, Mar 30 2006, 11:02:16)
>> Type "copyright", "credits" or "license" for more information.
>>
>> IPython 0.7.2 -- An enhanced Interactive Python.
>> ? -> Introduction to IPython's features.
>> %magic -> Information about IPython's 'magic' % functions.
>> help -> Python's own help system.
>> object? -> Details about 'object'. ?object also works, ?? prints more.
>>
>> Welcome to pylab, a matplotlib-based Python environment.
>> For more information, type 'help(pylab)'.
>
> Then, if I try to save a plot in eps, nor Preview.app nor Illustrator
> can open the eps file. Furthermore the file is huge (several MB) for
> a very simple plot.
> If I save the plot as a svg, then I can open the file with Firefox or
> Illustrator, although Illustrator complains about a "missing font"
> and substitute it with its defaut font. I've looked onto the svg file
> and it should use Lucida Grande, which is available on the system...
>
> I've read on this very list that I might solve some issues by putting
> the Bitstream familly of fonts as first choice in my matplotlibrc,
> which I did.
> In these conditions, saving as eps yields a file which can be opened
> by Preview.app, but opening it in Illustrator results in a plot where
> every fonts are replaced by little boxes (see attached picture)
> Saving as a svg works too, excepts that both in Firefox and
> illustrator, the font used are Bitstream Vera Sans *Oblique* whereas
> inside the svg file it is written Bitstream Vera Sans Roman...
>
> Also, if I remove the section %%BeginFont: BitstreamVeraSans-Roman
> (...) %%EndFont directly from the eps file, then I can open it
> perfectly fine in Illustrator.
>
> I'm not sure this is directly related to matplotlib, but i'll be
> grateful of someone can help me with these little annoyances.
>
> Thanks,
> Marin
>
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642_______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
From: John H. <jdh...@ac...> - 2006年08月11日 13:57:08
>>>>> "David" == David Grant <dav...@gm...> writes:
 David> I have a look like this: for i,_ in
 David> enumerate(myRunObject.results[0]): pylab.plot(x, counts[i])
 David> That will plot a bunch of curves and I would like the point
 David> style to change as well as the colour (which changes
 David> automatically). Is there a nice way to do this? The only
 David> idea I had was to make a list of the possible point styles
 David> that I like and grab a point style from that list according
 David> to the index = mod(i, len(listOfPointStyles))
The linestyles can be obtained as the keys of the
matplotlib.lines.lineStyles dictionary; the markers are the keys of
the matplotlib.lines.lineMarkers dictionary
 In [95]: matplotlib.lines.lineStyles.keys()
 Out[95]: ['None', '--', '-.', '-', 'steps', ':']
 In [96]: matplotlib.lines.lineMarkers.keys()
 Out[96]: [0, 1, 2, 3, '+', ',', '.', '1', '3', '2', '4', '<','>', 
 'None', 'D', 'H', '_', '^', 'd', 'h', 'o', 'p', 's', 'v', 
 'x', '|']
The list of valid colornames are the keys of the
matplotlib.colors.cnames dictionary
 In [97]: import matplotlib.colors
 In [98]: colors = matplotlib.colors.cnames.keys()
 In [99]: len(colors)
 Out[99]: 139
 In [100]: colors.sort()
 In [101]: colors[:5]
 Out[101]: ['aliceblue', 'antiquewhite', 'aqua', 'aquamarine', 'azure']
Darren -- something for the user's guide?
JDH
From: Marin M. <mar...@un...> - 2006年08月11日 13:53:03
Attachments: test_SSillustrator.png
Hi list,
I'm having some font weirdness using matplotlib 0.87.4 on MacOSX with 
the WXAgg backend.
It's a clean install of universal builds from macpython.org.
First of all, when lauching for the first time (or if I delete the 
font cache), I get:
> ipython -pylab
> loaded rc file /Users/manuel/.matplotlib/matplotlibrc
> matplotlib version 0.88
> verbose.level helpful
> interactive is True
> platform is darwin
> numerix numpy 0.9.8
> font search path ['/Library/Frameworks/Python.framework/Versions/ 
> 2.4/lib/python2.4/site-packages/matplotlib/mpl-data']
> $HOME=/Users/manuel
> CONFIGDIR=/Users/manuel/.matplotlib
> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/ 
> site-packages/matplotlib/font_manager.py:453: UserWarning: Could 
> not open font file /System/Library/Fonts/Helvetica LT MM
> warnings.warn("Could not open font file %s"%fpath)
> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/ 
> site-packages/matplotlib/font_manager.py:453: UserWarning: Could 
> not open font file /System/Library/Fonts/HelveLTMM
> warnings.warn("Could not open font file %s"%fpath)
> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/ 
> site-packages/matplotlib/font_manager.py:453: UserWarning: Could 
> not open font file /System/Library/Fonts/Times LT MM
> warnings.warn("Could not open font file %s"%fpath)
> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/ 
> site-packages/matplotlib/font_manager.py:453: UserWarning: Could 
> not open font file /Library/Fonts/fonts.cache-1
> warnings.warn("Could not open font file %s"%fpath)
> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/ 
> site-packages/matplotlib/font_manager.py:453: UserWarning: Could 
> not open font file /System/Library/Fonts/LastResort.dfont
> warnings.warn("Could not open font file %s"%fpath)
> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/ 
> site-packages/matplotlib/font_manager.py:453: UserWarning: Could 
> not open font file /System/Library/Fonts/Keyboard.dfont
> warnings.warn("Could not open font file %s"%fpath)
> /Library/Frameworks/Python.framework/Versions/2.4/lib/python2.4/ 
> site-packages/matplotlib/font_manager.py:453: UserWarning: Could 
> not open font file /System/Library/Fonts/TimesLTMM
> warnings.warn("Could not open font file %s"%fpath)
> Saving TTF font cache for non-PS backends to /Users/ 
> manuel/.matplotlib/ttffont.cache.
> Delete this file to have matplotlib rebuild the cache.
> matplotlib data path /Library/Frameworks/Python.framework/Versions/ 
> 2.4/lib/python2.4/site-packages/matplotlib/mpl-data
> backend WXAgg version 2.6.3.2rc2
> Python 2.4.3 (#1, Mar 30 2006, 11:02:16)
> Type "copyright", "credits" or "license" for more information.
>
> IPython 0.7.2 -- An enhanced Interactive Python.
> ? -> Introduction to IPython's features.
> %magic -> Information about IPython's 'magic' % functions.
> help -> Python's own help system.
> object? -> Details about 'object'. ?object also works, ?? prints more.
>
> Welcome to pylab, a matplotlib-based Python environment.
> For more information, type 'help(pylab)'.
Then, if I try to save a plot in eps, nor Preview.app nor Illustrator 
can open the eps file. Furthermore the file is huge (several MB) for 
a very simple plot.
If I save the plot as a svg, then I can open the file with Firefox or 
Illustrator, although Illustrator complains about a "missing font" 
and substitute it with its defaut font. I've looked onto the svg file 
and it should use Lucida Grande, which is available on the system...
I've read on this very list that I might solve some issues by putting 
the Bitstream familly of fonts as first choice in my matplotlibrc, 
which I did.
In these conditions, saving as eps yields a file which can be opened 
by Preview.app, but opening it in Illustrator results in a plot where 
every fonts are replaced by little boxes (see attached picture)
From: Richard A. <ral...@in...> - 2006年08月11日 12:13:37
i've gone something similar using separate masked arrays on my data set,
see
http://www.scipy.org/Cookbook/Matplotlib/Plotting_values_with_masked_arrays, for how to do this.
On Thu, 2006年08月10日 at 15:40 -0700, David Grant wrote:
> I have a look like this:
> 
> for i,_ in enumerate(myRunObject.results[0]):
> pylab.plot(x, counts[i])
> 
> That will plot a bunch of curves and I would like the point style to
> change as well as the colour (which changes automatically). Is there a
> nice way to do this? The only idea I had was to make a list of the
> possible point styles that I like and grab a point style from that
> list according to the index = mod(i, len(listOfPointStyles)) 
> 
> -- 
> David Grant
> http://www.davidgrant.ca 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________ Matplotlib-users mailing list Mat...@li... https://lists.sourceforge.net/lists/listinfo/matplotlib-users
-- 
Rick Albright
Senior Quantitvative Analyst
Indie Research, LLC
254 Witherspoon Street
Princeton, NJ 08542
(609)497-1030
ral...@in...

Showing 4 results of 4

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
Thanks for helping keep SourceForge clean.
X





Briefly describe the problem (required):
Upload screenshot of ad (required):
Select a file, or drag & drop file here.
Screenshot instructions:

Click URL instructions:
Right-click on the ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)

More information about our ad policies

Ad destination/click URL:

AltStyle によって変換されたページ (->オリジナル) /