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
(12) |
2
(14) |
3
(13) |
4
(6) |
|
5
(6) |
6
(21) |
7
(29) |
8
(30) |
9
(13) |
10
(4) |
11
(4) |
|
12
(4) |
13
(15) |
14
(22) |
15
(23) |
16
(23) |
17
(9) |
18
(23) |
|
19
(12) |
20
(10) |
21
(26) |
22
(5) |
23
(32) |
24
(5) |
25
(7) |
|
26
(4) |
27
(3) |
28
(19) |
29
(20) |
|
|
|
|
From: Jerzy K. <jer...@un...> - 2012-02-19 23:46:52
|
Jeff Whitakert : > Jose Guzman: >> ... >> >>> imshow(W, cmap=cm.binary) # W is a Numpy Array with shape (100,100) >> >> However, this does not work the way i would like (the ones appear >> very blur). I would need the correct representation of a grid where >> the possition 0,0 is simply the entry W[0,0] of my array. >> > > Jose: I think you need to add interpolation='nearest' to get rid of > the blurriness. A. This is one possibility. B. The - mentioned previously - matshow, is another one. C. figimage(W,cmap=cm.binary) is a third one ; here the scale is one to one in pixels, independently of the figsize. D. Specific backend image plotting is yet another one, if somebody needs really to work hard. Jerzy K. |
|
From: Jeff W. <js...@fa...> - 2012-02-19 22:39:21
|
On 2/19/12 1:18 PM, Jose Guzman wrote: > Dear matplotlib users, > > I am trying to plot a nxn symetric matrix containing zeros (in white) > and ones (in black). Quite simple, I guessed. For that I use imshow as > follows: > > >>> imshow(W, cmap=cm.binary) # W is a Numpy Array with shape (100,100) > > However, this does not work the way i would like (the ones appear very > blur). I would need the correct representation of a grid where the > possition 0,0 is simply the entry W[0,0] of my array. > > There should be an easy way to plot this matrix, bu I cannot figure it > out. > > Thanks for your help in advance. > > Jose Jose: I think you need to add interpolation='nearest' to get rid of the blurriness. -Jeff |
|
From: Eric F. <ef...@ha...> - 2012-02-19 20:47:37
|
On 02/19/2012 10:18 AM, Jose Guzman wrote: > Dear matplotlib users, > > I am trying to plot a nxn symetric matrix containing zeros (in white) > and ones (in black). Quite simple, I guessed. For that I use imshow as > follows: > > >>> imshow(W, cmap=cm.binary) # W is a Numpy Array with shape (100,100) > > However, this does not work the way i would like (the ones appear very > blur). I would need the correct representation of a grid where the > possition 0,0 is simply the entry W[0,0] of my array. > > There should be an easy way to plot this matrix, bu I cannot figure it out. Did you try matshow? Eric > > Thanks for your help in advance. > > Jose > > > > ------------------------------------------------------------------------------ > Virtualization& Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > > > > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users |
|
From: Jose G. <sjm...@go...> - 2012-02-19 20:20:06
|
Dear matplotlib users, I am trying to plot a nxn symetric matrix containing zeros (in white) and ones (in black). Quite simple, I guessed. For that I use imshow as follows: >>> imshow(W, cmap=cm.binary) # W is a Numpy Array with shape (100,100) However, this does not work the way i would like (the ones appear very blur). I would need the correct representation of a grid where the possition 0,0 is simply the entry W[0,0] of my array. There should be an easy way to plot this matrix, bu I cannot figure it out. Thanks for your help in advance. Jose |
|
From: Limping_Twerp <kai...@go...> - 2012-02-19 18:54:42
|
Hey guys,
how do I configure my plot in a way that there arent framed axes but cross -
section -axes? I talk about this
|
|
|
|
|
____________|______________
|
|
|
|
|
Any help?
--
View this message in context: http://old.nabble.com/Cross-Section-Axes-%28Not-framed%29-tp33353010p33353010.html
Sent from the matplotlib - users mailing list archive at Nabble.com.
|
|
From: John H. <jd...@gm...> - 2012-02-19 16:53:55
|
On Sun, Feb 19, 2012 at 10:15 AM, Jerzy Karczmarczuk < jer...@un...> wrote: > I believe that the list owners will have to strenghten some tools to > fight against all those shameless spammers. > > I wade through about 20 gated messages a day in the mpl administrative interface. 90% are spam, the remainder are legitimate. Most spammers just post to the list without bothering to subscribe, so we catch most of them in the administrative interface. Apparently "debl" either subscribed or hijacked the account of a subscriber. I think we get no more than a few spams a year, so we aren't doing too badly. The vacation auto-responders are getting to be an annoyance though -- any of you who use them please configure them not to respond to mailing list traffic. i unsubscripted debl, our most recent spammer, so we'll see how that works. JDH |
|
From: Jerzy K. <jer...@un...> - 2012-02-19 16:15:52
|
I believe that the list owners will have to strenghten some tools to fight against all those shameless spammers. Jerzy Karczmarczuk |
|
From: <de...@ve...> - 2012-02-19 16:04:58
|
This is very effective http://hyset.com.ar/message.php?Catherine I liked it. |
|
From: yamiddu <ya...@gm...> - 2012-02-19 15:41:59
|
Hi all, I just tried to use the uplims=True option in matplotlib errorbars to plot some upper limits, and it turns out that the arrow is upward directed... Now, an upper limit should mean that the measurement of a certain quantity has excluded all higher values and that the true value may be smaller than the limit set, i.e. the arrow should be directed downward. Isn't it? same thing for the lolims option, in that case arrows should be directed upwards. or is there something I'm missing? -- View this message in context: http://old.nabble.com/errorbar-uplims-and-lolims-reversed--tp33352206p33352206.html Sent from the matplotlib - users mailing list archive at Nabble.com. |
|
From: Ray O. <RO...@an...> - 2012-02-19 14:03:10
|
I think you're right. Even if there is a work-around, it can't be right for the colorbar to change without affecting the image. I've filed issue #708. Thanks, Ray On Feb 19, 2012, at 4:37 AM, Jae-Joon Lee wrote: > As far as I can see, this is a bug of matplolib, although calling a set_data work around this. Can you open a bug report in our github repo? > > -JJ > 2012. 2. 18. 오후 10:12에 "Ray Osborn" <RO...@an...>님이 작성: > You're exactly right. That does fix it. Unfortunately, it means I have to refactor some of my code because the Pyside slot doesn't currently have access to the original data, but that's not a huge deal. > > Thanks, > Ray > > On Feb 18, 2012, at 4:35 AM, Jerzy Karczmarczuk wrote: > > > Ray Osborn: > >> > >> OK - it turns out I can reproduce it in a simple ipython session using ipython --pylab=qt. > >> > >> I set up an image plot as follows: > >> > >> import numpy as np > >> import matplotlib.pyplot as plt > >> from matplotlib.image import NonUniformImage > >> > >> x=y=np.linspace(0,2*np.pi,101) > >> X,Y=np.meshgrid(x,y) > >> z=sin(X)*sin(Y) > >> > >> ax=plt.gca() > >> extent = (x[0],x[-1],y[0],y[-1]) > >> im = NonUniformImage(ax, extent=extent, origin=None) > >> im.set_data(x,y,z) > >> > >> ax.images.append(im) > >> ax.set_xlim(x[0],x[-1]) > >> ax.set_ylim(y[0],y[-1]) > >> > >> plt.colorbar(im) > >> > >> plt.gcf().canvas.draw() > >> > >> > >> After that, I try to change the color scale using: > >> > >> im.set_clim(0,0.5) > >> plt.gcf().canvas.draw() > >> > >> The colorbar changes scale, but the plot is untouched. Is that the expected behavior? > >> > >> Thanks, > >> Ray > > > > Try, perhaps, after set_clim, to reinstall the data: > > > > im.set_data(x,y,z) > > plt.gcf().canvas.draw() > > > > = > > > > Jerzy Karczmarczuk > > > > ------------------------------------------------------------------------------ > > Virtualization & Cloud Management Using Capacity Planning > > Cloud computing makes use of virtualization - but cloud computing > > also focuses on allowing computing to be delivered as a service. > > http://www.accelacomm.com/jaw/sfnl/114/51521223/_______________________________________________ > > Matplotlib-users mailing list > > Mat...@li... > > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > -- > Ray Osborn > Materials Science Division > Argonne National Laboratory > Argonne, IL 60439, USA > Phone: +1 (630) 252-9011 > Email: RO...@an... > > > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Ray Osborn Materials Science Division Argonne National Laboratory Argonne, IL 60439, USA Phone: +1 (630) 252-9011 Email: RO...@an... |
|
From: Jae-Joon L. <lee...@gm...> - 2012-02-19 10:37:19
|
As far as I can see, this is a bug of matplolib, although calling a set_data work around this. Can you open a bug report in our github repo? -JJ 2012. 2. 18. 오후 10:12에 "Ray Osborn" <RO...@an...>님이 작성: > You're exactly right. That does fix it. Unfortunately, it means I have to > refactor some of my code because the Pyside slot doesn't currently have > access to the original data, but that's not a huge deal. > > Thanks, > Ray > > On Feb 18, 2012, at 4:35 AM, Jerzy Karczmarczuk wrote: > > > Ray Osborn: > >> > >> OK - it turns out I can reproduce it in a simple ipython session using > ipython --pylab=qt. > >> > >> I set up an image plot as follows: > >> > >> import numpy as np > >> import matplotlib.pyplot as plt > >> from matplotlib.image import NonUniformImage > >> > >> x=y=np.linspace(0,2*np.pi,101) > >> X,Y=np.meshgrid(x,y) > >> z=sin(X)*sin(Y) > >> > >> ax=plt.gca() > >> extent = (x[0],x[-1],y[0],y[-1]) > >> im = NonUniformImage(ax, extent=extent, origin=None) > >> im.set_data(x,y,z) > >> > >> ax.images.append(im) > >> ax.set_xlim(x[0],x[-1]) > >> ax.set_ylim(y[0],y[-1]) > >> > >> plt.colorbar(im) > >> > >> plt.gcf().canvas.draw() > >> > >> > >> After that, I try to change the color scale using: > >> > >> im.set_clim(0,0.5) > >> plt.gcf().canvas.draw() > >> > >> The colorbar changes scale, but the plot is untouched. Is that the > expected behavior? > >> > >> Thanks, > >> Ray > > > > Try, perhaps, after set_clim, to reinstall the data: > > > > im.set_data(x,y,z) > > plt.gcf().canvas.draw() > > > > = > > > > Jerzy Karczmarczuk > > > > > ------------------------------------------------------------------------------ > > Virtualization & Cloud Management Using Capacity Planning > > Cloud computing makes use of virtualization - but cloud computing > > also focuses on allowing computing to be delivered as a service. > > > http://www.accelacomm.com/jaw/sfnl/114/51521223/_______________________________________________ > > Matplotlib-users mailing list > > Mat...@li... > > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > -- > Ray Osborn > Materials Science Division > Argonne National Laboratory > Argonne, IL 60439, USA > Phone: +1 (630) 252-9011 > Email: RO...@an... > > > > > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |
|
From: Eric F. <ef...@ha...> - 2012-02-19 00:07:41
|
On 02/18/2012 01:44 PM, fra...@hu... wrote:
> Hello all.
>
> I have a rather long code and get always a strange error:
>
> can't invoke "event" command: application has been destroyed
> while executing
> "event generate $w <<ThemeChanged>>"
> (procedure "ttk::ThemeChanged" line 6)
> invoked from within
> "ttk::ThemeChanged"
>
>
> The code is too long but I found some other code that produces exactly
> same type of error (see below).
>
> Does anybody have an idea what can be done in this case? Thx for
> some help.
>
> Frank.
>
> I use: Ubuntu 10.10, 64 bit, Tkinter, Python 2.6, etc ...
Confirmed with mpl master, ubuntu 11.04. It seems to be a harmless
glitch in Tk. It is triggered by making a figure and then closing it;
it does not matter whether anything is drawn in the figure. So the
example can be condensed even more to:
import matplotlib.pyplot as plt
fig1 = plt.figure()
plt.close(fig1)
fig2 = plt.figure()
plt.plot(range(10), 'bo')
plt.title('This figure will be shown')
plt.show()
Eric
>
> ***************************************************************
>
> import matplotlib.pyplot as plt
>
> fig1 = plt.figure()
> plt.plot(range(10), 'ro-')
> plt.title('This figure will be saved but not shown')
> fig1.savefig('fig1.png')
> plt.close(fig1)
>
> fig2 = plt.figure()
> plt.plot(range(10), 'bo')
> plt.title('This figure will be shown')
>
> plt.show()
>
>
>
> ------------------------------------------------------------------------------
> Virtualization& Cloud Management Using Capacity Planning
> Cloud computing makes use of virtualization - but cloud computing
> also focuses on allowing computing to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
>
>
>
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
|