You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(33) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2004 |
Jan
(7) |
Feb
(44) |
Mar
(51) |
Apr
(43) |
May
(43) |
Jun
(36) |
Jul
(61) |
Aug
(44) |
Sep
(25) |
Oct
(82) |
Nov
(97) |
Dec
(47) |
2005 |
Jan
(77) |
Feb
(143) |
Mar
(42) |
Apr
(31) |
May
(93) |
Jun
(93) |
Jul
(35) |
Aug
(78) |
Sep
(56) |
Oct
(44) |
Nov
(72) |
Dec
(75) |
2006 |
Jan
(116) |
Feb
(99) |
Mar
(181) |
Apr
(171) |
May
(112) |
Jun
(86) |
Jul
(91) |
Aug
(111) |
Sep
(77) |
Oct
(72) |
Nov
(57) |
Dec
(51) |
2007 |
Jan
(64) |
Feb
(116) |
Mar
(70) |
Apr
(74) |
May
(53) |
Jun
(40) |
Jul
(519) |
Aug
(151) |
Sep
(132) |
Oct
(74) |
Nov
(282) |
Dec
(190) |
2008 |
Jan
(141) |
Feb
(67) |
Mar
(69) |
Apr
(96) |
May
(227) |
Jun
(404) |
Jul
(399) |
Aug
(96) |
Sep
(120) |
Oct
(205) |
Nov
(126) |
Dec
(261) |
2009 |
Jan
(136) |
Feb
(136) |
Mar
(119) |
Apr
(124) |
May
(155) |
Jun
(98) |
Jul
(136) |
Aug
(292) |
Sep
(174) |
Oct
(126) |
Nov
(126) |
Dec
(79) |
2010 |
Jan
(109) |
Feb
(83) |
Mar
(139) |
Apr
(91) |
May
(79) |
Jun
(164) |
Jul
(184) |
Aug
(146) |
Sep
(163) |
Oct
(128) |
Nov
(70) |
Dec
(73) |
2011 |
Jan
(235) |
Feb
(165) |
Mar
(147) |
Apr
(86) |
May
(74) |
Jun
(118) |
Jul
(65) |
Aug
(75) |
Sep
(162) |
Oct
(94) |
Nov
(48) |
Dec
(44) |
2012 |
Jan
(49) |
Feb
(40) |
Mar
(88) |
Apr
(35) |
May
(52) |
Jun
(69) |
Jul
(90) |
Aug
(123) |
Sep
(112) |
Oct
(120) |
Nov
(105) |
Dec
(116) |
2013 |
Jan
(76) |
Feb
(26) |
Mar
(78) |
Apr
(43) |
May
(61) |
Jun
(53) |
Jul
(147) |
Aug
(85) |
Sep
(83) |
Oct
(122) |
Nov
(18) |
Dec
(27) |
2014 |
Jan
(58) |
Feb
(25) |
Mar
(49) |
Apr
(17) |
May
(29) |
Jun
(39) |
Jul
(53) |
Aug
(52) |
Sep
(35) |
Oct
(47) |
Nov
(110) |
Dec
(27) |
2015 |
Jan
(50) |
Feb
(93) |
Mar
(96) |
Apr
(30) |
May
(55) |
Jun
(83) |
Jul
(44) |
Aug
(8) |
Sep
(5) |
Oct
|
Nov
(1) |
Dec
(1) |
2016 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
(3) |
Sep
(1) |
Oct
(3) |
Nov
|
Dec
|
2017 |
Jan
|
Feb
(5) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
|
Sep
(7) |
Oct
|
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
1
|
2
(2) |
3
(3) |
4
(2) |
5
(2) |
6
(4) |
7
(2) |
8
(5) |
9
(1) |
10
(6) |
11
(1) |
12
(6) |
13
(1) |
14
|
15
|
16
(2) |
17
(3) |
18
(13) |
19
(3) |
20
(2) |
21
|
22
(8) |
23
(4) |
24
(5) |
25
(3) |
26
(3) |
27
(1) |
28
(1) |
|
|
|
|
|
|
Andrew, jpPlot looks very promising. I will definitely try to add that into my code. Thanks, Brian Andrew Straw wrote: > > Brian32 wrote: >> Hello, >> >> I am currently displaying plots on a web page using matplotlib by >> creating >> .png files. I would like have the ability for people to have access to >> the >> interactive plot feature (Zoom,Save) when they look at the plots on the >> web >> page. I do not care if the plot is a pop up or if is directly on the web >> page. At this point I just want the interactive feature available. I am >> assuming that the end user that clicks on a web link will already have >> python/matplotlib installed. Does anyone know if this is even possible? >> If >> it is I would love to see an example of this. >> >> Thanks in advance, >> Brian >> > I think you might be interesting in something like a javascript charting > library. This webpage lists some interesting options: > http://www.alsonkemp.com/tools/highcharts-javascript-charting-library/ > > ------------------------------------------------------------------------------ > SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, > Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW > http://p.sf.net/sfu/solaris-dev2dev > _______________________________________________ > Matplotlib-devel mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-devel > > -- View this message in context: http://old.nabble.com/Display-Interactive-plots-on-a-web-page--tp27550397p27566906.html Sent from the matplotlib - devel mailing list archive at Nabble.com.
Nadia Dencheva wrote: > Hi MPL developers, > > I use an older matplotlib version but this code is the same in SVN, so I thought > I'll mention it. > > ImportError: numpy 1.1 or later is required; you have 2.0.0.dev8107 Thanks Nadia. Fixed in svn r8128. -Andrew
Phillip M. Feldman wrote: > Jeff Whitaker wrote: >> Phillip M. Feldman wrote: >>> Andrew Straw wrote: >>>> Jeff Whitaker wrote: >>>> >>>>> Dr. Phillip M. Feldman wrote: >>>>> >>>>>> Basemap offers many projections, but is missing two of the most >>>>>> useful ones: >>>>>> >>>>>> - For satellite applications, it would be helpful to have a "camera" >>>>>> projection, i.e., a projection that shows the Earth as viewed from a >>>>>> specified point in space. This would be a generalization of the >>>>>> current >>>>>> geostationary projection. >>>>>> >>>>> Philip: Don't think the proj4 lib supports this. >>>>> >>>> I think it's already in there -- see nsper, for near sided >>>> perspective. >>>> >>>> -Andrew >>>> Philip: I've added the near-sided perspective projection to basemap svn - see the nsper_demo.py example. It only works if the earth is assumed to be a perfect sphere (no ellipsoids allowed). -Jeff >>>> >>> Hello Andrew- >>> >>> It does sound as thought nsper is exactly what I need, but when I >>> try to use it, I get the following error message: >>> >>> ValueError: 'nsper' is an unsupported projection. >>> The supported projections are: >>> >>> aeqd Azimuthal Equidistant >>> poly Polyconic >>> gnom Gnomonic >>> moll Mollweide >>> tmerc Transverse Mercator >>> nplaea North-Polar Lambert Azimuthal >>> gall Gall Stereographic Cylindrical >>> mill Miller Cylindrical >>> merc Mercator >>> stere Stereographic >>> npstere North-Polar Stereographic >>> geos Geostationary >>> vandg van der Grinten >>> laea Lambert Azimuthal Equal Area >>> mbtfpq McBryde-Thomas Flat-Polar Quartic >>> sinu Sinusoidal >>> spstere South-Polar Stereographic >>> lcc Lambert Conformal >>> npaeqd North-Polar Azimuthal Equidistant >>> eqdc Equidistant Conic >>> cyl Cylindrical Equidistant >>> omerc Oblique Mercator >>> aea Albers Equal Area >>> spaeqd South-Polar Azimuthal Equidistant >>> ortho Orthographic >>> cass Cassini-Soldner >>> splaea South-Polar Lambert Azimuthal >>> robin Robinson >>> >>> Phillip >> Philip: I think Andrew meant nsper is in proj4. I'll look into >> adding support for it in Basemap. >> >> -Jeff >> > Thanks! -- Jeffrey S. Whitaker Phone : (303)497-6313 Meteorologist FAX : (303)497-6449 NOAA/OAR/PSD R/PSD1 Email : Jef...@no... 325 Broadway Office : Skaggs Research Cntr 1D-113 Boulder, CO, USA 80303-3328 Web : http://tinyurl.com/5telg
Hi MPL developers, I use an older matplotlib version but this code is the same in SVN, so I thought I'll mention it. Thanks, Nadia In [1]: from matplotlib import pyplot as plt --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /tangra/data1/dev/spectra/center1d/center1d/matplotlib/__init__.py in <module>() 149 if not (int(nn[0]) >= 1 and int(nn[1]) >= 1): 150 raise ImportError( --> 151 'numpy 1.1 or later is required; you have %s' % numpy.__version__) 152 153 def is_string_like(obj): ImportError: numpy 1.1 or later is required; you have 2.0.0.dev8107
Brian32 wrote: > Hello, > > I am currently displaying plots on a web page using matplotlib by creating > .png files. I would like have the ability for people to have access to the > interactive plot feature (Zoom,Save) when they look at the plots on the web > page. I do not care if the plot is a pop up or if is directly on the web > page. At this point I just want the interactive feature available. I am > assuming that the end user that clicks on a web link will already have > python/matplotlib installed. Does anyone know if this is even possible? If > it is I would love to see an example of this. > > Thanks in advance, > Brian > I think you might be interesting in something like a javascript charting library. This webpage lists some interesting options: http://www.alsonkemp.com/tools/highcharts-javascript-charting-library/
PH...@Ge... wrote: >> PH...@Ge... wrote: >> >>> Hey folks, >>> >>> I recently modified the Axes method boxplot so that the confidence >>> >> intervals around the mean are computed not with a static formula, but by >> bootstrapping the median as many times as the user specifies. Also, I >> commented out the lines that prevent the boxplots from folding around the >> hinges (but that's obviously minor and in the current SVN if I'm not >> mistaken). >> >>> Is this something that would be worth including in matplotlib? I've >>> >> never contributed to a project like this before and my code is probably >> pretty sloppy by MPL standards. I'm not really sure what's appropriate to >> contribute and what's not. >> > > > >> -----Original Message----- >> From: Andrew Straw [mailto:str...@as...] >> Sent: Wednesday, February 10, 2010 2:20 PM >> To: Paul Hobson >> Cc: mat...@li... >> Subject: Re: [matplotlib-devel] Boxplots with Bootstrapped Intervals >> ... >> I think the best thing to do is to post the patch so that it can be >> reviewed. Sending the output of "svn diff" as an attachment to this >> email list would be easy from our end. (A github based submission -- >> fork the repo and push your commits -- would also work well for me, but >> I'm not sure about the other MPL devs.) >> > > Andrew, > > Thanks for the reply. At the risk of embarrassment, I'm going to admit that I'm not at all familiar with SVN other than I know that it's version control software. Nonetheless I gave it a shot. > > I guess I should add that I didn't account for the fact that the user might want to have the CIs output with the other boxplot properties. Shouldn't be too hard to add in though. Also, I'm using the percentile method -- meaning that after I get my "normal" distribution of medians, I simply use mlab's percentile function to get the 2.5th and 97.5th percentile of that distribution. The other method (bias-corrected and accelerated) was too complex for me to code up quickly without using Rpy2, and that just seemed silly. > Hi Paul, I committed a modified version of your code in r8127. This new code is backwards compatible in the sense that it doesn't change anything for existing uses of boxplot, but allows use of the bootstrapped approach by specifying "notch=1" and "bootstrap=N" where N is the number of resampling steps. Thanks, Andrew