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
(9) |
2
(6) |
3
(8) |
4
(6) |
5
|
6
(1) |
7
(4) |
8
(15) |
9
(11) |
10
|
11
(1) |
12
(13) |
13
(5) |
14
(10) |
15
(12) |
16
(7) |
17
(12) |
18
(5) |
19
(4) |
20
(11) |
21
(4) |
22
(11) |
23
(28) |
24
(24) |
25
(23) |
26
(6) |
27
(7) |
28
(17) |
29
(21) |
30
(6) |
|
|
|
Thank you all for your help. Regards, Sam Matthias Michler wrote: > > Hi Sam, > > On Monday 28 April 2008 05:09:36 samwo wrote: >> Hi. >> >> I run these codes in ipython command line interface. >> >> from pylab import * >> subplot(211) >> plot([1,2,3],[1,2,3]) > There is a small typo (or a wrong method): >> set(gca(), xtickslabel = []) > needs to be > setp(gca(), xticklabels = []) > >> and got the error saying "Type error: set() does not take keyword >> arguments" My OS is windows XP. The code I used is copied from matplotlib >> tutorial. Pls help explain why it didnt work. > > regards Matthias > > ------------------------------------------------------------------------- > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference > Don't miss this year's exciting event. There's still time to save 100ドル. > Use priority code J8TL2D2. > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > -- View this message in context: http://www.nabble.com/pls-help%3A-error-using-set%28gca%28%29%2C...%29-tp16930305p16989834.html Sent from the matplotlib - users mailing list archive at Nabble.com.
Hi, I would like to generate (or simulate) 3D histogram... How I can do this with matplotlib/pylab (if I can) ? I tried different ways : - 2D histogram in 3D but the result is not usable for me (because I have lot of small bars) - generation of bars with, for each bar, 5 Polygons but I didn't success (I don't hunderstand the main principle of the 3D module) and it seems to be slow (I must draw approximatively 300 bars) - simulation of bars with large lines (like in Gnuplot, see below) but, again, I don't hunderstand the main principle of the 3D module and I don't know how I can plot set of lines in a 3D environment... Today, I do this with Gnuplot : >>> splot "hist3D.dat" with boxes linewidth 10 hist.dat : 0 0 3 0 1 2 0 2 5 1 0 1 1 1 4 1 2 1 2 0 5 2 1 2 2 2 3 Does someone have an idea ? Thanks
Hello, I have decided to switch to the QtAgg backend because the Designer software is very appealing. I succeeded in adding a custom widget representing the FigureCanvasQTAgg, but when I compile the ui file, I see that it tries to instantiate it as FigureCanvasQTAgg(Parent) where Parent is the parent widget, which seems to be the standard format for instantiating widgets. However, FigureCanvasQTAgg expects a figure as an argument. I have seen this tutorial: http://www.scipy.org/Cookbook/Matplotlib/Qt_with_IPython_and_Designer which suggests making a MatplotlibWidget to wrap the Canvas and set everything up including the parent. I have written a version of this for Qt4, but this seems like something that should be included in the Qt4 backends. Any plans on adding this? I'd be happy to contribute. Attached is my initial version. Glenn
hello, so the freetype.rc is defined with env variables that are supposed to be fed in when packaging it. LIBZ seemingly was missing when the fedora 8 packaging of freetype was done. I added -lz directly to freetype.rc and rebuilt successfully matplotlib. I have no clue which mailing list to ping for a fedora packaging issue.... Anyway, end of story for this part of the thread.... best, Johann John Hunter wrote: > On Tue, Apr 29, 2008 at 2:06 AM, Johann Cohen-Tanugi > <co...@sl...> wrote: > >> hi John, >> for the record, I have a fedora 8 box, and the shipped version of >> pkgconfig (pkgconfig-0.22-4.fc8) gives me : >> >> [cohen@jarrett matplotlib]$ /usr/bin/pkg-config --libs freetype2 >> -lfreetype >> >> No -lz here, if I am not wrong in my querying this tool ..... >> > > This looks like the correct incantation, so it appears that your > proplem is a misconfigured freetype2.pc. You might want to post > something to the fedora list, or to the free type list, or simply make > a patch against the pc file. I am not sure who maintains that part. > > JDH >
cheers, Johann
Hello I think that my problem is linked to the data struture that I'm using for the dates since my error message is : "ValueError: setting an array element with a sequence." I use list data structure, the one that you can declare through : datetime_list = []. And maybe I souldn't use this type of data structure and another one. Regards Johan Mazel * *2008年4月29日 Johan Mazel <joh...@gm...>: > Ok. > I tried to do the job through the old way and it's working. > But I have the latest version (0.91.2). Is it possible that my version > wasn't successfully installed and that an older one is doing the job ? > Anyway, thanks a lot for the (fast) help. > Johan > > 2008年4月29日 John Hunter <jd...@gm...>: > > > On Tue, Apr 29, 2008 at 12:10 PM, Johan Mazel <joh...@gm...> > > wrote: > > > When you wrote "import matplotlib.ticker", you meant "from > > matplotlib.dates > > > import ticker" ? > > > > No sorry, I meant "import matplotlib.ticker as ticker" > > > > > I think I have a bug or something because I get an error like > > "ValueError: > > > setting an array element with a sequence." with a lot of debug stuff > > from > > > python and MatPlotLib > > > The line concerned is the one where I do > > plot(datetime_list,data_list). > > > It's very strange because just before I use "my_datetime.strftime("%d > > %H %M > > > %S")" with my_datetime as an element of my list and it works > > perfectly. > > > > > > Possibly your matplotlib version is a bit old. With the latest > > release (0.91.2) you can pass sequences of native datetimes in. For > > older versions, you had to convert your dates to numbers first: > > > > import matplotlib.dates as mpldates > > > > d = mpldates.date2num(datetime_list) > > ax.plot_date(d, ydata) > > > > JDH > > > >