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


Showing 11 results of 11

From: Darren D. <dd...@co...> - 2006年08月29日 19:58:44
On Tuesday 29 August 2006 15:49, Darren Dale wrote:
> On Tuesday 29 August 2006 13:01, Will Lee wrote:
> > I need to apply the attached patch in order to get the setup.py script to
> > run. I'm using python 2.4.3 with matplotlib-0.87.4. If I do not apply
> > this patch, I got the following. It seems like there's a change in tk's
> > getvar implementation. The tk.getvar('tcl_library") returns an
> > _tkinter.Tcl_Obj instead of a string.
>
> What OS? It returns a string on linux with python-2.4.3 and tk-8.4.13.
I applied your patch, tested the build process on my own machine (still ok) 
and commited it to svn. Thanks for the report.
Darren
From: John H. <jdh...@ac...> - 2006年08月29日 19:58:10
>>>>> "Charlie" == Charlie Moad <cw...@gm...> writes:
 Charlie> Sounds good. Two open windows issues that aren't
 Charlie> showstoppers are: 1) Inclusion of msvcp71.dll? 2)
 Charlie> Building against wxpython unicode or ansii? (until we
 Charlie> move to pure python blitting)
Since it is a point release, I don't think we should change the way we
build against wx, since that is libel to confuse and piss off folks
who've just made the switch to unicode wx for 87.4. I don't have
enough insight into the msvcp71.dll issues to comment.
JDH
From: Charlie M. <cw...@gm...> - 2006年08月29日 19:54:15
On 8/29/06, John Hunter <jdh...@ac...> wrote:
> >>>>> "Charlie" == Charlie Moad <cw...@gm...> writes:
> >> Travis, would you care to comment?
>
> Charlie> He made a comment on the numpy list. We can shoot for a
> Charlie> mpl release by the end of the week. Are there any
> Charlie> lingering issues?
>
> Apparently numpy 1.05b is due out over the weekend, so we can
> coordinate with that release. As soon as Travis puts it up, Charlie
> you can put out mpl 0.87.5 after a quick test of backend_driver which
> is currently passing with svn numpy.
Sounds good. Two open windows issues that aren't showstoppers are:
1) Inclusion of msvcp71.dll?
2) Building against wxpython unicode or ansii? (until we move to pure
python blitting)
From: Darren D. <dd...@co...> - 2006年08月29日 19:49:12
On Tuesday 29 August 2006 13:01, Will Lee wrote:
> I need to apply the attached patch in order to get the setup.py script to
> run. I'm using python 2.4.3 with matplotlib-0.87.4. If I do not apply
> this patch, I got the following. It seems like there's a change in tk's
> getvar implementation. The tk.getvar('tcl_library") returns an
> _tkinter.Tcl_Obj instead of a string.
What OS? It returns a string on linux with python-2.4.3 and tk-8.4.13.
From: John H. <jdh...@ac...> - 2006年08月29日 19:36:36
>>>>> "Charlie" == Charlie Moad <cw...@gm...> writes:
 >> Travis, would you care to comment?
 Charlie> He made a comment on the numpy list. We can shoot for a
 Charlie> mpl release by the end of the week. Are there any
 Charlie> lingering issues?
Apparently numpy 1.05b is due out over the weekend, so we can
coordinate with that release. As soon as Travis puts it up, Charlie
you can put out mpl 0.87.5 after a quick test of backend_driver which
is currently passing with svn numpy.
JDH
From: Darren D. <dd...@co...> - 2006年08月29日 19:30:25
On Tuesday 29 August 2006 15:21, Charlie Moad wrote:
> We can shoot for a mpl release by the end of the week. Are there any 
> lingering issues? 
There is this tk unicode nonsense in setupext.py.
I was hoping to get these build warnings taken care of on Linux (see my recent 
post), but its not important.
From: Charlie M. <cw...@gm...> - 2006年08月29日 19:21:26
On 8/29/06, Darren Dale <dd...@co...> wrote:
> On Tuesday 29 August 2006 14:07, Charlie Moad wrote:
> > On 8/29/06, Darren Dale <dd...@co...> wrote:
> > > On Monday 14 August 2006 17:48, John Hunter wrote:
> > > > >>>>> "Charlie" == Charlie Moad <cw...@gm...> writes:
> > > >
> > > > Charlie> Numpy 1.0b2 was released last night and Travis hopes this
> > > > Charlie> will remain binary compatible with numpy 1.0. Are there
> > > > Charlie> any objections to a minor release bump? I could do this
> > > > Charlie> an soon as tomorrow.
> > > >
> > > > Let's shoot for Tuesday evening, in advance of scipy. I'm going to
> > > > make one more attempt before then to get the damned widget lock
> > > > working right....
> > >
> > > I hate to raise this issue again, but what is the status of the next
> > > release?
> >
> > Seeing numpy b3 and then b4 has made me hesitate. I posted a snapshot
> > to the user list a while back just in case anyone wanted it. Have
> > these minor releases been breaking the c-api?
>
> I think b4 included the improved support for migrating from numarray. I'm not
> sure it would have effected an mpl release.
>
> Travis, would you care to comment?
He made a comment on the numpy list. We can shoot for a mpl release
by the end of the week. Are there any lingering issues?
- Charlie
From: Darren D. <dd...@co...> - 2006年08月29日 18:58:12
On Tuesday 29 August 2006 14:07, Charlie Moad wrote:
> On 8/29/06, Darren Dale <dd...@co...> wrote:
> > On Monday 14 August 2006 17:48, John Hunter wrote:
> > > >>>>> "Charlie" == Charlie Moad <cw...@gm...> writes:
> > >
> > > Charlie> Numpy 1.0b2 was released last night and Travis hopes this
> > > Charlie> will remain binary compatible with numpy 1.0. Are there
> > > Charlie> any objections to a minor release bump? I could do this
> > > Charlie> an soon as tomorrow.
> > >
> > > Let's shoot for Tuesday evening, in advance of scipy. I'm going to
> > > make one more attempt before then to get the damned widget lock
> > > working right....
> >
> > I hate to raise this issue again, but what is the status of the next
> > release?
>
> Seeing numpy b3 and then b4 has made me hesitate. I posted a snapshot
> to the user list a while back just in case anyone wanted it. Have
> these minor releases been breaking the c-api?
I think b4 included the improved support for migrating from numarray. I'm not 
sure it would have effected an mpl release. 
Travis, would you care to comment?
From: Charlie M. <cw...@gm...> - 2006年08月29日 18:07:12
On 8/29/06, Darren Dale <dd...@co...> wrote:
> On Monday 14 August 2006 17:48, John Hunter wrote:
> > >>>>> "Charlie" == Charlie Moad <cw...@gm...> writes:
> >
> > Charlie> Numpy 1.0b2 was released last night and Travis hopes this
> > Charlie> will remain binary compatible with numpy 1.0. Are there
> > Charlie> any objections to a minor release bump? I could do this
> > Charlie> an soon as tomorrow.
> >
> > Let's shoot for Tuesday evening, in advance of scipy. I'm going to
> > make one more attempt before then to get the damned widget lock
> > working right....
>
> I hate to raise this issue again, but what is the status of the next release?
Seeing numpy b3 and then b4 has made me hesitate. I posted a snapshot
to the user list a while back just in case anyone wanted it. Have
these minor releases been breaking the c-api?
- Charlie
From: Darren D. <dd...@co...> - 2006年08月29日 16:54:07
On Monday 14 August 2006 17:48, John Hunter wrote:
> >>>>> "Charlie" == Charlie Moad <cw...@gm...> writes:
>
> Charlie> Numpy 1.0b2 was released last night and Travis hopes this
> Charlie> will remain binary compatible with numpy 1.0. Are there
> Charlie> any objections to a minor release bump? I could do this
> Charlie> an soon as tomorrow.
>
> Let's shoot for Tuesday evening, in advance of scipy. I'm going to
> make one more attempt before then to get the damned widget lock
> working right....
I hate to raise this issue again, but what is the status of the next release?
From: Darren D. <dd...@co...> - 2006年08月29日 01:13:57
On Sunday 27 August 2006 22:09, Eric Firing wrote:
> Darren Dale wrote:
> > A while back, I put some effort into rendering an offset ticklabel, which
> > allowed the user to do something like
> >
> > plot(linspace(100000100, 100000200, 100))
> >
> > and the plot would look like a plot from 0 to 100, with a "+100000100"
> > rendered in a new label near the far end of the axis. This doesnt work
> > quite as well as it used to, because the axes autoscaling is setting the
> > plot range to something like the average plus and minus 6%. I have tried
> > tracing the source of this change, but I can't find it. It might be
> > buried in the _transforms extension code, and I've never been able to
> > wrap my head around mpl's transforms.
> >
> > Does anyone know why autoscaling is defaulting to this +-6% range? Does
> > it have to be this way? I'm trying to improve the scalar formatter
> > (supporting engineering notation, cleaning up the code).
>
> Yes. It is not a +-6% range in general, rather it is an adjustment that
> is made if the range is very small. The relevant method in Locator is:
>
> def nonsingular(self, vmin, vmax, expander=0.001, tiny=1e-6):
> if vmax < vmin:
> vmin, vmax = vmax, vmin
> if vmax - vmin <= max(abs(vmin), abs(vmax)) * tiny:
> if vmin==0.0:
> vmin -= 1
> vmax += 1
> else:
> vmin -= expander*abs(vmin)
> vmax += expander*abs(vmax)
> return vmin, vmax
>
> I know I did it this way for a reason, but I don't remember exactly what
> it was--whether it was because of problems with zooming when the zoom
> range gets too small (this was definitely a big problem), or because of
> problems with the rest of the locator code, or because it seemed to me
> to be roughly the desired behavior in most cases. Maybe it was all of
> the above. Certainly, something like this is needed--I think you will
> find that things go bad rapidly if vmin gets too close to vmax. I put
> in the "expander" and "tiny" kwargs in case of future need, but only
> expander is non-default (e.g., 0.05) in other parts of ticker.py, and
> neither kwarg is presently exposed to the user. That could be changed.
I don't understand, I spent a lot of time making the scalarformatter work with 
precisely this scenario (zooming in on extremely small ranges), and it was 
working very well. I don't know of any circumstance where there was a 
problem, maybe you could be more specific about the big problems you 
encountered.
Darren
1 message has been excluded from this view by a project administrator.

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