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
(10) |
2
(10) |
3
(8) |
4
(6) |
5
(10) |
6
(1) |
7
(3) |
|
8
|
9
(5) |
10
(4) |
11
(9) |
12
(6) |
13
(12) |
14
(3) |
|
15
(2) |
16
(13) |
17
(7) |
18
(14) |
19
(7) |
20
(3) |
21
(1) |
|
22
|
23
(8) |
24
(6) |
25
(3) |
26
(5) |
27
(10) |
28
(5) |
|
29
(1) |
30
(7) |
|
|
|
|
|
|
From: Jason G. <jas...@cr...> - 2012-04-17 22:28:50
|
On 4/15/12 10:12 AM, Jae-Joon Lee wrote: > Unfortunately, this is something that I haven't considered when > implementing the FancyArrowPatch. > As you may know, FancyArrowPatch is a single patch object (at least > viewed from outside), so you cannot have multiple linestyles that can > be set by users. > > So, one option is to change the implementation to use a hard-coded > line style for arrow heads, but this is not straight forward in fact. That was my conclusion as well. Thanks for confirming. > > Another option is to use custom path effects. Attached is a modified > version of your script with this approach. > Although this makes your code more complicated, this could be the most > straight forward way. Awesome. I've submitted a patch to Sage with your example (and credited you as an author): http://trac.sagemath.org/sage_trac/ticket/12852 Thanks, Jason |
|
From: Fernando P. <fpe...@gm...> - 2012-04-17 20:20:32
|
Hi folks, A number of you expressed interest in attending the PyData workshop last month and unfortunately we had very tight space restrictions. But thanks to the team at Marakana, who pitched in and were willing to film, edit and post videos for many of the talks, you can access them all here: http://marakana.com/s/2012_pydata_workshop,1090/index.html They are in 720p so you can actually read the terminals, though I think you have to click the YouTube link to be able to change the resolution. Enjoy! f |
|
From: Benjamin R. <ben...@ou...> - 2012-04-17 12:41:30
|
On Tue, Apr 17, 2012 at 3:16 AM, Sameer Grover <sam...@gm...>wrote: > On Tuesday 17 April 2012 12:36 PM, Abhishek Pratap wrote: > > Hi Guys > > I am starting to render plots with matplotlib as I learn both python and > this interesting plotting library. I need help with a custom plot for a > problem I am working on. May be there is an inbuilt function already. > > Problem: > I am trying to draw a table(rectangle) as a plot with 96 individual cells > ( 8 rows X 12 cols). Color each alternative cell with a specific color ( > like a chess board : instead of black I will use some other color) and > insert value for each cell from a pandas data frame or python dictionary. > Show the col and row labels on the side. > > Sample Data: http://pastebin.com/N4A7gWuH > > Appreciate your input. > > Thanks! > -Abhi > > > ------------------------------------------------------------------------------ > Better than sec? Nothing is better than sec when it comes to > monitoring Big Data applications. Try Boundary one-second > resolution app monitoring today. Free.http://p.sf.net/sfu/Boundary-dev2dev > > > > _______________________________________________ > Matplotlib-users mailing lis...@li...://lists.sourceforge.net/lists/listinfo/matplotlib-users > > I think you'll need to use the function imshow with interpolation set to > None. > Sameer > > Actually, interpolation set to 'none', not the Python None. Here is some code: a = np.zeros((8 * 12, 3)) a[::2, 0] = 1.0 # red a[1::2, 2] = 0.75 # blue a.shape = (8, 12, 3) plt.imshow(a, interpolation='none') plt.show() Note that there is currently a bug in plt.imsave() that makes saving this throw an exception (but you can still save using fig.savefig()). Cheers! Ben Root |
|
From: Ian T. <ian...@gm...> - 2012-04-17 09:42:13
|
On 16 April 2012 23:36, Damon McDougall <D.M...@wa...> wrote: > On Monday, 16 April 2012 at 16:34, Kacper Kowalik wrote: > > > On 16 Apr 2012 22:31, "Damon McDougall" <D.M...@wa...> wrote: > > > > Hi Kacper, > > > > Just to be clear, is it tri.Triangulation(x, y) that hangs, or is it > plt.tricontour(…)? > > It's plt.tricontour that hangs, tri.Triangulation properly issues warning > about duplicates. > Cheers, > Kacper > > > On Monday, 16 April 2012 at 14:28, Kacper Kowalik wrote: > > >> > >> Hi, > >> I haven't been able to pin point it exactly but following script: > >> > >> import matplotlib.pyplot as plt > >> import matplotlib.tri as tri > >> import numpy as np > >> from numpy.random import uniform, seed > >> > >> seed(0) > >> npts = 200 > >> x = uniform(-2,2,npts) > >> y = uniform(-2,2,npts) > >> z = x*np.exp(-x**2-y**2) > >> > >> y[1:3] = x[0] # 4 or more duplicate points make tricontour hang!!! > >> x[1:3] = y[0] > > You should call z = x*np.exp(-x**2-y**2) _before_ changing the points > you're triangulating. > Having said that, I see the same behaviour even if I change the vertices > before I compute z. > > >> triang = tri.Triangulation(x, y) > >> plt.tricontour(x, y, z, 15, linewidths=0.5, colors='k') > >> > >> plt.show() > >> > >> > >> causes infinite loop in _tri.so. It happens in matplotlib-1.1.0 as well > >> as git HEAD. > >> I understand that my input is not exactly valid, but I'd rather see MPL > >> die than occupy my box for eternity ;) > >> Best regards, > >> Kacper > > I think the reason it's hanging is because you're trying to plot the > contours of a function that is defined on an invalid triangulation (edges > cross at points that are not in the vertex set). I think the best way to > deal with this is to write a helper function to check the triangulation is > valid. If it isn't, either tri.Triangulation(x, y) should fail, or the > plotter should fail. > > Anybody else have any suggestions? > We can definitely do better here. I have created a issue request on github: https://github.com/matplotlib/matplotlib/issues/838 and will investigate further. Ian |
|
From: Sameer G. <sam...@gm...> - 2012-04-17 07:16:21
|
On Tuesday 17 April 2012 12:36 PM, Abhishek Pratap wrote: > Hi Guys > > I am starting to render plots with matplotlib as I learn both python > and this interesting plotting library. I need help with a custom plot > for a problem I am working on. May be there is an inbuilt function > already. > > Problem: > I am trying to draw a table(rectangle) as a plot with 96 individual > cells ( 8 rows X 12 cols). Color each alternative cell with a specific > color ( like a chess board : instead of black I will use some other > color) and insert value for each cell from a pandas data frame or > python dictionary. Show the col and row labels on the side. > > Sample Data: http://pastebin.com/N4A7gWuH > > Appreciate your input. > > Thanks! > -Abhi > > > ------------------------------------------------------------------------------ > Better than sec? Nothing is better than sec when it comes to > monitoring Big Data applications. Try Boundary one-second > resolution app monitoring today. Free. > http://p.sf.net/sfu/Boundary-dev2dev > > > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users I think you'll need to use the function imshow with interpolation set to None. Sameer |
|
From: Abhishek P. <ap...@lb...> - 2012-04-17 07:06:35
|
Hi Guys I am starting to render plots with matplotlib as I learn both python and this interesting plotting library. I need help with a custom plot for a problem I am working on. May be there is an inbuilt function already. Problem: I am trying to draw a table(rectangle) as a plot with 96 individual cells ( 8 rows X 12 cols). Color each alternative cell with a specific color ( like a chess board : instead of black I will use some other color) and insert value for each cell from a pandas data frame or python dictionary. Show the col and row labels on the side. Sample Data: http://pastebin.com/N4A7gWuH Appreciate your input. Thanks! -Abhi |
|
From: Alexander W. <ale...@go...> - 2012-04-17 04:56:57
|
Thanks, Mike, everything primed looks nice again. Best wishes, Alex On 17/04/12 7:53 AM, Michael Droettboom wrote: > This bug was introduced in PR #54. That tried to fix the behavior of > the apostrophe character, but inadvertently made primes smaller as > well. The fix is revert prime to its old size, but make the > apostrophe equivalent to "^\prime". > > Are you able to test the following pull request and ensure that it > resolves your issues? > > https://github.com/matplotlib/matplotlib/pull/836 > > Mike > > On 04/16/2012 10:13 AM, Alexander Wagner wrote: >> ps. my math-related rcParams are just the defaults, i think >> >> mathtext.cal : cursive >> mathtext.rm : serif >> mathtext.tt : monospace >> mathtext.it : serif:italic >> mathtext.bf : serif:bold >> mathtext.sf : sans >> mathtext.fontset : cm >> mathtext.fallback_to_cm : True >> mathtext.default : it >> >> >> On 16/04/12 10:50 PM, Michael Droettboom wrote: >>> What is the math string you are using? I can't seem to reproduce >>> this with: >>> >>> "$D_{40}\prime\prime$" >>> >>> What are your math-related rcParams? >>> >>> Mike >>> >>> On 04/15/2012 08:53 PM, Alexander Wagner wrote: >>>> Dear Matplotlib users, >>>> >>>> Mathtext primed used to be rendered correctly in 1.0.0 like so >>>> >>>> >>>> >>>> But now they look tiny and badly spaced in 1.1.0 like so >>>> >>>> >>>> >>>> I haven't tried with all fonts, but it is the case with Bitstream >>>> Vera Sans and Helvetica. Can anyone confirm? >>>> >>>> If I use the LaTeX renderer, it looks correct. >>>> >>>> Many thanks, >>>> Alex >>>> >>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> For Developers, A Lot Can Happen In A Second. >>>> Boundary is the first to Know...and Tell You. >>>> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! >>>> http://p.sf.net/sfu/Boundary-d2dvs2 >>>> >>>> >>>> _______________________________________________ >>>> Matplotlib-users mailing list >>>> Mat...@li... >>>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> For Developers, A Lot Can Happen In A Second. >>> Boundary is the first to Know...and Tell You. >>> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! >>> http://p.sf.net/sfu/Boundary-d2dvs2 >>> >>> >>> _______________________________________________ >>> Matplotlib-users mailing list >>> Mat...@li... >>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >> >> >> >> ------------------------------------------------------------------------------ >> For Developers, A Lot Can Happen In A Second. >> Boundary is the first to Know...and Tell You. >> Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! >> http://p.sf.net/sfu/Boundary-d2dvs2 >> >> >> _______________________________________________ >> Matplotlib-users mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > > > ------------------------------------------------------------------------------ > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > > > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users |