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
(11)
2
(1)
3
(5)
4
(25)
5
(14)
6
(36)
7
(13)
8
(15)
9
10
(5)
11
(5)
12
(11)
13
(15)
14
(9)
15
(16)
16
(3)
17
(13)
18
(7)
19
(9)
20
(12)
21
(2)
22
(6)
23
24
(2)
25
(1)
26
(16)
27
(7)
28
(11)
29
(8)
30
(1)

Showing 11 results of 11

From: Theodore R D. <dr...@jp...> - 2006年09月28日 21:56:26
FYI I don't know what the current state of affairs was but I
looked into this a little bit about 5 or so years ago. Adobe has
a spec for what the preview image in an EPS file is suppose to be
(I can't remember the details on what it is but you can google
for the EPS spec) but I don't think anyone really followed it. 
On Mac's, everything produced a PICT image and on Windows
everything produced something else (I forget exactly what it
was). In short, at the time I checked it out, it was very
difficult to make a high quality preview image that would work
well on a Mac and a Windows box. 
It would be nice if things were different now. We do a lot of
plotting that ends up in presentations and it would be nice if
you could embed an EPS in the presentation with a high quality
preview.
Ted
---------Included Message----------
>Date: 28-sep-2006 14:04:55 -0700
>From: "Christian Meesters" <mee...@un...>
>To: <mat...@li...>
>Subject: Re: [Matplotlib-users] eps file format
>
>> As for the preview header, I suspect there arte 3rd part tools
that
>> can do this (ImageMagick?). We should be able to do it
ourself with
>> agg, but it would require someone to dig in and figure out the
spec.
>>
>> JDH
>One last remark on this: Since so many journals demand this,
would it be worth 
>a feature request? (I don't have the time nor the skills to work
on this.) 
>One may think of this as one wishes (don't like these publishing
companies 
>and their demands, either), but matplotlib wants to enable its
users to 
>produce figures ready for publication, right?
>
>Christian 
>
>-------------------------------------------------------------------------
>Take Surveys. Earn Cash. Influence the Future of IT
>Join SourceForge.net's Techsay panel and you'll get the chance
to share your
>opinions on IT & business topics through brief surveys -- and
earn cash
>http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
>_______________________________________________
>Matplotlib-users mailing list
>Mat...@li...
>https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>
---------End of Included Message----------
From: Christian M. <mee...@un...> - 2006年09月28日 21:24:01
>
> I'm sure someone will soon provide you with an insightful answer. In
> the meantime, you can fudge it by doing
>
> plot(x,y,'o',markerfacecolor='w')
And this is not an "insightful answer"? Anyway, thanks a lot!
Christian (who was to tired to look at the right place ...)
From: Stefan v. d. W. <st...@su...> - 2006年09月28日 21:17:43
On Thu, Sep 28, 2006 at 08:24:44PM +0200, Christian Meesters wrote:
> I'd like to plot experimental data points with fitted data through it. =
This=20
> time best would be to plot hollow circles for the experimental data. Pr=
etty=20
> much like literal 'o's (except, of course, that passing 'o' results in =
thick=20
> circles).
> Is this possible somehow?
I'm sure someone will soon provide you with an insightful answer. In
the meantime, you can fudge it by doing
plot(x,y,'o',markerfacecolor=3D'w')
plot(x,y)
Regards
St=E9fan
From: Christian M. <mee...@un...> - 2006年09月28日 21:04:52
> As for the preview header, I suspect there arte 3rd part tools that
> can do this (ImageMagick?). We should be able to do it ourself with
> agg, but it would require someone to dig in and figure out the spec.
>
> JDH
One last remark on this: Since so many journals demand this, would it be worth 
a feature request? (I don't have the time nor the skills to work on this.) 
One may think of this as one wishes (don't like these publishing companies 
and their demands, either), but matplotlib wants to enable its users to 
produce figures ready for publication, right?
Christian 
From: Christian M. <mee...@un...> - 2006年09月28日 18:23:28
Hi,
I'd like to plot experimental data points with fitted data through it. This 
time best would be to plot hollow circles for the experimental data. Pretty 
much like literal 'o's (except, of course, that passing 'o' results in thick 
circles).
Is this possible somehow?
TIA
Christian
From: Christian M. <mee...@un...> - 2006年09月28日 14:49:52
Thanks, John and Alan,
That was fast!
> As for the fonts, yes, you can control this with rc.
Sure, but what about the latex rendered parts? (I wonder whether it actually 
matters, but I'd like to be sure, because there so little time left ...)
> On 2006年9月28日, Christian Meesters apparently wrote:
> > - it should include a 8bit preview/header at a resolution of 72dpi - no
> > idea how to generate this
>
> I think you can use
> http://www.cs.wisc.edu/~ghost/gsview/epstool.htm
> but do not know what dpi control you'll have.
It works, thanks. The installation is easy. Setting the resolution in dpi can 
be done by giving the flag --dpi <resolution>. 
Cheers
Christian
From: Alan G I. <ai...@am...> - 2006年09月28日 14:09:50
On 2006年9月28日, Christian Meesters apparently wrote: 
> - it should include a 8bit preview/header at a resolution of 72dpi - no idea 
> how to generate this 
I think you can use
http://www.cs.wisc.edu/~ghost/gsview/epstool.htm
but do not know what dpi control you'll have.
hth,
Alan Isaac
From: John H. <jdh...@ac...> - 2006年09月28日 14:05:23
>>>>> "Christian" == Christian Meesters <mee...@un...> writes:
 Christian> Hi, I'd like to write a paper with figures in eps
 Christian> format. Since the paper is for one of Elseviers
 Christian> journals the eps-figures have to meet the following
 Christian> requirements: - all colors have to be in the rgb color
 Christian> space - this seems to be true for the files I generate.
 Christian> - it should include a 8bit preview/header at a
 Christian> resolution of 72dpi - no idea how to generate this -
 Christian> allowed fonts are: Arial, Courier, Helvetica, Times,
 Christian> Symbol - this is something I can set in the rc file,
 Christian> although I have no idea what is true in latex rendered
 Christian> parts
 Christian> Can somebody tell me please, whether matplotlib indeed
 Christian> creates colors in the rgb color space and answer the
 Christian> other two questions, too? Would be really great ...
Yes, it does use the RGB colorspace, but we would like to support
other colorspaces too.
As for the fonts, yes, you can control this with rc.
As for the preview header, I suspect there arte 3rd part tools that
can do this (ImageMagick?). We should be able to do it ourself with
agg, but it would require someone to dig in and figure out the spec.
JDH
From: Christian M. <mee...@un...> - 2006年09月28日 13:56:24
Hi,
I'd like to write a paper with figures in eps format. Since the paper is for 
one of Elseviers journals the eps-figures have to meet the following 
requirements:
- all colors have to be in the rgb color space - this seems to be true for the 
files I generate.
- it should include a 8bit preview/header at a resolution of 72dpi - no idea 
how to generate this
- allowed fonts are: Arial, Courier, Helvetica, Times, Symbol - this is 
something I can set in the rc file, although I have no idea what is true in 
latex rendered parts
Can somebody tell me please, whether matplotlib indeed creates colors in the 
rgb color space and answer the other two questions, too? Would be really 
great ...
TIA
Christian
From: Werner F. B. <wer...@fr...> - 2006年09月28日 10:13:50
Attachments: dynamic_image_wxagg.py
Attached is an updated version which does close.
I move the timer code and added and EVT_CLOSE which stops the timer and 
now it closes correctly.
Werner
From: Peter Z. <zhu...@ke...> - 2006年09月28日 09:02:24
Hi, All,
 
I am doing some plotting and I want to do some format change to my tick.
Here is what I want:
 
Origin ticks: 0.0 1.0 2.0 3.0
4.0 5.0
Ticks I want: 0.0mV 1000mv 2000mV 3000mV 4000mV 5000mV
 
Just showing the ticks in an easier-read way. Because I don't want so see
anything like 1.2345e-2, I want to see 12.345mV.
 
Thanks very much..
 
CONFIDENTIALITY NOTE: This message is intended only for the use of the 
individual or entity to which it is addressed and may contain information 
that is privileged, confidential, and exempt from disclosure under 
applicable law. If the reader of this notice is not the intended recipient, 
you are hereby notified that any dissemination, distribution or copying of 
this communication is strictly prohibited. If you have received this 
communication in error, please notify the sender immediately by telephone at
(86-10)8225 5779-361.
 
_____________________________________________________________________________
Scanned by IBM Email Security Management Services powered by MessageLabs. For more information please visit http://www.ers.ibm.com
_____________________________________________________________________________

Showing 11 results of 11

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 によって変換されたページ (->オリジナル) /