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 9 results of 9

From: Charlie M. <cw...@gm...> - 2006年08月07日 20:49:24
My fear is that all these native implementations will become very hard
to maintain. What happens when Qt 4.2 comes out and the person who
did the original Qt impl is long gone? (this is just for arguments
sake of course). Native tools seem better left to developers creating
their own apps. The typical user probably won't care if the laf is
native, just whether it works consistently.
On 8/7/06, Mark Bakker <ma...@gm...> wrote:
> Darren -
>
> Although I agree with your on some level, the advantage of the current
> toolbar is that it is easy to incorporate in a GUI, where the user can
> define his own drop down menu. So I vote for a backend native slider, but
> keep the button on the toolbar.
>
> I have been thinking about an easier way to have user-defined toolbars (and
> I am sure others have much better ideas). I would rather put energy towards
> modifyable toolbars than a dropdown menu,
>
> Mark
>
> > ------------------------------
> >
> > Message: 4
> > Date: Mon, 7 Aug 2006 09:34:57 -0400
> > From: Darren Dale <dd...@co...>
> > Subject: [matplotlib-devel] subplots adjust
> > To: mat...@li...
> > Message-ID: <200...@co...>
> > Content-Type: text/plain; charset="us-ascii"
> >
> > I am writing to ask about the subplots adjust widget. I think the gui
> would be
> > better implimented by each backend using the native widgets rather than by
> > the existing set of backend-neutral sliders, which are somewhat
> unbecoming.
> > The proposed backend-specific widgets could call the generic subplot
> resize
> > routines, and really shouldn't be that difficult to impliment. Also, I was
> > thinking that subplot_adjust should be selectable from a standard
> > dropdown "File, Edit, View..." menubar instead of on the main toolbar. The
> > save button could also be moved to the drop down menu bar.
> >
> > Darren
> >
> >
> >
> > ------------------------------
> >
>
>
> -------------------------------------------------------------------------
> 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-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
>
>
From: Abraham S. <ab...@cn...> - 2006年08月07日 20:43:04
Hey, glad it might actually be of use to other people. I know I've 
been awful about finishing things, as anything that doesn't directly 
relate to my thesis has fallen to wayside as of late. When I was 
investigating saving it as an XML format, I remember coming across a 
problem. If I remember correctly, you could easily write a backend 
that would just spit out the proper XML, but it wouldn't be a very 
good XML file -- it would just be a collection of 'draw_lines', etc.. 
The current format that I've been using looks more like:
<pylab>
<figure name="foo">
<axes pos="1,1">
	<plot name="bar">
		<params name="a" value="10.5" type="float"/>
		<params name="b" value="baz" type="str"/>
	</plot>
</axes>
<axes pos="1,2">
	<plot name="bar">
		<params name="a" value="0.53" type="float"/>
		<params name="b" value="zab" type="str"/>
</axes>
</figure>
</pylab>
It has a plug-in architecture, so it looks for all python files in a 
specified directory, and that is how it decides which plot function 
to call (in this case, it would find a class 'bar' within those 
files). The class specifies what arguments it can take, which are 
required arguments, and which are optional (as well as default values).
What made sense to me, would be to simply create plot classes that 
corresponded with the draw_line, draw_arc, etc. That way, to render a 
saved XML file, would simply consist of having those classes make the 
correct backend calls. But, there doesn't seem an easy way to 
generate this with the backends, as they know nothing about figures, 
axes, subplot, etc.
So it seems like matplotlib would have to have a separate way for 
saving a native format. I think this would be a huge gain, as it 
would allow figures to be generated, saved, edited, reopened/ 
regenerated, but would involve yet another output method.
I could very well be missing something obvious, if so please correct me!
As for the SVG, I'll have to look into it. I think that's probably an 
easier issue, as I believe you could construct it in a similiar 
fashion to the other backends, as a collection of lines.
Abe
On Aug 7, 2006, at 4:14 PM, Andrew Straw wrote:
> Dear Abraham,
>
> I'm sorry it's taken so long to get back to you. I didn't see any 
> other
> responses on the list, but I think this is a super idea (although I 
> have
> yet to look at the code). In particular I like your idea to save to 
> your
> XML format. Then we could plot to an XML file, and replot (later) with
> whatever backend we need at the time. It sounds great. We could 
> even zip
> the file automatically (or just the data parts of the innards) so 
> they'd
> hopefully be pretty small.
>
> I suspect that if you get the XML backend working and incorporate it,
> you'll have a lot of users trying it out when they see it in their 
> "save
> as" format list.
>
> Relatedly, is there any way would could add to the SVG backend that
> would give us essentially this and, simultaneously, a valid SVG 
> file? Is
> SVG even "officially" extensible in this way? (I don't know much about
> SVG or XML.)
>
> Cheers!
> Andrew
>
> Abraham Schneider wrote:
>> Hi. A long while ago I had sent out an email asking if anyone was
>> interested in an XML library for plotting with matplotlib. It seemed
>> the general consensus was no, though it might be nice as a backend 
>> for
>> saving files. So I developed the XML library for my own purposes, and
>> have been using it for some time.
>>
>> I thought I might as well clean it up, package it, and release it in
>> the wild. I'm not sure if this would even qualify as an alpha 
>> release,
>> perhaps more of a RFC, but if anyone is interested, and wants to give
>> some comments, let me know. While it has gotten a good amount of use
>> (including a soon to be published paper), it has evolved to fit my
>> needs more than anything else. So in the clean up, I tried to
>> refractor some saneness into it, and had to fix some things in the
>> process. I tried to test as much of it as possible, but I'm sure I
>> forgot some obvious things as well.
>>
>> It is trying to serve 3 purposes:
>> (1) Framework for making publishable figures easy
>> (2) Provide an easy way to allow pylab figures to be saveable/ 
>> loadable
>> and editable by human
>> (3) Provide a general framework for a higher level plotting library
>>
>> I'm hoping to in the near future write the backend to pylab to 
>> save in
>> the XML format. It should (hopefully) be fairly trivial..
>>
>> It can be found (this includes some documentation and examples):
>> www.cns.nyu.edu/~abes/xmlplot.tar.gz
>>
>> Thanks,
>>
>> Abe
>>
>>
>> -------------------------------------------------------
>> 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-devel mailing list
>> Mat...@li...
>> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
>
>
> ---------------------------------------------------------------------- 
> ---
> 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-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
From: Andrew S. <str...@as...> - 2006年08月07日 20:15:04
Dear Abraham,
I'm sorry it's taken so long to get back to you. I didn't see any other
responses on the list, but I think this is a super idea (although I have
yet to look at the code). In particular I like your idea to save to your
XML format. Then we could plot to an XML file, and replot (later) with
whatever backend we need at the time. It sounds great. We could even zip
the file automatically (or just the data parts of the innards) so they'd
hopefully be pretty small.
I suspect that if you get the XML backend working and incorporate it,
you'll have a lot of users trying it out when they see it in their "save
as" format list.
Relatedly, is there any way would could add to the SVG backend that
would give us essentially this and, simultaneously, a valid SVG file? Is
SVG even "officially" extensible in this way? (I don't know much about
SVG or XML.)
Cheers!
Andrew
Abraham Schneider wrote:
> Hi. A long while ago I had sent out an email asking if anyone was
> interested in an XML library for plotting with matplotlib. It seemed
> the general consensus was no, though it might be nice as a backend for
> saving files. So I developed the XML library for my own purposes, and
> have been using it for some time.
>
> I thought I might as well clean it up, package it, and release it in
> the wild. I'm not sure if this would even qualify as an alpha release,
> perhaps more of a RFC, but if anyone is interested, and wants to give
> some comments, let me know. While it has gotten a good amount of use
> (including a soon to be published paper), it has evolved to fit my
> needs more than anything else. So in the clean up, I tried to
> refractor some saneness into it, and had to fix some things in the
> process. I tried to test as much of it as possible, but I'm sure I
> forgot some obvious things as well.
>
> It is trying to serve 3 purposes:
> (1) Framework for making publishable figures easy
> (2) Provide an easy way to allow pylab figures to be saveable/loadable
> and editable by human
> (3) Provide a general framework for a higher level plotting library
>
> I'm hoping to in the near future write the backend to pylab to save in
> the XML format. It should (hopefully) be fairly trivial..
>
> It can be found (this includes some documentation and examples):
> www.cns.nyu.edu/~abes/xmlplot.tar.gz
>
> Thanks,
>
> Abe
>
>
> -------------------------------------------------------
> 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-devel mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-devel
From: Mark B. <ma...@gm...> - 2006年08月07日 20:06:06
Darren -
Although I agree with your on some level, the advantage of the current
toolbar is that it is easy to incorporate in a GUI, where the user can
define his own drop down menu. So I vote for a backend native slider, but
keep the button on the toolbar.
I have been thinking about an easier way to have user-defined toolbars (and
I am sure others have much better ideas). I would rather put energy towards
modifyable toolbars than a dropdown menu,
Mark
> ------------------------------
>
> Message: 4
> Date: Mon, 7 Aug 2006 09:34:57 -0400
> From: Darren Dale <dd...@co...>
> Subject: [matplotlib-devel] subplots adjust
> To: mat...@li...
> Message-ID: <200...@co...>
> Content-Type: text/plain; charset="us-ascii"
>
> I am writing to ask about the subplots adjust widget. I think the gui
> would be
> better implimented by each backend using the native widgets rather than by
> the existing set of backend-neutral sliders, which are somewhat
> unbecoming.
> The proposed backend-specific widgets could call the generic subplot
> resize
> routines, and really shouldn't be that difficult to impliment. Also, I was
> thinking that subplot_adjust should be selectable from a standard
> dropdown "File, Edit, View..." menubar instead of on the main toolbar. The
> save button could also be moved to the drop down menu bar.
>
> Darren
>
>
>
> ------------------------------
>
From: John H. <jdh...@ac...> - 2006年08月07日 16:08:57
>>>>> "Charlie" == Charlie Moad <cw...@gm...> writes:
 Charlie> Are they any lingering issues that would prevent a
 Charlie> Wednesday minor rev bump for the latest numpy? Ideally
 Charlie> it would last through the numpy 1.0 release.
Since scipy is next week, we should concentrate on getting a release
out that works with whatever numpy/scipy Travis is targeting for the
scipy conference.
JDH
From: Charlie M. <cw...@gm...> - 2006年08月07日 16:01:39
On 8/7/06, Christopher Barker <Chr...@no...> wrote:
> Darren Dale wrote:
> > On Monday 07 August 2006 08:55, Charlie Moad wrote:
> > Pushing a
> >> release now for 1.0 might be pointless, since the C-api could possibly
> >> change and break compatibility again. After all, it still is a beta.
>
> > I wonder how long we should continue to hold off on a new release. As I said
> > in a previous email, Travis does not foresee changes to the C API before
> > numpy-1.1 (although he doesn't rule them out). Besides, several bug fixes and
> > new features have been added since 0.87.4.
>
> Isn't the "current" version using numpy 0.9.8? No matter, they are ALL
> beta, (or alpha), so there is no reason to stick with any particular one.
>
> 1.0b seems to be the least buggy and most future-proof (which, of
> course, doesn't mean that much) at the moment, so I say we do it.
>
> Charlie, can you do OS-X? I still don't have my build environment set up
> quite right, and you beat me to it last time. We'll need to put a new
> numpy mpkg on pythonmac.org at the same time. I'd be glad to do that, if
> it helps, but I need to make sure we use the same version.
Are they any lingering issues that would prevent a Wednesday minor rev
bump for the latest numpy? Ideally it would last through the numpy
1.0 release.
- Charlie
From: Christopher B. <Chr...@no...> - 2006年08月07日 15:51:36
Eric Firing wrote:
> I think the following (now in svn) should be OK; it seems to work on 
> Windows, at least in the sense that it doesn't trigger an exception.
> 
> nan = struct.unpack('d', struct.pack('Q', 0x7ff8000000000000))[0]
It works on OS-X PPC also. I was wondering about endian issues.
-Chris
-- 
Christopher Barker, Ph.D.
Oceanographer
 		
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chr...@no...
From: Darren D. <dd...@co...> - 2006年08月07日 13:35:00
I am writing to ask about the subplots adjust widget. I think the gui would be 
better implimented by each backend using the native widgets rather than by 
the existing set of backend-neutral sliders, which are somewhat unbecoming. 
The proposed backend-specific widgets could call the generic subplot resize 
routines, and really shouldn't be that difficult to impliment. Also, I was 
thinking that subplot_adjust should be selectable from a standard 
dropdown "File, Edit, View..." menubar instead of on the main toolbar. The 
save button could also be moved to the drop down menu bar.
Darren
From: Eric F. <ef...@ha...> - 2006年08月07日 00:51:31
Robert Kern wrote:
> Eric Firing wrote:
> 
>> I added nan definitions for
>>Numeric and numarray which work on my linux box, but I have not tested 
>>them on other platforms; I guess in the worst case, if it doesn't work 
>>on Mac or Windows I will have to change quiver.py to use masked arrays 
>>internally instead of nans. (The definition I used is "nan = 
>>float('nan')".)
> 
> 
> That will certainly not work on Windows.
> 
Thanks for the quick info.
I think the following (now in svn) should be OK; it seems to work on 
Windows, at least in the sense that it doesn't trigger an exception.
nan = struct.unpack('d', struct.pack('Q', 0x7ff8000000000000))[0]
Eric

Showing 9 results of 9

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