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
(9) |
2
(8) |
3
(6) |
4
(5) |
5
(10) |
6
(1) |
7
|
8
(5) |
9
(3) |
10
(12) |
11
(24) |
12
(28) |
13
(16) |
14
(3) |
15
(10) |
16
(17) |
17
(19) |
18
(10) |
19
(20) |
20
(7) |
21
(11) |
22
(7) |
23
(5) |
24
(4) |
25
(11) |
26
(19) |
27
(1) |
28
(1) |
29
(13) |
30
(7) |
31
(22) |
|
|
|
From: Vlastimil B. <vla...@gm...> - 2011-08-04 23:30:08
|
Hi all, I'd like to ask about some issues I am having with using matplotlib with the latest wxpython version 2.9.1.1; I already mentioned that on the wxpython list: https://groups.google.com/forum/#!topic/wxpython-users/vG-5NJ4vXnc but it is unclear whether this is a bug in wx or a possible problem with the backend_wx which happened to be "tolerated" in wxpython sofar. Simple code using the WX backend seems to work ok in 2.8.12.1 and 2.9.1.1 but not in 2.9.2.1. The graph canvas is inactive and transparent - showing the screen below this active frame; with resizing and moving this frame, there are artefacts and display glitches and redrawing errors around it, but the graph is not shown and there are no exceptions thrown. (I am using Python 2.7.2, matplotlib 1.0.1; win 7 and Win XP; wxPython 32bit (unicode)) # # # # # # # # # # # pylab - wxPython # # # # # # # # # # # # # # # # # #! Python # -*- coding: utf-8 -*- import wxversion # wxversion.select('2.8') # 2.8.12.1 ok # wxversion.select('2.9.1') # 2.9.1.1 ok wxversion.select('2.9.2') # 2.9.2.1 !! display errors in pylab import wx import matplotlib # http://matplotlib.sourceforge.net/ # matplotlib.use('WXAgg') # ok in both, wx 2.8 and 2.9.x matplotlib.use('WX') import pylab pylab.plot(range(3), range(3), label="a") pylab.show() # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # A very simple version without pylab shows the same problem: # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #! Python # -*- coding: utf-8 -*- import wxversion # wxversion.select('2.8') wxversion.select('2.9.2') import wx import matplotlib matplotlib.use('WX') from matplotlib.backends.backend_wx import FigureCanvasWx as FigureCanvas # err on wx 2.9.2 # from matplotlib.backends.backend_wxagg import FigureCanvasWxAgg as FigureCanvas # ok from matplotlib.figure import Figure class CanvasFrame(wx.Frame): def __init__(self, ): wx.Frame.__init__(self, None, -1, 'CanvasFrame', size=(550,350)) self.figure = Figure() self.axes = self.figure.add_subplot(111) self.axes.plot(range(4),range(4)) self.figure_canvas = FigureCanvas(self, -1, self.figure) self.sizer = wx.BoxSizer(wx.VERTICAL) self.sizer.Add(self.figure_canvas, 1, wx.LEFT | wx.TOP | wx.GROW) self.SetSizer(self.sizer) if __name__=='__main__': app = wx.App(False) frm = CanvasFrame() frm.Show(True) app.MainLoop() # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # It is likely to depending on matplotlib.backends.backend_wx :: FigureCanvasWx (or some inherited classes), but I had sofar no success in finding the problematic code. Could you maybe give any pointer where to look into, or maybe how to activate some exception tracebacks etc? (Changing _DEBUG = 5 in ...\matplotlib\backends\backend_wx.py to other values doesn't seem to have this effect). Thanks in advance, vbr |
From: Paul B. <pau...@at...> - 2011-08-04 20:21:26
|
I'd like to add a title to a RadioButton axis, but the usual title('xxx') seems to get ignored. Can I do that? This is an example: raOVL = axes([0.05, 0.1, 0.15, 0.15], axisbg=axcolor) title = 'Overlap' radioOV = RadioButtons(raOVL, ['10%','30%','50%','70%']) -Paul Blelloch |
From: Alexey U. <s9g...@gm...> - 2011-08-04 17:13:21
|
here is the sample code "embedding_in_gtk2.py" 6 import gtk 7 8 from matplotlib.figure import Figure 9 from numpy import arange, sin, pi 10 11 # uncomment to select /GTK/GTKAgg/GTKCairo 12 #from matplotlib.backends.backend_gtk import FigureCanvasGTK as FigureCanvas 13 from matplotlib.backends.backend_gtkagg import FigureCanvasGTKAgg as FigureCanvas 14 #from matplotlib.backends.backend_gtkcairo import FigureCanvasGTKCairo as FigureCanvas 15 16 # or NavigationToolbar for classic 17 #from matplotlib.backends.backend_gtk import NavigationToolbar2GTK as NavigationToolbar 18 from matplotlib.backends.backend_gtkagg import NavigationToolbar2GTKAgg as NavigationToolbar 19 20 21 win = gtk.Window() 22 win.connect("destroy", lambda x: gtk.main_quit()) 23 win.set_default_size(400,300) 24 win.set_title("Embedding in GTK") 25 26 vbox = gtk.VBox() 27 win.add(vbox) 28 29 fig = Figure(figsize=(5,4), dpi=100) 30 import pudb 31 pudb.set_trace() 32 ax = fig.add_subplot(111) 33 t = arange(0.0,3.0,0.01) 34 s = sin(2*pi*t) 35 36 ax.plot(t,s) 37 38 39 canvas = FigureCanvas(fig) # a gtk.DrawingArea 40 vbox.pack_start(canvas) 41 toolbar = NavigationToolbar(canvas, win) 42 vbox.pack_start(toolbar, False, False) 43 44 45 win.show_all() 46 gtk.main() on line 36 error segfault. Here is the gdb session Starting program: /usr/bin/python2.7 embedding_in_gtk2.py [Thread debugging using libthread_db enabled] Program received signal SIGSEGV, Segmentation fault. 0x00007fffeda71594 in __cxa_allocate_exception () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/libstdc++.so.6 #0 0x00007fffeda71594 in __cxa_allocate_exception () from /usr/lib/gcc/x86_64-pc-linux-gnu/4.4.5/libstdc++.so.6 #1 0x00007fffe4830164 in py_to_agg_transformation_matrix(_object*, bool) () from /usr/lib64/python2.7/site-packages/matplotlib/_path.so #2 0x00007fffe483addb in _path_module::update_path_extents(Py::Tuple const&) () from /usr/lib64/python2.7/site-packages/matplotlib/_path.so #3 0x00007fffe4841ad8 in Py::ExtensionModule<_path_module>::invoke_method_varargs(void*, Py::Tuple const&) () from /usr/lib64/python2.7/site-packages/matplotlib/_path.so #4 0x00007fffe482b54d in method_varargs_call_handler () from /usr/lib64/python2.7/site-packages/matplotlib/_path.so #5 0x00007ffff7b09a7b in PyEval_EvalFrameEx () from /usr/lib64/libpython2.7.so.1.0 #6 0x00007ffff7b0b658 in PyEval_EvalCodeEx () from /usr/lib64/libpython2.7.so.1.0 #7 0x00007ffff7b09bc7 in PyEval_EvalFrameEx () from /usr/lib64/libpython2.7.so.1.0 #8 0x00007ffff7b0b658 in PyEval_EvalCodeEx () from /usr/lib64/libpython2.7.so.1.0 #9 0x00007ffff7b09bc7 in PyEval_EvalFrameEx () from /usr/lib64/libpython2.7.so.1.0 #10 0x00007ffff7b0b658 in PyEval_EvalCodeEx () from /usr/lib64/libpython2.7.so.1.0 #11 0x00007ffff7b09bc7 in PyEval_EvalFrameEx () from /usr/lib64/libpython2.7.so.1.0 #12 0x00007ffff7b0b658 in PyEval_EvalCodeEx () from /usr/lib64/libpython2.7.so.1.0 #13 0x00007ffff7b09bc7 in PyEval_EvalFrameEx () from /usr/lib64/libpython2.7.so.1.0 #14 0x00007ffff7b0b658 in PyEval_EvalCodeEx () from /usr/lib64/libpython2.7.so.1.0 #15 0x00007ffff7b0b762 in PyEval_EvalCode () from /usr/lib64/libpython2.7.so.1.0 #16 0x00007ffff7b2545c in ?? () from /usr/lib64/libpython2.7.so.1.0 #17 0x00007ffff7b25530 in PyRun_FileExFlags () from /usr/lib64/libpython2.7.so.1.0 #18 0x00007ffff7b26a1f in PyRun_SimpleFileExFlags () from /usr/lib64/libpython2.7.so.1.0 #19 0x00007ffff7b377cc in Py_Main () from /usr/lib64/libpython2.7.so.1.0 #20 0x00007ffff74d4bad in __libc_start_main () from /lib64/libc.so.6 #21 0x00000000004008c9 in _start () I have python 2.7.1 and amd64 linux distributive (gentoo). I did not see this problem on x86 linux. Thanks. |
From: Alan G I. <ala...@gm...> - 2011-08-04 12:49:30
|
On 8/4/2011 8:26 AM, Xavier Gnata wrote: > I think the main question is : How do you produce a arbitrary long > list of colors to use it as a color gradient (as input to > set_color_cycle )? See this thread http://www.mail-archive.com/mat...@li.../msg21569.html for an approach to the underlying question, which I take to be, how to parametrize line color for a collection of lines. Cheers, Alan Isaac |
From: Xavier G. <xav...@gm...> - 2011-08-04 12:26:54
|
hi, I want to overplot N curves calling the plot(X) function N times. I also would like to have a way to which curve has been drawn first and so on. If N would en small and constant, I could simply call color_cycle with a short list as parameter...but it is not quite an option with up to 50 curves... How could I setup a color_cycle which look like a color gradient (let's say "the first curve in red, the last one in green and the other in between). I think the main question is : How do you produce a arbitrary long list of colors to use it as a color gradient (as input to set_color_cycle )? xavier |