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
|
2
(1) |
3
(1) |
4
(6) |
5
(12) |
6
(13) |
7
|
|
8
(2) |
9
(21) |
10
(19) |
11
(2) |
12
(9) |
13
(22) |
14
(1) |
|
15
(1) |
16
(12) |
17
(5) |
18
(6) |
19
(7) |
20
(13) |
21
(6) |
|
22
(3) |
23
(14) |
24
(15) |
25
(7) |
26
(16) |
27
(7) |
28
(6) |
|
29
(1) |
30
(12) |
31
(3) |
|
|
|
|
|
From: Stefan v. d. W. <st...@su...> - 2006-10-12 23:50:59
|
Hi all
First, a small bug:
In [4]: s =3D subplot(121)
In [5]: getp(s.get_frame())
-------------------------------------------------------------------------=
--
exceptions.TypeError Traceback (most rece=
nt call last)
/home/stefan/work/scipy/debug/<ipython console>=20
/home/stefan/lib/python2.4/site-packages/matplotlib/artist.py in getp(o, =
*args)
410=20
411 if len(args)=3D=3D0:
--> 412 print '\n'.join(insp.pprint_getters())
413 return
414=20
/home/stefan/lib/python2.4/site-packages/matplotlib/artist.py in pprint_g=
etters(self)
377 try: val =3D func()
378 except: continue
--> 379 if hasattr(val, 'shape') and len(val)>6:
380 s =3D str(val[:6]) + '...'
381 else:
TypeError: len() of unsized object
One way to fix this would be to change line 379 in artist.py from
if hasattr(val, 'shape') and len(val)>6:
to
if hasattr(val, 'size') and val.size > 6:
Now on to my real question. Say I have a screen of 4x4 subplots,
created with subplot(221). I'd like to be able to split the screen
as such:
__ __
| | |
| | |
|--| |
| | |
|__|__|
I.e., to draw in the window on the right:
subplot(2,2,[2,4])
Is there currently an easy way to do this, or would I have to combine
axes manually?
Any tips appreciated!
Thanks
St=E9fan
|
|
From: R. P. S. <R.S...@um...> - 2006-10-12 22:58:02
|
I was able to install from the .egg file. I'm still getting the same
error when attempting to import though. Namely:
>>>from pylab import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib-0.87.6-py2.5-macosx-10.3-fat.egg/pylab.py",
line 1, in <module>
from matplotlib.pylab import *
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib-0.87.6-py2.5-macosx-10.3-fat.egg/matplotlib/pylab.py",
line 220, in <module>
new_figure_manager, draw_if_interactive, show = pylab_setup()
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib-0.87.6-py2.5-macosx-10.3-fat.egg/matplotlib/backends/__init__.py",
line 23, in pylab_setup
globals(),locals(),[backend_name])
File
"/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/matplotlib-0.87.6-py2.5-macosx-10.3-fat.egg/matplotlib/backends/backend_wxagg.py",
line 19, in <module>
import wx
ImportError: No module named wx
Do I need to download and install the wx module or is there a way to
check and see if I have another backend available that I can use with
matplotlib and a way to tell matplotlib to use it?
--
R. Padraic Springuel
Teaching Assistant
Department of Physics and Astronomy
University of Maine
Bennett 309
Office Hours: Wednesday 2-3pm
|
|
From: Christian D. O. <chr...@gm...> - 2006-10-12 22:21:28
|
Hi,
due to limited white space in my figures, I would like to be
able to split up a single big legend into multiple (usually 2) smaller ones.
###############################
Example (adapted from simple_plot.py):
from pylab import *
t = arange(0.0, 2.0, 0.01)
s = sin(2*pi*t)
plot(t, s, linewidth=1.0)
s = sin(4*pi*t)
plot(t, s, color='r',linewidth=1.0)
grid(True)
mylegend = legend(('Graph 1','Graph 2'),
loc='lower right',axespad=0.07,labelsep=0.04)
# modify legend
mylegend.draw_frame(False)
mylegendtext = mylegend.get_texts()
mylegendlines = mylegend.get_lines()
setp(mylegendtext, fontsize=15)
setp(mylegendlines, linewidth=1.2)
show()
##############################
I would like to split the legend up to into two.
One for "Graph 1" and one for "Graph 2" to be
able to place them where white space is available.
Is there an easy way to do this in matplotlib?
Thanks.
- Christian
P.S.: I have asked the same question 3 months ago and did not get
any replies. Perhaps someone else has stumbled over this by now...
|
|
From: Louis P. <pe...@an...> - 2006-10-12 21:37:22
|
In order get pylab to work on my Mac I have to do the following (found
by some experimenting):
import matplotlib
matplotlib.use("WXAgg")
import pylab
Does this seem right? I mean, it works, but it seems to be a little
gymnastics to go through rather than just doing
import pylab
which gives
ImportError: No module named gobject
since it can't seem to find that backend in the "backend" directory when
it tries to import backend_gtkagg.py. I guess that doesn't work on the
Mac.
My setup: (Tiger 10.4) Al Laptop, Python 2.4, latest pylab from SciPy
package.
--
Cheers,
Lou Pecora
Code 6362
Naval Research Lab
Washington, DC 20375
USA
Ph: +202-767-6002
email: pe...@an...
|
|
From: John H. <jdh...@ac...> - 2006-10-12 21:11:24
|
>>>>> "Xavier" =3D=3D Xavier Gnata <gn...@ob...> writes:
Xavier> Hi, Matplotlib svn tree does not compile anymore since a
Xavier> few days :
Have you upgraded your compiler recently? It compiles fine for me
with an older version
> gcc --version
gcc (GCC) 3.3.5 (Debian 1:3.3.5-8ubuntu2.1)
Xavier> C++ ./CXX/Objects.hxx:1938: error: parse error in template
Xavier> argument list ./CXX/Extensions.hxx: In constructor
Xavier> =F8Py::PythonExtension<T>::PythonExtension() [with T =3D
Xavier> Py::ExtensionModuleBasePtr]=F9: CXX/cxx_extensions.cxx:90:
Xavier> instantiated from here ./CXX/Extensions.hxx:477: warning:
Nothing in this part of the code has changed for a while -- when was
the last time you successfully compiled. Can you try compiling an
older revision to figure out if something in the code base has changed
or something in your compiler/platform
> svn log CXX/Objects.hxx
------------------------------------------------------------------------
r2778 | cmoad | 2006-09-20 20:03:00 -0500 (Wed, 20 Sep 2006) | 2 lines
Applied python2.5 build patch submitted on SF
------------------------------------------------------------------------
r1697 | jdh2358 | 2005-08-31 14:13:44 -0500 (Wed, 31 Aug 2005) | 2
lines
added strip chart example
------------------------------------------------------------------------
r1070 | jdh2358 | 2005-03-11 14:00:59 -0600 (Fri, 11 Mar 2005) | 2
lines
upgraded cxx
The most likely candidate that is screwing you up is the r2778 so you
might try a revision before and after that. What python are you using
-- this patch was applied to fix a python2.4 bug.
JDH
|
|
From: Xavier G. <gn...@ob...> - 2006-10-12 20:50:04
|
Hi, Matplotlib svn tree does not compile anymore since a few days : gcc: CXX/cxx_extensions.cxx cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ ./CXX/Objects.hxx:1938: error: parse error in template argument list ./CXX/Extensions.hxx: In constructor ‘Py::PythonExtension<T>::PythonExtension() [with T = Py::ExtensionModuleBasePtr]’: CXX/cxx_extensions.cxx:90: instantiated from here ./CXX/Extensions.hxx:477: warning: right-hand operand of comma has no effect cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ ./CXX/Objects.hxx:1938: error: parse error in template argument list ./CXX/Extensions.hxx: In constructor ‘Py::PythonExtension<T>::PythonExtension() [with T = Py::ExtensionModuleBasePtr]’: CXX/cxx_extensions.cxx:90: instantiated from here ./CXX/Extensions.hxx:477: warning: right-hand operand of comma has no effect error: Command "gcc -pthread -fno-strict-aliasing -DNDEBUG -g -O2 -Wall -Wstrict-prototypes -fPIC -Isrc -I. -I/usr/local/include -I/usr/include -I. -I/usr/include/python2.4 -c CXX/cxx_extensions.cxx -o build/temp.linux-i686-2.4/CXX/cxx_extensions.o -DNUMARRAY=1" failed with exit status 1 gcc -v : gcc version 4.1.2 Am I missing something? Xavier. -- ############################################ Xavier Gnata CRAL - Observatoire de Lyon 9, avenue Charles André 69561 Saint Genis Laval cedex Phone: +33 4 78 86 85 28 Fax: +33 4 78 86 83 86 E-mail: gn...@ob... ############################################ |
|
From: Alan I. <ai...@am...> - 2006-10-12 16:40:53
|
On Thu, 12 Oct 2006, Lionel Roubeyrie wrote:=20 > here the third version of windrose.py=20 This is great. I think moving the labels farther out would be nicer (e.g., http://www.pscleanair.org/airq/windrose/default.aspx ) Cheers, Alan Isaac |
|
From: Lionel R. <lro...@li...> - 2006-10-12 15:24:48
|
Hi all, continuing on the windroses, here the third version of windrose.py, with two others styles (line and bar2 (is it what you want Derek?)). I want to know how it's possible to modify the legends to be on axes, and not on the figure like in the ex4.png subplots example. I have another problem with set_rgrids, setting set_axisbelow True or False doesn't change anything, is there a special way to make it working? Thanks -- Lionel Roubeyrie - lro...@li... LIMAIR http://www.limair.asso.fr |
|
From: John R. <jru...@ti...> - 2006-10-12 11:31:43
|
I've been working to get stacked area plots working. The basic plotting was pretty easy, but getting good readable legends for the colors has been a nightmare. Perhaps if I share what I've done, someone will have some suggestions. My code is attached. The only way I've come up with to get a readable legend is to cheat and use a table with a cell per series. If I just do this in the naive way, the table ends up on top of the x axis label text. So I put it into a subplot. Then I seem to have trouble controlling the the size of the table and cell font size. If I render with gtk and resize the window, why doesn't the text resize to take advantage of the new cell sizes? Also, is there a better way to come up with a color set for the filled areas. Ideally, I'd get a set of N distinct light (because you want to read black foregroudn text) colors that would be fairly easy to identify. It seems like I'm fighting the wrong battle. Thanks in advance for suggestions. |