SourceForge logo
SourceForge logo
Menu

matplotlib-devel — matplotlib developers

You can subscribe to this list here.

2003 Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
(1)
Nov
(33)
Dec
(20)
2004 Jan
(7)
Feb
(44)
Mar
(51)
Apr
(43)
May
(43)
Jun
(36)
Jul
(61)
Aug
(44)
Sep
(25)
Oct
(82)
Nov
(97)
Dec
(47)
2005 Jan
(77)
Feb
(143)
Mar
(42)
Apr
(31)
May
(93)
Jun
(93)
Jul
(35)
Aug
(78)
Sep
(56)
Oct
(44)
Nov
(72)
Dec
(75)
2006 Jan
(116)
Feb
(99)
Mar
(181)
Apr
(171)
May
(112)
Jun
(86)
Jul
(91)
Aug
(111)
Sep
(77)
Oct
(72)
Nov
(57)
Dec
(51)
2007 Jan
(64)
Feb
(116)
Mar
(70)
Apr
(74)
May
(53)
Jun
(40)
Jul
(519)
Aug
(151)
Sep
(132)
Oct
(74)
Nov
(282)
Dec
(190)
2008 Jan
(141)
Feb
(67)
Mar
(69)
Apr
(96)
May
(227)
Jun
(404)
Jul
(399)
Aug
(96)
Sep
(120)
Oct
(205)
Nov
(126)
Dec
(261)
2009 Jan
(136)
Feb
(136)
Mar
(119)
Apr
(124)
May
(155)
Jun
(98)
Jul
(136)
Aug
(292)
Sep
(174)
Oct
(126)
Nov
(126)
Dec
(79)
2010 Jan
(109)
Feb
(83)
Mar
(139)
Apr
(91)
May
(79)
Jun
(164)
Jul
(184)
Aug
(146)
Sep
(163)
Oct
(128)
Nov
(70)
Dec
(73)
2011 Jan
(235)
Feb
(165)
Mar
(147)
Apr
(86)
May
(74)
Jun
(118)
Jul
(65)
Aug
(75)
Sep
(162)
Oct
(94)
Nov
(48)
Dec
(44)
2012 Jan
(49)
Feb
(40)
Mar
(88)
Apr
(35)
May
(52)
Jun
(69)
Jul
(90)
Aug
(123)
Sep
(112)
Oct
(120)
Nov
(105)
Dec
(116)
2013 Jan
(76)
Feb
(26)
Mar
(78)
Apr
(43)
May
(61)
Jun
(53)
Jul
(147)
Aug
(85)
Sep
(83)
Oct
(122)
Nov
(18)
Dec
(27)
2014 Jan
(58)
Feb
(25)
Mar
(49)
Apr
(17)
May
(29)
Jun
(39)
Jul
(53)
Aug
(52)
Sep
(35)
Oct
(47)
Nov
(110)
Dec
(27)
2015 Jan
(50)
Feb
(93)
Mar
(96)
Apr
(30)
May
(55)
Jun
(83)
Jul
(44)
Aug
(8)
Sep
(5)
Oct
Nov
(1)
Dec
(1)
2016 Jan
Feb
Mar
(1)
Apr
May
Jun
(2)
Jul
Aug
(3)
Sep
(1)
Oct
(3)
Nov
Dec
2017 Jan
Feb
(5)
Mar
Apr
May
Jun
Jul
(3)
Aug
Sep
(7)
Oct
Nov
Dec
2018 Jan
Feb
Mar
Apr
May
Jun
Jul
(2)
Aug
Sep
Oct
Nov
Dec
S M T W T F S

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




Showing 13 results of 13

From: Jae-Joon L. <lee...@gm...> - 2008年09月17日 16:06:33
Thanks John,
Everything seems fine.
Thanks again,
-JJ
On Wed, Sep 17, 2008 at 4:53 PM, John Hunter <jd...@gm...> wrote:
> On Wed, Sep 17, 2008 at 2:49 PM, Jae-Joon Lee <lee...@gm...> wrote:
>
>>>> I uploaded my patch.
>>>>
>>>> https://sourceforge.net/tracker/index.php?func=detail&aid=2116614&group_id=80706&atid=560722
>
> OK, I've applied it. I reformatted some of the docstrings and
> incorporated a bunch of the comments into the docstrings because they
> will probably be helpful there to users reading the docs to figure out
> what is going on. Let me know if this creates any problems, and
> thanks again for the very nice patch and examples.
>
> JDH
>
From: Eric F. <ef...@ha...> - 2008年09月17日 16:04:51
Mike et al.,
You can ignore my message. Something is wrong with my numpy 
installation--an old version is being found. The fact that the problem 
started when I updated sphinx, and it did something with easy_install, 
makes me wonder whether that is what started the trouble. I haven't 
figured it out yet.
Eric
Eric Firing wrote:
> Mike,
> 
> After updating sphinx to 66492 from svn, I can't build the mpl docs:
> 
> efiring@manini:~/programs/py/mpl/mpl_trunk/doc$ python make.py
> Extension error:
> Could not import extension mathmpl (exception: No module named ma)
> Building HTML failed.
> 
> Any idea what the problem is?
> 
> Thanks.
> 
> Eric
> 
> 
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> Matplotlib-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
From: Jae-Joon L. <lee...@gm...> - 2008年09月17日 15:58:51
Hello,
Attached is a small patch to add a simple color mix operation support.
For example, "red!30!white" mixes 30% of red with 70% of white. The
syntax is borrowed from latex xcolor package
(http://www.ukern.de/tex/xcolor.html).
I found it quite handy with the fancy box thing.
plt.text(0.6, 0.5, "test", size=50, rotation=30.,
 bbox = dict(boxstyle="round",
 fc="orange!20!white", # 20% orange + 80% white
 ec="orange!50!white", # 50 % orange + 50% white
 )
 )
plt.text(0.5, 0.4, "test", size=50, rotation=-30.,
 bbox = dict(boxstyle="square",
 fc="aqua!50!green!20!white",
 ec="green!40!white",
 )
 )
Any chance this could be included in matplotlib?
Regards,
-JJ
From: Eric F. <ef...@ha...> - 2008年09月17日 15:16:29
Mike,
After updating sphinx to 66492 from svn, I can't build the mpl docs:
efiring@manini:~/programs/py/mpl/mpl_trunk/doc$ python make.py
Extension error:
Could not import extension mathmpl (exception: No module named ma)
Building HTML failed.
Any idea what the problem is?
Thanks.
Eric
From: John H. <jd...@gm...> - 2008年09月17日 13:53:26
On Wed, Sep 17, 2008 at 2:49 PM, Jae-Joon Lee <lee...@gm...> wrote:
>>> I uploaded my patch.
>>>
>>> https://sourceforge.net/tracker/index.php?func=detail&aid=2116614&group_id=80706&atid=560722
OK, I've applied it. I reformatted some of the docstrings and
incorporated a bunch of the comments into the docstrings because they
will probably be helpful there to users reading the docs to figure out
what is going on. Let me know if this creates any problems, and
thanks again for the very nice patch and examples.
JDH
From: John H. <jd...@gm...> - 2008年09月17日 13:45:14
s
On Wed, Sep 17, 2008 at 2:50 PM, Jae-Joon Lee <lee...@gm...> wrote:
> One thing I forgot to mention is that, in the Text class, draw()
> method calls _draw_bbox() method. If I call the _draw_bbox() methods
> after gc in draw() is created, then _draw_bbox call somehow changes
> the gc in the original draw() method, which I think is not supposed to
> happen. I haven't looked at this carefully, but this might only happen
> in some specific backends (I'm using GtkCairo). Anyhow, as a
> workaround, in the draw() method, _draw_bbox() is called before the gc
> is created.
I am not sure why the gc is being modified, but an alternative is to
get a new gc and then copy the properties
 newgc = renderer.new_gc()
 newgc.copy_properties(oldgc)
This might be a less brittle solution since in the distant future we
may not remember why the drawing order had t be the way it is.
JDH
JDH
From: Jae-Joon L. <lee...@gm...> - 2008年09月17日 12:50:10
One thing I forgot to mention is that, in the Text class, draw()
method calls _draw_bbox() method. If I call the _draw_bbox() methods
after gc in draw() is created, then _draw_bbox call somehow changes
the gc in the original draw() method, which I think is not supposed to
happen. I haven't looked at this carefully, but this might only happen
in some specific backends (I'm using GtkCairo). Anyhow, as a
workaround, in the draw() method, _draw_bbox() is called before the gc
is created.
On Wed, Sep 17, 2008 at 3:49 PM, Jae-Joon Lee <lee...@gm...> wrote:
> Thanks John,
>
> I made a single diff file and uploaded it.
>
> https://sourceforge.net/tracker/index.php?func=detail&aid=2116614&group_id=80706&atid=560722
>
> Regards,
>
> -JJ
>
>
>
>
>
> On Wed, Sep 17, 2008 at 3:01 PM, John Hunter <jd...@gm...> wrote:
>> On Wed, Sep 17, 2008 at 1:30 PM, Jae-Joon Lee <lee...@gm...> wrote:
>>> Hi,
>>>
>>> I uploaded my patch.
>>>
>>> https://sourceforge.net/tracker/index.php?func=detail&aid=2116614&group_id=80706&atid=560722
>>
>>
>> Hi Jae Joon -- thanks for uploading this. I have read through it once
>> and it looks pretty good -- thanks for doing the extra work to
>> properly document the kwargs using the auto-property infrastructure.
>>
>> One request: could you submit the entire patch including the examples
>> as a single 'svn diff'? Then I can more easily apply it and test it.
>>
>> Thanks,
>> JDH
>>
>
From: Jae-Joon L. <lee...@gm...> - 2008年09月17日 12:49:53
Thanks John,
I made a single diff file and uploaded it.
https://sourceforge.net/tracker/index.php?func=detail&aid=2116614&group_id=80706&atid=560722
Regards,
-JJ
On Wed, Sep 17, 2008 at 3:01 PM, John Hunter <jd...@gm...> wrote:
> On Wed, Sep 17, 2008 at 1:30 PM, Jae-Joon Lee <lee...@gm...> wrote:
>> Hi,
>>
>> I uploaded my patch.
>>
>> https://sourceforge.net/tracker/index.php?func=detail&aid=2116614&group_id=80706&atid=560722
>
>
> Hi Jae Joon -- thanks for uploading this. I have read through it once
> and it looks pretty good -- thanks for doing the extra work to
> properly document the kwargs using the auto-property infrastructure.
>
> One request: could you submit the entire patch including the examples
> as a single 'svn diff'? Then I can more easily apply it and test it.
>
> Thanks,
> JDH
>
From: John H. <jd...@gm...> - 2008年09月17日 12:03:32
On Wed, Sep 17, 2008 at 1:44 PM, Ryan May <rm...@gm...> wrote:
> Hi,
>
> Is anyone else seeing some odd messages when trying to use SVN right
> now? Here's what I see:
>
I just did an svn up w/o incident
JDH
From: John H. <jd...@gm...> - 2008年09月17日 12:01:16
On Wed, Sep 17, 2008 at 1:30 PM, Jae-Joon Lee <lee...@gm...> wrote:
> Hi,
>
> I uploaded my patch.
>
> https://sourceforge.net/tracker/index.php?func=detail&aid=2116614&group_id=80706&atid=560722
Hi Jae Joon -- thanks for uploading this. I have read through it once
and it looks pretty good -- thanks for doing the extra work to
properly document the kwargs using the auto-property infrastructure.
One request: could you submit the entire patch including the examples
as a single 'svn diff'? Then I can more easily apply it and test it.
Thanks,
JDH
From: Ryan M. <rm...@gm...> - 2008年09月17日 11:44:38
Hi,
Is anyone else seeing some odd messages when trying to use SVN right 
now? Here's what I see:
 >svn up
Error validating server certificate for 
'https://matplotlib.svn.sourceforge.net:443':
 - The certificate is not issued by a trusted authority. Use the
 fingerprint to validate the certificate manually!
Certificate information:
 - Hostname: *.svn.sourceforge.net
 - Valid: from 2007年10月09日 14:15:07 GMT until 2008年12月08日 
15:15:07 GMT
 - Issuer: Equifax Secure Certificate Authority, Equifax, US
 - Fingerprint: fb:75:6c:40:58:ae:21:8c:63:dd:1b:7b:6a:7d:bb:8c:74:36:e7:8a
(R)eject, accept (t)emporarily or accept (p)ermanently? ^Csvn: OPTIONS 
of 
'https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib': 
Server certificate verification failed: issuer is not trusted 
(https://matplotlib.svn.sourceforge.net)
Thoughts?
Ryan
-- 
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma
From: Jae-Joon L. <lee...@gm...> - 2008年09月17日 11:31:00
Hi,
I uploaded my patch.
https://sourceforge.net/tracker/index.php?func=detail&aid=2116614&group_id=80706&atid=560722
I added a FancyBboxPatch class in the patches.py. And changed
text.Text class to support it. Two examples are attached with this
email. I hope I have put enough documentation, but if anything is not
clear, just let me know. Also see if the current interfaces are
acceptable.
I only have placed two kind of boxstyles. I'll add more eventually.
Regards,
-JJ
On Fri, Sep 12, 2008 at 5:21 PM, John Hunter <jd...@gm...> wrote:
> On Fri, Sep 12, 2008 at 2:46 PM, Jae-Joon Lee <lee...@gm...> wrote:
>> Thanks John,
>>
>> I think I'd better use a sf patch initially so that you or others can
>> review and improve it. I'll definitely need some help with
>> documentation as my English can be horrible sometime. On the other
>> hand, it would be much easier for me to do some maintenance work if I
>> can commit the changes directly. So, my sf id is "leejjoon" and it
>> will be great if you add me as a developer.
>
> OK, I added you as a developer, but you continue posting your patches
> here and we will be happy to review and comment on them as we have
> time.
>
>
>> I guess this fancy box thing can be used with other artist objects
>> also, although the legend object is an only object I can think of now.
>> And my personal inclination is put those support code into patches.py
>> and have a patch class around it, i.e., a FancyBoxPatch class which is
>> initialized with bbox-like object and draw a fancy box around the
>> given bbox. And let the Text and the Legend class use this
>> FancyBoxPatch. In the current matplotlib, both the Text and the Legend
>> class uses the Patch class for drawing a bbox. So how do you think?
>
> Yes, if you can generalize it to a Patch instance this will be more
> useful and then matplotlib.patches will be the place for it.
> I notice that your current TextBoxArtist does not actually derive from
> matplotlib.artist.Artist. If you intend it to be an Artist, you
> should explictly inherit and implement draw and other required methods
> (eg get_children if your Artist contains other artists)
>
>> What I also want to see in matplotlib is a fancy annotation. I have
>> some working code (although I'm planning some major code
>> reorganization) and willing to contribute it if there is an interest
>> (see the attached example). As you can easily guess, the fancy
>> annotation share some of its core with the fancy box. So if you're
>> also willing to include the fancy annotation things in matplotlib,
>> I'll put some more effort in the code reorganization so that it can
>> nicely fit in the current matplotlib classes.
>
> These examples look very nice too! Send in a patch when you have
> everything organized.
>
> JDH
>
From: Gregor T. <gre...@gm...> - 2008年09月17日 01:08:05
John Hunter schrieb:
>> Second, I am using interactive mode and WXAgg in windows. So my startup
>> script does this:
>> import matplotlib as _mpl
>> _mpl.use('WXAgg')
>> import pylab as _p
>> _p.ion()
>> Before, when I would then type
>> gca().plot([1,2,1])
>> 
>
> I would not expect a draw here, since draw only happens on pylab
> commands. Eg _p.plot should trigger a draw, but not gca().plot
> because the latter is an axes method. I don't really know why it
> would have worked before, if it did. I would be pretty surprised if
> it did, actually.
> 
Older versions of the wx and wxagg backend indeed unnecessarily 
rerendered the figure (triggered a draw) very often - with every paint 
event. This has been fixed.
Gregor

Showing 13 results of 13

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