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

Showing 7 results of 7

From: Russell E. O. <ro...@uw...> - 2010年12月01日 23:53:44
In article <4CF...@st...>,
 Michael Droettboom <md...@st...> 
 wrote:
> On 12/01/2010 01:40 PM, Russell E. Owen wrote:
> > I'm seeing a nasty memory leak in my strip chart widget using matplotlib
> > 1.0, TkAgg and Mac OS X 10.5
> >
> > I've posted a minimal version here:
> > <http://www.astro.washington.edu/users/rowen/python/MinimalStripChartWdg.
> > py>
> >
> > It doesn't seem to matter if I use the animation API or not (the example
> > does not).
> >
> > Any ideas? If this is a bug I'll report it, but I hope I'm just doing
> > something wrong.
> I don't have a Mac to try this on -- however, I don't see the leak on 
> Fedora 14/Python 2.7/Numpy 1.5.1/Tkinter with both matplotlib 1.0 and 
> matplotlib SVN head. That may narrow it down to something Mac OS 
> X-specific. Sorry that's not totally helpful, but it's a data point.
Thank you; that is very helpful. Unfortunately that suggests it is 
Mac-specific or Tcl/Tk-version-specific which could make it hard to 
track down. I'll report it as a bug in any case.
-- Russell
From: Michael D. <md...@st...> - 2010年12月01日 19:02:06
On 12/01/2010 01:40 PM, Russell E. Owen wrote:
> I'm seeing a nasty memory leak in my strip chart widget using matplotlib
> 1.0, TkAgg and Mac OS X 10.5
>
> I've posted a minimal version here:
> <http://www.astro.washington.edu/users/rowen/python/MinimalStripChartWdg.
> py>
>
> It doesn't seem to matter if I use the animation API or not (the example
> does not).
>
> Any ideas? If this is a bug I'll report it, but I hope I'm just doing
> something wrong.
I don't have a Mac to try this on -- however, I don't see the leak on 
Fedora 14/Python 2.7/Numpy 1.5.1/Tkinter with both matplotlib 1.0 and 
matplotlib SVN head. That may narrow it down to something Mac OS 
X-specific. Sorry that's not totally helpful, but it's a data point.
Mike
From: Russell E. O. <ro...@uw...> - 2010年12月01日 18:40:47
I'm seeing a nasty memory leak in my strip chart widget using matplotlib 
1.0, TkAgg and Mac OS X 10.5
I've posted a minimal version here:
<http://www.astro.washington.edu/users/rowen/python/MinimalStripChartWdg.
py>
It doesn't seem to matter if I use the animation API or not (the example 
does not).
Any ideas? If this is a bug I'll report it, but I hope I'm just doing 
something wrong.
-- Russell
From: Justin M. <jn...@gm...> - 2010年12月01日 16:58:42
Is there a straightforward way to limit the legend only to lines that
appear within the current display limits? I have a plot that has too
many separate data series to show on the legend at once, but once I
zoom in it would be good to re-set the legend to show only the visible
data points/lines.
I guess the way to do that is:
- catch the DrawEvent
- call get_xlim() and get_ylim() to get the new bounds
- figure out which lines are within the bounds and add them to a new
legend. I could run through each line and compare xlim/ylim with
line.get_xydata(); is there already a function to do this?
Thanks for your help,
 Justin
From: C M <cmp...@gm...> - 2010年12月01日 16:30:00
On Wed, Dec 1, 2010 at 12:28 AM, Ryan May <rm...@gm...> wrote:
> On Tue, Nov 30, 2010 at 7:00 PM, C M <cmp...@gm...> wrote:
> > Thanks, Ryan. I've done that now. I use the OOP approach to matplotlib
> and
> > embed it in wxPython, so my example uses that. I did not know how to
> apply
> > an AutoDateFormatter to an axis if using pylab and figured the basics of
> > what I am trying to do are apparent from this sample.
> >
> > The sample is attached. The point of it is that, despite it apparently
> > using my AutoDateFormatter, all the dates at all levels of zoom are %Y
> (e.g.
> > "2010"). This is because in the AutoDateFormatter subclass, the line:
> >
> > scale = float( self._locator._get_unit() )
> >
> > is *always* returning 365.0.
> >
> > I am not bothering for now to include the business about how
> point-picking
> > remedies my problem, because the AutoDateFormatter shouldn't need
> > that--obviously, the way I am doing it is wrong, and I'd like to know
> what
> > it is.
>
> I'm guessing your problem was that only the year was being shown,
> regardless? It would seem the problem stems from the fact that while
> you give your formatter the AutoDateLocator, you never tell the axis
> to use this. I got what I considered the correct behavior by adding
> the following line at linen 84 in the script:
>
> self.subplot.xaxis.set_major_locator(adl)
>
> Does adding that get you what you want?
>
> Ryan
>
>
Yes, that was it! So simple, but I've been confused about how locators and
formatters work together--now it makes much more sense. Thank you very
much.
Che
From: Matthias M. <Mat...@gm...> - 2010年12月01日 10:53:41
On Thursday September 9 2010 20:33:03 sa6113 wrote:
> I want to use backendQtAgg inorder to imbed plot dialog into basic dialog
> and by clicking the labels open plot option.
> I couldn't use 'motion_notify_event' because the event only handles into
> plot area not in canvas area!!!
> anybody knows?
Hi,
maybe your problem was solved meanwhile, but if not I've got an idea about it. 
I think you have to adapt the framework used in the widgets.py defining the 
class CheckButtons. There one connects the button_press_event to a method 
_clicked and in this method it is checked wheter or not the click was inside 
the area associated with the label
t.get_window_extent().contains(event.x, event.y)
I admit my late reply, but maybe it is useful anyway.
Kind regards,
Matthias
From: Ryan M. <rm...@gm...> - 2010年12月01日 05:29:11
On Tue, Nov 30, 2010 at 7:00 PM, C M <cmp...@gm...> wrote:
> Thanks, Ryan. I've done that now. I use the OOP approach to matplotlib and
> embed it in wxPython, so my example uses that. I did not know how to apply
> an AutoDateFormatter to an axis if using pylab and figured the basics of
> what I am trying to do are apparent from this sample.
>
> The sample is attached. The point of it is that, despite it apparently
> using my AutoDateFormatter, all the dates at all levels of zoom are %Y (e.g.
> "2010"). This is because in the AutoDateFormatter subclass, the line:
>
> scale = float( self._locator._get_unit() )
>
> is *always* returning 365.0.
>
> I am not bothering for now to include the business about how point-picking
> remedies my problem, because the AutoDateFormatter shouldn't need
> that--obviously, the way I am doing it is wrong, and I'd like to know what
> it is.
I'm guessing your problem was that only the year was being shown,
regardless? It would seem the problem stems from the fact that while
you give your formatter the AutoDateLocator, you never tell the axis
to use this. I got what I considered the correct behavior by adding
the following line at linen 84 in the script:
 self.subplot.xaxis.set_major_locator(adl)
Does adding that get you what you want?
Ryan
-- 
Ryan May
Graduate Research Assistant
School of Meteorology
University of Oklahoma
1 message has been excluded from this view by a project administrator.

Showing 7 results of 7

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