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) |
2
(6) |
3
(4) |
4
(2) |
5
(6) |
6
(1) |
7
(1) |
|
8
|
9
(17) |
10
(5) |
11
(15) |
12
(5) |
13
(7) |
14
|
|
15
(3) |
16
(2) |
17
(8) |
18
(16) |
19
(15) |
20
(4) |
21
(1) |
|
22
(3) |
23
|
24
(1) |
25
(3) |
26
(2) |
27
(7) |
28
(1) |
|
29
|
30
(12) |
31
(7) |
|
|
|
|
|
From: Todd M. <jm...@st...> - 2004-08-31 21:51:11
|
Release Name: matplotlib-0.62.4 Notes: What's new in matplotlib-0.62 -=20 You can read this in html with hyperlinks at http://matplotlib.sf.net/whats.new.html. * interactive support in ipython http://ipython.scipy.org with ipython -pylab, which detects your backend and loads the appropriate interactive, threaded shell, as well as all of matplotlib.matlab and numerix. Requires ipython-0.6.3. Backend status summary: linux (all backends working), OSX (tkagg and gtk* work), win32 (tkagg only). Thanks Fernando Perez! * Excellent improvements in log ticking and formatting. You can now do log plots in any base with major and minor tick support. You can easily customize the location of the minor ticks with the subs arguments. Mathtext exponential labeling for log plots. Thanks Darren Dale and Gregory Lielens. See the new screenshot and example - http://matplotlib.sf.net/screenshots.html#log_shot and help for the semilogx, semilogy and loglog. # base 16 semilog x plot with minor ticks on the 2s, 4s and 8s semilogx(x,y, basex=3D16, subsx=3D[2,4,8]) * Mathtext now more than 5x faster. Thanks to Paul Mcguire for optimizations in both pyparsing and the matplotlib grammar! Warning, mathtext broken on python2.2. We hope to fix this soon. * fltkagg backend - alpha. Gregory Lielens submitted an fltkagg backend which requires CVS pyfltk. Feedback please! * Bug fixes: fixed some image edge effects, a ttf read problem in backend_ps on win32, several errorbar problems, a HOME dir bug on win32, grid w/o args now toggle grid state, multiple imshows with different extents, markerface color as RGB tulple Downloads at http://sourceforge.net/projects/matplotlib -------------------------------------------------------------------------= ------- Changes: 2004-08-30 matplotlib 0.62.4 released 2004-08-30 Fixed a multiple images with different extent bug, Fixed markerfacecolor as RGB tuple 2004-08-27 Mathtext now more than 5x faster. Thanks to Paul Mcguire for fixes both to pyparsing and to the matplotlib grammar! mathtext broken on python2.2 2004-08-25 Exposed Darren's and Greg's log ticking and formatting options to semilogx and friends 2004-08-23 Fixed grid w/o args to toggle grid state - JDH 2004-08-11 Added Gregory's log patches for major and minor ticking 2004-08-18 Some pixel edge effects fixes for images 2004-08-18 Fixed TTF files reads in backend_ps on win32. =20 2004-08-18 Added base and subs properties for logscale plots, user modifiable using set_[x,y]scale('log',base=3Db,subs=3D[mt1,mt2,...]) - GL 2004-08-18 fixed a bug exposed by trying to find the HOME dir on win32 thanks to Alan Issac for pointing to the light - JDH 2004-08-18 fixed errorbar bug in setting ecolor - JDH 2004-08-12 Added Darren Dale's exponential ticking patch 2004-08-11 Added Gregory's fltkagg backend -------------------------------------------------------------------------= -------Special numarray Note:The windows installers for the numarray = version of=20 matplotlib will be unavailable until some time next=20 week due to the untimely death of Todd Miller's PC. |
|
From: Ray S. <rj...@bl...> - 2004-08-31 18:04:24
|
> I suggest you start with > <http://matplotlib.sourceforge.net/examples/embedding_in_wx2.py>http://matplotlib.sourceforge.net/examples/embedding_in_wx2.py and > perturb off of that. I can"t take a close look at your code right > now, but this should get you started. > > Cheers, > JDH Hi, and thanks for the reply. The code was stripped out of embedding_in_wx.py; the version I have did not have embedding_in_wx2.py included... I upgraded to matplotlib-0.61.0.win32-py2.2 This (mostly) Boa generated code now does work similarly (no toolbar): __________________________________________________________________ #Boa:Frame:wxFrame1 from wxPython.wx import * from matplotlib.numerix import arange, sin, pi import matplotlib matplotlib.use('WX') from matplotlib.backends.backend_wx import FigureCanvasWx as FigureCanvas #from matplotlib.backends.backend_wx import NavigationToolbar2Wx from matplotlib.figure import Figure from wxPython.wx import * def create(parent): return wxFrame1(parent) [wxID_WXFRAME1] = map(lambda _init_ctrls: wxNewId(), range(1)) class wxFrame1(wxFrame): def _init_ctrls(self, prnt): # generated method, don't edit wxFrame.__init__(self, id=wxID_WXFRAME1, name='', parent=prnt, pos=wxPoint(66, 66), size=wxSize(391, 312), style=wxDEFAULT_FRAME_STYLE, title='wxFrame1') self.SetClientSize(wxSize(383, 285)) def __init__(self, parent): self._init_ctrls(parent) self.SetBackgroundColour(wxNamedColor("WHITE")) self.figure = Figure() self.axes = self.figure.add_subplot(111) t = arange(0.0,3.0,0.01) s = sin(2*pi*t) self.axes.plot(t,s) self.canvas = FigureCanvas(self, -1, self.figure) self.sizer = wxBoxSizer(wxVERTICAL) self.sizer.Add(self.canvas, 1, wxLEFT | wxTOP | wxGROW) self.SetSizer(self.sizer) self.Fit() def OnPaint(self, event): self.canvas.draw() Ray http://rjs.org |
|
From: Vittorio P. <re...@em...> - 2004-08-31 12:58:39
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I've packaged a new version of python-matplotlib and ipython, you can find my packages at this address: deb http://anakonda.altervista.org/debian packages/ deb-src http://anakonda.altervista.org/debian sources/ # apt-get install python-matplotlib python-matplotlib-doc ipython P.S. python-matplotlib-doc isn't complete because pydoc exits with a segfault when I build documentation, I'm investigating on this... - -- /Vittorio Palmisano/ Home Page: http://redclay.altervista.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBNHZjpT6bvDtyXOIRAmdSAKCeCdL+LKWEoZe86XqGXaKpyGQUzwCfSWz6 fZPWvFkHuv40FVbpXdUUveo= =mUTV -----END PGP SIGNATURE----- -- Email.it, the professional e-mail, gratis per te: http://www.email.it/f Sponsor: E' iniziata l'era del fax virtuale! Si chiama EmailFax IN e significa: affidabilità, semplicità, qualità e risparmio. * Clicca per saperne di più Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=1570&d=31-8 |
|
From: redclay <re...@em...> - 2004-08-31 12:01:09
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I've packaged a new version of python-matplotlib and ipython, you can find my packages at this address: deb http://anakonda.altervista.org/debian packages/ deb-src http://anakonda.altervista.org/debian sources/ # apt-get install python-matplotlib python-matplotlib-doc ipython P.S. python-matplotlib-doc isn't complete because pydoc exits with a segfault when I build documentation, I'm investigating on this... - -- /Vittorio Palmisano/ Home Page: http://redclay.altervista.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFBNFq/pT6bvDtyXOIRAqLtAKCvofM7S4LEBD6grWC0zAkghzsCaQCgoV3T q4+FEtMxwotTJ4MnW+JNrF0= =3fLp -----END PGP SIGNATURE----- |
|
From: John H. <jdh...@ac...> - 2004-08-31 04:20:29
|
>>>>> "Ray" == Ray Schumacher <rj...@bl...> writes:
Ray> Hi all, I've been looking at matplotlib, as I'm using
Ray> wxPyPlot and want a bit more...
Ray> Q1: Has anyone used matplotlib with Boa, and, as a Plug-in?
Ray> Q2: In the code below, (and with/from the example) I'm trying
Ray> to simply display a plot, no toolbar, sizer etc. The canvas
Ray> appears on the panel, but no plot appears. What am I missing?
I suggest you start with
http://matplotlib.sourceforge.net/examples/embedding_in_wx2.py and
perturb off of that. I can't take a close look at your code right
now, but this should get you started.
Cheers,
JDH
|
|
From: John H. <jdh...@ac...> - 2004-08-31 04:19:02
|
>>>>> "GHubert" == Hubert Hickman <hu...@tc...> writes:
GHubert> Hello, I am trying to construct a plot that is a barchart
GHubert> with the X-axis being dates. I have used the plot_dates
GHubert> to generated line plots that look great, however, other
GHubert> than turning the dates into integers myself I cannot
GHubert> figure out a way to do a barchart with dates as the
GHubert> Xaxis.
GHubert> Has anyone done one of these - I am using the wxPython
GHubert> backend, if that matters.
I suggest you use integer (epoch) dates on the x axis of the bar as
provided by a datetime converter (see
http://matplotlib.sourceforge.net/matplotlib.dates.html) and then use
one of the many matplotlib datetime tick locators and formatters which
know how to format these epoch dates. With any axes, you can set a
custom tick locator and/or formatter. This is, in fact, what
plot_date does; see also
http://matplotlib.sourceforge.net/matplotlib.ticker.html and see the
examples (from http//matplotlib.sf.net/examples or in the matplotlib
src distribution in the examples subdir)
custom_ticker1.py
major_minor_demo1.py
and major_minor_demo2.py
and take a look at the src code of the plot_date function in
matplotlib/axes.py for an example of using date tickers and
formatters.
Sorry I can't be of more help right now but I'm short on time; perhaps
someone else can provide a concrete example.
Cheers,
JDH
|
|
From: John H. <jdh...@ac...> - 2004-08-31 04:13:05
|
>>>>> "Xavier" == Xavier MERIAUX <Me...@mr...> writes:
Xavier> Hi, I am a new user of matplotlib. I have already plot
Xavier> some data whit it but, I can't find the way to control the
Xavier> axis scales ... I know how to define the min/max number
Xavier> for each axis. Is it possible to define the intermediate
Xavier> scale values ?? For example , the x - axis marks are
Xavier> (automatically) choosen :0 , 0.2 , 0.4 , 0.6 , 0.8 , 1.0
Xavier> Can I have instead the values 0, 0.5 , 1.0 written on the
Xavier> axis ?
You can set the xticks with the following.
set(gca(), xticks=[0, 0.5 , 1.0])
If you haven't had a chance yet to read the tutorial at
http://matplotlib.sourceforge.net/tutorial.html, it should help
somewhat. See the section "Controlling axes properties"
Cheers,
John Hunter
|