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

Showing 5 results of 5

From: Andrew S. <str...@as...> - 2006年03月12日 20:01:07
James Evans wrote:
>When using the Qt backend, resize events were not
>getting passed along properly so the window was created
>based off of some other criteria. The attatched patch
>file will fix the problem and make the window be
>resized appropriatly on construction.
>
> 
>
Admittedly I'm no Qt person (this was my opportunity to install Qt on my
system), but I couldn't find any problems with the current
implementation. Could you give a specific, reproducible problem case
that your patch fixes?
Cheers!
Andrew
From: Andrew S. <str...@as...> - 2006年03月12日 19:51:19
James Evans wrote:
>I am uploading a newer patch that is against the SVN
>repository as of "MAR 10, 2006 13:55". This also
>contains a few minor cosmetic fixes/tweaks.
>
> 
>
Committed into svn 2142.
Watch those indents! For some reason, your patch had 3 space indents
(instead of 4) in some places. I also took the liberty of running
lib/matplotlib/dates.py through pylint and fixing some long lines.
Cheers!
Andrew
From: Andrew S. <str...@as...> - 2006年03月12日 18:51:12
Andrew Straw wrote:
>After testing this patch, I tried checking it in, but I'm getting an error:
>
>$ svn commit src
>Authentication realm: <https://svn.sourceforge.net:443> SourceForge
>Subversion area
>Password for 'astraw':
>svn: Commit failed (details follow):
>svn: MKACTIVITY of
>'/svnroot/matplotlib/!svn/act/451cc94f-c20e-0410-914b-b8458948145c': 403
>Forbidden (https://svn.sourceforge.net)
>svn: Your commit message was left in a temporary file:
>svn: 
>'/home/astraw/other-peoples-src/matplotlib/matplotlib.svn/svn-commit.2.tmp'
>
>I tried a couple of times to make sure I got the password right, but it
>still didn't go. Does anyone know what's going on? This would have been
>my first commit since we switched to subversion.
> 
>
Weird, SF disables write access by default to the subversion repository:
http://sourceforge.net/tracker/?group_id=1&atid=200001&func=detail&aid=1443846
What's more bizarre is that apparently all the MPL devs aside from me
apparently had no problem committing despite this fact!
Anyhow, I found our permissions page and am in the process of adding
write access to all MPL devs.
https://sourceforge.net/project/admin/userperms.php?group_id=80706
James, your first patch (strict C/C++ conformance) is svn 2141 and I'll
work on your others in short order.
From: Andrew S. <str...@as...> - 2006年03月12日 01:43:35
After testing this patch, I tried checking it in, but I'm getting an error:
$ svn commit src
Authentication realm: <https://svn.sourceforge.net:443> SourceForge
Subversion area
Password for 'astraw':
svn: Commit failed (details follow):
svn: MKACTIVITY of
'/svnroot/matplotlib/!svn/act/451cc94f-c20e-0410-914b-b8458948145c': 403
Forbidden (https://svn.sourceforge.net)
svn: Your commit message was left in a temporary file:
svn: 
'/home/astraw/other-peoples-src/matplotlib/matplotlib.svn/svn-commit.2.tmp'
I tried a couple of times to make sure I got the password right, but it
still didn't go. Does anyone know what's going on? This would have been
my first commit since we switched to subversion.
Anyhow, it looks like I can't apply the other patches right now, so I'm
giving up for the time being.
James Evans wrote:
>When compiling with less forgiving compilers 
>('MSVC', 'g++ --pedantic') there are a few sections of
>code that will fail. The attatched SVN diff file will
>patch the code to remedy this.
>
>The patch is as follows:
>-- In several places arrays are initialized with a
>variable for the length. As per Stroustrup arrays can
>only be specified with constants or using 'new' .
>
>-- in strict forms of C all variable declarations in a
>function must be finished before any actual code is run
>(cntr.c) 
> 
>
From: Darren D. <dd...@co...> - 2006年03月12日 00:40:55
I just made some changes to svn that I want to mention. Sometimes, usetex's 
external dependencies could fail silently. Andrew suggested that the 
subprocess module included in python-2.4 could be used to catch the exit 
status and therefore report such problems. I added this module to mpl; tests 
on both linux systems with python-2.3 and python-2.4 were successful. Now if 
you pass give latex bad syntax, an exception is raised and you will see the 
report from latex. 
I also added a papertype kwarg for postscript. You can do something like
savefig('test.eps', papertype='letter')
or if you want the pagesize to scale automatically:
savefig('test.eps', papertype='auto')
Adding the papertype kwarg actually required a small change to every backend. 
I tested my work with backend_driver, and no problems turned up. Please let 
me know if you experience problems.
Finally, I got landscape orientation working properly with the usetex option. 
This wasnt an easy task, and I'll leave out the gory details, but I will say 
I've been pulling my hair out all weekend and my eyes are crossed.
Darren

Showing 5 results of 5

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