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
|
3
(6) |
4
(2) |
5
(7) |
6
(9) |
7
(8) |
8
(1) |
|
9
(1) |
10
(1) |
11
(11) |
12
(1) |
13
(11) |
14
(7) |
15
(1) |
|
16
|
17
|
18
(1) |
19
|
20
(1) |
21
(2) |
22
(1) |
|
23
(1) |
24
(2) |
25
(3) |
26
(2) |
27
(2) |
28
(2) |
29
(5) |
|
30
(1) |
|
|
|
|
|
|
|
From: Eric F. <ef...@ha...> - 2013-06-06 20:24:42
|
On 2013/06/06 2:08 AM, Julien Cornebise wrote:
> Dear all
>
> I am puzzled: in the following code, when I call clim() *after* having
> created 3 subplots, only the last subplot takes the new limits into
> account. All other subplots ignore it. Xlim(), on the countrary, works
> as intended. Everything works fine when I set the clim() at creation time.
I see what the problem is, so I expect to come up with a PR for it in a
day or two.
In the meantime, as a workaround, change your clim() line to:
plt.gca()._gci().set_clim((5,10))
Eric
|
|
From: Eric F. <ef...@ha...> - 2013-06-06 19:57:56
|
On 2013/06/06 2:08 AM, Julien Cornebise wrote:
> Dear all
>
> I am puzzled: in the following code, when I call clim() *after* having
> created 3 subplots, only the last subplot takes the new limits into
> account. All other subplots ignore it. Xlim(), on the countrary, works
> as intended. Everything works fine when I set the clim() at creation time.
>
> Am I doing something wrong, or is this a bug, please ? Any help much
> appreciated !
It's a bug. Would you report it as an issue on github, please? (You
could wait 24 hours; if I come up with a PR for fix before then there
will be no need for the issue report.)
Eric
> The offending code is below. I use python 2.7.5
> andmatplotlib-1.3.x-py2.7-macosx-10.8-intel.egg
>
> Thanks for any help!
>
> __BEGIN_SOURCE___
>
> import matplotlib.pyplot as plt
> import numpy as np
>
> x = np.asarray([[1, 100, 20], [50, 1, 20], [20, 10, 5]])
>
> # Problem when setting clim *after* having created the two subplots:
> # only the last subplot honors the request
>
> # 1. Create the pcolormeshes in subplots
> h = plt.figure()
> for i in range(131, 134):
> plt.subplot(i)
> plt.pcolormesh(x)
> plt.colorbar()
> print(h.number)
>
> # 2. Now set the clim()
> plt.figure(h.number)
> for i in range(131, 134):
> plt.subplot(i)
> plt.clim((5,10))
> plt.xlim((2,3))
>
> plt.savefig('after_creation.png')
> plt.show()
>
> # No problem when setting clim *while* creating each subplot
> h = plt.figure()
> for i in range(131, 134):
> plt.subplot(i)
> plt.pcolormesh(x)
> plt.colorbar()
> plt.clim((5,10))
> plt.xlim((2,3))
>
> plt.savefig('while_creating.png')
> plt.show()
>
> __END_SOURCE___
>
>
> ------------------------------------------------------------------------------
> How ServiceNow helps IT people transform IT departments:
> 1. A cloud service to automate IT design, transition and operations
> 2. Dashboards that offer high-level views of enterprise services
> 3. A single system of record for all IT processes
> http://p.sf.net/sfu/servicenow-d2d-j
>
>
>
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
|
|
From: Benjamin R. <ben...@ou...> - 2013-06-06 16:41:01
|
On Thu, Jun 6, 2013 at 10:14 AM, Michael Droettboom <md...@st...> wrote: > By default (when interpolation="nearest") matplotlib is performing > nearest neighbor interpolation on the image to the request PDF dpi before > storing it in the file. This results in rows and columns of unequal size > because the ratio from the original image to the destination resolution is > likely not integral. > > You can set interpolation="none", which will pass the original image as-is > on to the file, but then we can't control the interpolation mode (since > there's no way to tell the PDF viewer what sort of interpolation to > perform), so that (usually) will result in bicubic interpolation, which is > probably not what you want. > > Mike > > >From experience, it seems that pcolor() or pcolormesh() works best for pdf's because it saves the polygons. You might need some tweaking to get it exactly right, but at least the pdf viewer won't smudge it all out. Cheers! Ben Root |
|
From: Michael D. <md...@st...> - 2013-06-06 14:14:28
|
By default (when interpolation="nearest") matplotlib is performing nearest neighbor interpolation on the image to the request PDF dpi before storing it in the file. This results in rows and columns of unequal size because the ratio from the original image to the destination resolution is likely not integral. You can set interpolation="none", which will pass the original image as-is on to the file, but then we can't control the interpolation mode (since there's no way to tell the PDF viewer what sort of interpolation to perform), so that (usually) will result in bicubic interpolation, which is probably not what you want. Mike On 06/06/2013 05:52 AM, Michiel de Hoon wrote: > Hi all, > > I am trying to draw a heatmap using matshow, which I then save as a PDF. > If I then zoom in in the PDF, I notice that different rows have different sizes, and different columns have different sizes. It seems that some rows/columns have twice the height/width as other rows/columns. > Attached is a screenshot of part of the PDF after zooming in. > Is there some way to force all rows / columns to have the same height/width? > > Best, > -Michiel. > > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. A cloud service to automate IT design, transition and operations > 2. Dashboards that offer high-level views of enterprise services > 3. A single system of record for all IT processes > http://p.sf.net/sfu/servicenow-d2d-j > > > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users |
|
From: Julien C. <jul...@gm...> - 2013-06-06 12:08:22
|
Dear all
I am puzzled: in the following code, when I call clim() *after* having
created 3 subplots, only the last subplot takes the new limits into
account. All other subplots ignore it. Xlim(), on the countrary, works as
intended. Everything works fine when I set the clim() at creation time.
Am I doing something wrong, or is this a bug, please ? Any help much
appreciated !
The offending code is below. I use python 2.7.5
andmatplotlib-1.3.x-py2.7-macosx-10.8-intel.egg
Thanks for any help!
__BEGIN_SOURCE___
import matplotlib.pyplot as plt
import numpy as np
x = np.asarray([[1, 100, 20], [50, 1, 20], [20, 10, 5]])
# Problem when setting clim *after* having created the two subplots:
# only the last subplot honors the request
# 1. Create the pcolormeshes in subplots
h = plt.figure()
for i in range(131, 134):
plt.subplot(i)
plt.pcolormesh(x)
plt.colorbar()
print(h.number)
# 2. Now set the clim()
plt.figure(h.number)
for i in range(131, 134):
plt.subplot(i)
plt.clim((5,10))
plt.xlim((2,3))
plt.savefig('after_creation.png')
plt.show()
# No problem when setting clim *while* creating each subplot
h = plt.figure()
for i in range(131, 134):
plt.subplot(i)
plt.pcolormesh(x)
plt.colorbar()
plt.clim((5,10))
plt.xlim((2,3))
plt.savefig('while_creating.png')
plt.show()
__END_SOURCE___
|
|
From: Sudheer J. <sud...@ya...> - 2013-06-06 10:38:14
|
Dear members, Is there a way to add error bar to pandas ts.plot object?. with best regards, Sudheer *************************************************************** Sudheer Joseph Indian National Centre for Ocean Information Services Ministry of Earth Sciences, Govt. of India POST BOX NO: 21, IDA Jeedeemetla P.O. Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) E-mail:sjo...@gm...;sud...@ya... Web- http://oppamthadathil.tripod.com *************************************************************** |
|
From: Michiel de H. <mjl...@ya...> - 2013-06-06 09:52:47
|
Hi all, I am trying to draw a heatmap using matshow, which I then save as a PDF. If I then zoom in in the PDF, I notice that different rows have different sizes, and different columns have different sizes. It seems that some rows/columns have twice the height/width as other rows/columns. Attached is a screenshot of part of the PDF after zooming in. Is there some way to force all rows / columns to have the same height/width? Best, -Michiel. |
|
From: Scott L. <sl...@sp...> - 2013-06-06 03:08:11
|
I have python 3.3.2 from python.org installed as a Framework. I set up a virtualenv to test the script $ virtualenv-3.3 mpl121 --no-site-packages $ .mpl121/bin/activate $ pip-3.3 install numpy $ pip-3.3 install matplotlib With this setup, key events are passed to the window behind the active plot window and no event is printed by the test script. Mouse clicks in the plot window do cause the script to print out the event. I even tried installing 1.4.x into the virtualenv with $ pip-3.3 install git+https://github.com/matplotlib/matplotlib.git#egg=matplotlib The key events were not printed out by the script. I tried creating a different virtualenv using --system-site-packages and the script failed to detect key events. If I deactivate the virtualenvs and run the script with matplotlib-1.4.x-py3.3-macosx-10.6-intel.egg in /Library/Frameworks/Python.framework/Versions/3.3/lib/python3.3/site-packages/ the key events are printed by the script. I'm not sure why using matplotlib from a virtualenv causes the key events to be ignored in my setup. I should have stated in my first reply that I used a virtualenv to test 1.2.1 and 1.3.0rc2 but not 1.4.x. Scott On Jun 5, 2013, at 7:49 PM, Michiel de Hoon <mjl...@ya...> wrote: > The script works for me with matplotlib-1.2.1 both with Python2 and with Python3 with the MacOSX backend. > To rule out the usual culprit, is your Python3 installed as a framework? > > Best, > -MIchiel. > > > ----- Original Message ----- > From: Scott Lasley <sl...@sp...> > To: "mat...@li..." <mat...@li...> > Cc: > Sent: Thursday, June 6, 2013 4:50 AM > Subject: Re: [Matplotlib-users] key_press_events on macosx > > > On Jun 5, 2013, at 2:51 PM, Matt Terry <mat...@gm...> wrote: > >> Hi, >> I'm working on a TextBox widget and have run into problems registering key_press_events with the macosx backend. button_press_events work, but key_press_events fail to trigger. If I change backends to tkAgg, everything triggers as expected. >> >> Can anyone reproduce this? >> Run the following script; click the figure and bang on the keyboard. Mouse clicks and keyboard clicks should echo on the screen. I'm using mpl 1.2.1 with Anaconda. >> >> -matt >> >> import pylab as plt >> plt.switch_backend('macosx') >> >> >> def print_event(event): >> print 'event', event >> >> ax = plt.subplot(111) >> fig = ax.figure >> >> x = range(10) >> ax.plot(x, x) >> # mouse clicks work on tkAgg & macosx >> fig.canvas.mpl_connect('button_press_event', print_event) >> # key presses only work on tkAgg >> fig.canvas.mpl_connect('key_press_event', print_event) >> >> plt.show() > > key_press_events in the script fail on my mac running OS X 10.8, python 3.3.2 from python.org and with both matplotlib 1.2.1 installed with pip and matplotlib-1.3.0rc2 from the matplotlib.org download page > > They do work with the latest matplotlib 1.4 from github > > hth, > Scott |
|
From: Matt T. <mat...@gm...> - 2013-06-06 01:23:48
|
I've only tested against the prepackaged python 2.7, mpl 1.2.1 in an
anaconda install. Anaconda is not a framework build.
On Jun 5, 2013 4:50 PM, "Michiel de Hoon" <mjl...@ya...> wrote:
> The script works for me with matplotlib-1.2.1 both with Python2 and with
> Python3 with the MacOSX backend.
> To rule out the usual culprit, is your Python3 installed as a framework?
>
> Best,
> -MIchiel.
>
>
>
>
>
> ----- Original Message -----
> From: Scott Lasley <sl...@sp...>
> To: "mat...@li..." <
> mat...@li...>
> Cc:
> Sent: Thursday, June 6, 2013 4:50 AM
> Subject: Re: [Matplotlib-users] key_press_events on macosx
>
>
> On Jun 5, 2013, at 2:51 PM, Matt Terry <mat...@gm...> wrote:
>
> > Hi,
> > I'm working on a TextBox widget and have run into problems registering
> key_press_events with the macosx backend. button_press_events work, but
> key_press_events fail to trigger. If I change backends to tkAgg,
> everything triggers as expected.
> >
> > Can anyone reproduce this?
> > Run the following script; click the figure and bang on the keyboard.
> Mouse clicks and keyboard clicks should echo on the screen. I'm using mpl
> 1.2.1 with Anaconda.
> >
> > -matt
> >
> > import pylab as plt
> > plt.switch_backend('macosx')
> >
> >
> > def print_event(event):
> > print 'event', event
> >
> > ax = plt.subplot(111)
> > fig = ax.figure
> >
> > x = range(10)
> > ax.plot(x, x)
> > # mouse clicks work on tkAgg & macosx
> > fig.canvas.mpl_connect('button_press_event', print_event)
> > # key presses only work on tkAgg
> > fig.canvas.mpl_connect('key_press_event', print_event)
> >
> > plt.show()
>
> key_press_events in the script fail on my mac running OS X 10.8, python
> 3.3.2 from python.org and with both matplotlib 1.2.1 installed with pip
> and matplotlib-1.3.0rc2 from the matplotlib.org download page
>
> They do work with the latest matplotlib 1.4 from github
>
> hth,
> Scott
>
> ------------------------------------------------------------------------------
> How ServiceNow helps IT people transform IT departments:
> 1. A cloud service to automate IT design, transition and operations
> 2. Dashboards that offer high-level views of enterprise services
> 3. A single system of record for all IT processes
> http://p.sf.net/sfu/servicenow-d2d-j
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
>
>
> ------------------------------------------------------------------------------
> How ServiceNow helps IT people transform IT departments:
> 1. A cloud service to automate IT design, transition and operations
> 2. Dashboards that offer high-level views of enterprise services
> 3. A single system of record for all IT processes
> http://p.sf.net/sfu/servicenow-d2d-j
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
|