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



Showing 4 results of 4

From: Vinj V. <vin...@ya...> - 2005年08月22日 22:26:06
I recently upgraded from 0.8 to 0.83 and now the x
labels do not rotate. 
Here is a chart generated with 0.8 
http://eswap.com/goodlabels.png
and here is a chart generated with 0.83
http://eswap.com/badlabels.png
When I revert back to 0.8 the labels are correctly
displayed. I use the following code for formatting the
xlabels:
# make sure everyone has the same axes limits
set(axLower.get_xticklabels(), 'rotation', 45,
'horizontalalignment', 'right', fontsize=textSize)
Thanks,
VJ
From: John H. <jdh...@ac...> - 2005年08月22日 14:06:43
>>>>> "Michael" == Michael Nandris <sui...@ya...> writes:
 Michael> Hi list Is there any voodoo applying axis('equal')?
Are you working with the latest CVS -- Mark Bakker has recently been
working on this function and made substantial improvements. See for
example, examples/axis_equal_demo.py.
JDH
From: Michael N. <sui...@ya...> - 2005年08月22日 13:51:03
Hi list
Is there any voodoo applying axis('equal')? 
I have tried and it does not equalise the x and y
scales 
There is a 'TODO'
Michael
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
From: Gregory L. <gre...@ff...> - 2005年08月22日 09:39:40
On Sun, 2005年08月14日 at 16:05 -0500, John Hunter wrote:
> >>>>> "Gregory" == Gregory Lielens <gre...@ff...> writes:
> 
> Gregory> Hi John, Hi the list, I almost have finished updating the
> Gregory> fltkAgg, to add the new subplot formatter and the blit
> Gregory> method for fast animation. Everything seems to work fine,
> Gregory> but I still need to do some code clean-up, and before
> Gregory> commiting the changes I have to ask what you think about
> Gregory> the method I used:
> 
> Hi Gregory, Great news. Ken McIvor just emailed me this morning that
> he completed the same with a _wxagg module that he will post shortly.
> That means we have (or will soon have) blit methods for all GUIs
> except Qt and Cocoa (gentle reminder).
It is done, I committed this WE: On my computer (Fedora 4 for x86_64)
there was no problem, let me know if there is any problem on other
platforms...
> Gregory> Now I checked and other backends (qtagg, cocoaagg) now
> Gregory> use RendererAgg::buffer_rgba. If this is ok, I will
> Gregory> update all the calls to pass (0,0) instead of no
> Gregory> arguments, but I wonder if the new methods could not
> Gregory> simplify things for those backends too...
> 
> Yep, this all looks right. I will look into this for gtkagg as well
> tomorrow. It may make rendering to a bbox even faster because gtkagg
> and tkagg may both make an unnecessary copy that your method avoids.
I implemented this, but for qtagg and cocoaagg I just used
RendererAgg::buffer_rgba(0,0) without attempting any optimisation (I
think they do not implement blit at the time being, anyway)
I did not look at gtkagg (no direct use of buffer_rgba it seems, but you
can maybe use the same concept), and also maybe extend this to
Image::buffer_rgba also? I do not know the use case of this one, so I do
not know if it can be usefull or not...
> Gregory> Another remarks is that the animation code seems quite
> Gregory> fragile for the moment: if one do a resize of the output
> Gregory> window, the background copy is not updated correctly and
> Gregory> one have a very interresting effect ;) Well, at leat I
> Gregory> observe that under fltkAgg (my local version supporting
> Gregory> blit) and GTKAgg. tkagg does not do this..because it is
> Gregory> not possible to resize the window during animation (well,
> Gregory> window is resizable but the size of the inside canvas
> Gregory> does not change during this resize...).
> 
> Gregory> I think some extra steps should be performed to make
> Gregory> resize and anim play nicely together (like freezing the
> Gregory> anim during resize, and restarting afterwards with the
> Gregory> correct background...)
> 
> What I do is connect to the new 'draw_event' which is called at the
> end of Figure.draw (no GUI specific event handling required). If you
> set the animated property of the Artist, and then connect your
> background saver to the 'draw_event', it should handle this case.
> Additionally you want to make sure your draw events are processed in
> an idle queue on resizes, etc.
> 
> Check out widgets.Cursor for a complete example using draw_event
> background cacheing, the guts of which are 
> 
> 
> def __init__(self, ax, useblit=False, **lineprops):
> ...snip
> self.canvas.mpl_connect('draw_event', self.clear)
> 
> def clear(self, event):
> 'clear the cursor'
> if self.useblit:
> self.background = self.canvas.copy_from_bbox(self.ax.bbox)
> 
> 
> Does this work for you in GTKAGG and/or FLTK? If everything looks
> good, you may want to update the canonical animation examples in the
> examples directory and on the wiki.
I did that for fltk (see new example animation_blit_fltk.py), it works
nicely! :)
I did not change the gtk example though, but I guess merging the fltk
example tand the animation_blit gtk example, to use the cleaner approach
for GTKAgg will be trivial...I did not change it myself cause I am not
sure you like the coding style I used for the fltk example ;-)
Best regards,
Greg.

Showing 4 results of 4

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