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



Showing 9 results of 9

From: Todd M. <jm...@st...> - 2004年03月17日 21:57:30
On Wed, 2004年03月17日 at 15:51, Gary Pajer wrote:
> Thanks very much, guys!
> 
> -Gary
> 
You're welcome! Anyone interested in TkAgg that hasn't updated since I
last announced changes should do so. JDH discovered that the toolbar
was broken and I fixed it about an hour or so ago.
Regards,
Todd
> 
> ----- Original Message ----- 
> From: "Todd Miller" <jm...@st...>
> To: "John Hunter" <jdh...@ni...>
> Cc: "Gary Pajer" <pa...@in...>; <mat...@li...>
> Sent: Wednesday, March 17, 2004 11:38 AM
> Subject: Re: [Matplotlib-users] TkAgg in a Tkinter GUI frame?
> 
> 
> > On Tue, 2004年03月16日 at 07:29, John Hunter wrote:
> > > >>>>> "Gary" == Gary Pajer <pa...@in...> writes:
> > >
> > > Gary> I've been poking aroung a bit trying to see if I can locate
> > > Gary> my plots in a frame in my own Tkinter GUI rather than a
> > > Gary> stand-alone window.
> > >
> > > Gary> It looks like it might be possible if I can, for example,
> > > Gary> extract the frame instance from a TkAgg plot (or something
> > > Gary> like that)
> > >
> > > Gary> Can anyone comment or suggest a route?
> > >
> > > Todd, is this easily doable?
> >
> > As we all hoped, this was easy and is now in CVS. I refactored
> > FigureManagerTkAgg and added FigureCanvasTkAgg to support the new
> > functionality. FigureCanvasTkAgg defines get_tk_widget() to return
> > whatever tk widget is used to implement it. Currently it returns a Tk
> > canvas but I thought it would be best not to assume that will always be
> > the case. Like other Tk widgets, FigureCanvasTkAgg wants to be told
> > who its parent widget (master) is at construction time.
> >
> > > Could you write an embedding_in_tk.py
> > > example along the lines of embedding_in_gtk and embedding_in_wx?
> >
> > This is also in CVS.
> >
> > >
> > Regards,
> > Todd
> >
> > >
> > >
> > > -------------------------------------------------------
> > > This SF.Net email is sponsored by: IBM Linux Tutorials
> > > Free Linux tutorial presented by Daniel Robbins, President and CEO of
> > > GenToo technologies. Learn everything from fundamentals to system
> > > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> > > _______________________________________________
> > > Matplotlib-users mailing list
> > > Mat...@li...
> > > https://lists.sourceforge.net/lists/listinfo/matplotlib-users
> > -- 
> > Todd Miller <jm...@st...>
> >
> 
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
-- 
Todd Miller <jm...@st...>
From: Gary P. <pa...@in...> - 2004年03月17日 20:53:40
Thanks very much, guys!
-Gary
----- Original Message ----- 
From: "Todd Miller" <jm...@st...>
To: "John Hunter" <jdh...@ni...>
Cc: "Gary Pajer" <pa...@in...>; <mat...@li...>
Sent: Wednesday, March 17, 2004 11:38 AM
Subject: Re: [Matplotlib-users] TkAgg in a Tkinter GUI frame?
> On Tue, 2004年03月16日 at 07:29, John Hunter wrote:
> > >>>>> "Gary" == Gary Pajer <pa...@in...> writes:
> >
> > Gary> I've been poking aroung a bit trying to see if I can locate
> > Gary> my plots in a frame in my own Tkinter GUI rather than a
> > Gary> stand-alone window.
> >
> > Gary> It looks like it might be possible if I can, for example,
> > Gary> extract the frame instance from a TkAgg plot (or something
> > Gary> like that)
> >
> > Gary> Can anyone comment or suggest a route?
> >
> > Todd, is this easily doable?
>
> As we all hoped, this was easy and is now in CVS. I refactored
> FigureManagerTkAgg and added FigureCanvasTkAgg to support the new
> functionality. FigureCanvasTkAgg defines get_tk_widget() to return
> whatever tk widget is used to implement it. Currently it returns a Tk
> canvas but I thought it would be best not to assume that will always be
> the case. Like other Tk widgets, FigureCanvasTkAgg wants to be told
> who its parent widget (master) is at construction time.
>
> > Could you write an embedding_in_tk.py
> > example along the lines of embedding_in_gtk and embedding_in_wx?
>
> This is also in CVS.
>
> >
> Regards,
> Todd
>
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by: IBM Linux Tutorials
> > Free Linux tutorial presented by Daniel Robbins, President and CEO of
> > GenToo technologies. Learn everything from fundamentals to system
> > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> > _______________________________________________
> > Matplotlib-users mailing list
> > Mat...@li...
> > https://lists.sourceforge.net/lists/listinfo/matplotlib-users
> -- 
> Todd Miller <jm...@st...>
>
From: Todd M. <jm...@st...> - 2004年03月17日 19:19:20
On Wed, 2004年03月17日 at 11:24, John Hunter wrote:
> >>>>> "Todd" == Todd Miller <jm...@st...> writes:
> 
> Todd> This is also in CVS.
> 
> Nice work!
> 
> In a quick test, the only thing I noticed is that the figure window
> does not resize when embedded but does on a normal plot. I don't know
> if this is a bug or a feature :-). 
I implemented this since you brought it up and I think the new way
qualifies as a feature. The widget packing can be used to drive either
kind of behavior: resize-able or not-resize-able. The demo now resizes.
Regards,
Todd
> In backend_gtk, I handle the
> configure event in the FigureCanvas.
> 
> Gary, if you need a src snapshot (the regular CVS mirrors can lag
> sometimes by a couple of days), let me know.
> 
> JDH
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
-- 
Todd Miller <jm...@st...>
From: John H. <jdh...@ac...> - 2004年03月17日 16:47:02
>>>>> "Todd" == Todd Miller <jm...@st...> writes:
 Todd> This is also in CVS.
Nice work!
In a quick test, the only thing I noticed is that the figure window
does not resize when embedded but does on a normal plot. I don't know
if this is a bug or a feature :-). In backend_gtk, I handle the
configure event in the FigureCanvas.
Gary, if you need a src snapshot (the regular CVS mirrors can lag
sometimes by a couple of days), let me know.
JDH
From: Todd M. <jm...@st...> - 2004年03月17日 16:41:30
On Tue, 2004年03月16日 at 07:29, John Hunter wrote:
> >>>>> "Gary" == Gary Pajer <pa...@in...> writes:
> 
> Gary> I've been poking aroung a bit trying to see if I can locate
> Gary> my plots in a frame in my own Tkinter GUI rather than a
> Gary> stand-alone window.
> 
> Gary> It looks like it might be possible if I can, for example,
> Gary> extract the frame instance from a TkAgg plot (or something
> Gary> like that)
> 
> Gary> Can anyone comment or suggest a route?
> 
> Todd, is this easily doable? 
As we all hoped, this was easy and is now in CVS. I refactored
FigureManagerTkAgg and added FigureCanvasTkAgg to support the new
functionality. FigureCanvasTkAgg defines get_tk_widget() to return
whatever tk widget is used to implement it. Currently it returns a Tk
canvas but I thought it would be best not to assume that will always be
the case. Like other Tk widgets, FigureCanvasTkAgg wants to be told
who its parent widget (master) is at construction time. 
> Could you write an embedding_in_tk.py
> example along the lines of embedding_in_gtk and embedding_in_wx?
This is also in CVS.
> 
Regards,
Todd
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
-- 
Todd Miller <jm...@st...>
From: Jean-Baptiste C. <Jea...@de...> - 2004年03月17日 16:12:55
It worked gret
Thanks
Jean-Baptiste
On 2004年3月17日 18:33:52 +0800
LUK ShunTim <shu...@po...> wrote:
> Jean-Baptiste Cazier wrote:
> > S=E6l !
> >=20
> >=20
> > I am trying to keep up with the versions of matplotlib by sucessively =
installing them.=20
> > However I have to install it on many workstations that share folders ov=
er the network
> >=20
> > I would like to be able to install matplotlib into such a folder to avo=
id installing it every time on each machine, but only once
> > It works fine with Numeric and other packages, but not with matplotlib:
> >=20
> > - I install matplotlib on my own workstation.
> > - I copied recursively the folder /usr/lib/python2.2/site-packages/ma=
tplotlib into /home/stat/Pygtk/matplotlib
> > - And then in my program I have added the location of the library to m=
y path:
> > sys.path.append("/home/stat/Pygtk/matplotlib")
> >=20
> > But I get the error message
> > [lws11] ~/devel/novi $ novi.py -m map mixed.test.header.out
> > Traceback (most recent call last):
> > File "./novi.py", line 19, in ?
> > import matplotlib.matlab as Plot
> > File "/home/stat/Pygtk/matplotlib/__init__.py", line 225, in ?
> > defaultParams =3D {
> > File "/home/stat/Pygtk/matplotlib/__init__.py", line 154, in get_data=
_path
> > raise RuntimeError('Could not find the matplotlib data files')
> > RuntimeError: Could not find the matplotlib data files
> >=20
> >=20
> > Which other folder do I need to install or set a path to ?
> >=20
> > Thanks
> >=20
> > Kve=F0ja
> >=20
> > Jean-Baptiste
> >=20
>=20
> Hello,
>=20
> You may have to set the MATPLOTLIBDATA environmental variable to where=20
> you store the data (fonts etc) if you install in a non-default location.
>=20
> Regards,
> ST
--=20
-----------------------------
Jea...@de...
Department of Statistics
deCODE genetics Sturlugata,8
570 2993 101 Reykjav=EDk
From: LUK S. <shu...@po...> - 2004年03月17日 10:31:39
Jean-Baptiste Cazier wrote:
> Sæl !
> 
> 
> I am trying to keep up with the versions of matplotlib by sucessively installing them. 
> However I have to install it on many workstations that share folders over the network
> 
> I would like to be able to install matplotlib into such a folder to avoid installing it every time on each machine, but only once
> It works fine with Numeric and other packages, but not with matplotlib:
> 
> - I install matplotlib on my own workstation.
> - I copied recursively the folder /usr/lib/python2.2/site-packages/matplotlib into /home/stat/Pygtk/matplotlib
> - And then in my program I have added the location of the library to my path:
> sys.path.append("/home/stat/Pygtk/matplotlib")
> 
> But I get the error message
> [lws11] ~/devel/novi $ novi.py -m map mixed.test.header.out
> Traceback (most recent call last):
> File "./novi.py", line 19, in ?
> import matplotlib.matlab as Plot
> File "/home/stat/Pygtk/matplotlib/__init__.py", line 225, in ?
> defaultParams = {
> File "/home/stat/Pygtk/matplotlib/__init__.py", line 154, in get_data_path
> raise RuntimeError('Could not find the matplotlib data files')
> RuntimeError: Could not find the matplotlib data files
> 
> 
> Which other folder do I need to install or set a path to ?
> 
> Thanks
> 
> Kveðja
> 
> Jean-Baptiste
> 
Hello,
You may have to set the MATPLOTLIBDATA environmental variable to where 
you store the data (fonts etc) if you install in a non-default location.
Regards,
ST
From: Jean-Baptiste C. <Jea...@de...> - 2004年03月17日 08:42:50
S=E6l !
I am trying to keep up with the versions of matplotlib by sucessively inst=
alling them.=20
However I have to install it on many workstations that share folders over t=
he network
I would like to be able to install matplotlib into such a folder to avoid i=
nstalling it every time on each machine, but only once
It works fine with Numeric and other packages, but not with matplotlib:
 - I install matplotlib on my own workstation.
 - I copied recursively the folder /usr/lib/python2.2/site-packages/matplo=
tlib into /home/stat/Pygtk/matplotlib
 - And then in my program I have added the location of the library to my pa=
th:
sys.path.append("/home/stat/Pygtk/matplotlib")
But I get the error message
[lws11] ~/devel/novi $ novi.py -m map mixed.test.header.out
Traceback (most recent call last):
 File "./novi.py", line 19, in ?
 import matplotlib.matlab as Plot
 File "/home/stat/Pygtk/matplotlib/__init__.py", line 225, in ?
 defaultParams =3D {
 File "/home/stat/Pygtk/matplotlib/__init__.py", line 154, in get_data_path
 raise RuntimeError('Could not find the matplotlib data files')
RuntimeError: Could not find the matplotlib data files
Which other folder do I need to install or set a path to ?
Thanks
Kve=F0ja
Jean-Baptiste
--=20
-----------------------------
Jea...@de...
Department of Statistics
deCODE genetics Sturlugata,8
570 2993 101 Reykjav=EDk
From: Steve C. <ste...@ya...> - 2004年03月17日 05:21:31
Hello,
I sent a message to the numarray website to let them know that
when they say "numarray lacks a plotting module" that's no longer
true since matplotlib now works with numarray.
However, when I looked at the matplotlib install page
http://matplotlib.sourceforge.net/installing.html
it currently says
"matplotlib requires python 2.2+, Numeric."
and further down
"Note, you'll want the "numpy", not "numarray" files."
I'm assuming the matplotlib support for numarray means that Numeric
is no longer a requirement, is this true? If so it looks like the
install page needs to be updated to avoid confusing numarray users.
Regards
Steve

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