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
(4) |
2
(17) |
3
(9) |
4
(5) |
5
(5) |
6
(2) |
7
|
8
(7) |
9
(6) |
10
(1) |
11
(4) |
12
(12) |
13
(7) |
14
(1) |
15
|
16
|
17
(12) |
18
(11) |
19
(6) |
20
(6) |
21
(2) |
22
(5) |
23
(1) |
24
(4) |
25
(6) |
26
(3) |
27
(2) |
28
|
29
(2) |
30
(12) |
31
(8) |
|
|
|
From: spmls <spl...@gm...> - 2013-07-05 16:59:05
|
Hello, I've been having a problem in my basemap plots of areas with small spatial extents, where my meridians are cutoff like so: <http://matplotlib.1069221.n5.nabble.com/file/n41409/Max_Water_Surface.png> I've tried simplifying the code as much as possible, but still get a similar problem: <http://matplotlib.1069221.n5.nabble.com/file/n41409/meridians_cutoff_atTop.png> The meridians plot correctly when I use a normal mercator instead of the transverse mercator projection, so switching to mercator is my last resort option for now. Has anyone dealt with this problem before and found a workaround? Thank you! -SeanPaul Here's my simplified code: import numpy as np import matplotlib as mpl from mpl_toolkits.basemap import Basemap import matplotlib.pyplot as plt """Input desired lats (y) and lons(x) of plot""" ############ xmin = -166.22 xmax = -166.134 ymin = 53.7439 ymax = 53.7827 ############ m = Basemap(projection='tmerc', lon_0=-165. , lat_0=0 , llcrnrlon=xmin, llcrnrlat=ymin, urcrnrlon=xmax , urcrnrlat=ymax) meridians = np.arange(xmin,xmax,(30/3600)) # 30 arcsecond spacing m.drawmeridians(meridians) parallels = np.arange(ymin,ymax,(30/3600)) m.drawparallels(parallels) plt.show() -- View this message in context: http://matplotlib.1069221.n5.nabble.com/basemap-meridians-cut-off-tp41409.html Sent from the matplotlib - users mailing list archive at Nabble.com. |
From: death j. <dea...@ya...> - 2013-07-05 16:44:57
|
Hello list, I have LineCollection object: "l = matplotlib.collections.LineCollection()" which I want to save as image without any kind of margins. What have I tried is following: ax = plt.subplot(111) ax.set_axis_off() ax.add_collection(l) ax.autoscale_view() plt.savefig('img.png') but there are still unwanted margins. How to plot without margins? Thanks |
From: Jeff W. <js...@fa...> - 2013-07-05 16:21:43
|
> kmanross <mailto:kev...@gm...> > July 2, 2013 12:42 PM > Greetings! > > Relative newbie here. > > I'm trying to plot wind vectors using basemap quiver and to fit my ortho > projection. This is essentially a hack of Jeff Whitaker's animate.py found > at > > https://github.com/matplotlib/basemap/blob/master/examples/animate.py > > The data source I'm connecting to, however, has the latitudes in > decreasing > order, so I get the "lats and lons must be in increasing order!" exception > when trying to use the transform_vector method which seems to be > required to > fit the vectors to the projection. (ugliness occurs when failing to > transform) > > What would be the best way to transform latitudes (to increasing) as > needed > by transform_vector, while also accounting for the data order of my u > and v > grids? > > -kevin. > Kevin: Just flip the data around. lats_flipped = lats[::-1,:] data_flipeed = data[::-1,:] # assuming 2d array shape (nlats,nlons) -Jeff > > > -- > View this message in context: > http://matplotlib.1069221.n5.nabble.com/Basemap-transform-vector-for-decreasing-latitudes-tp41375.html > Sent from the matplotlib - users mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > ------------------------------------------------------------------------ |
From: v0idnull <v0i...@ps...> - 2013-07-05 16:02:48
|
Yes, but this is where I am failing. I don't have the code with me right now but I can explain it: I get a new number every 2000 milliseconds, and I want to update the graph say, every 50 milliseconds, and keep a minute of history visible in the graph. So that's 30 x-axis ticks. But if I want to draw this out smoothly, I need 40 more ticks per update interval. I have five lines I want to show, so every 50ms, 600 points need to be plotted out. Now, my proof of concept code is just working with arrays in a sort of FIFO queue, I haven't actually tried to plug those arrays into matplotlib, but it seems like replotting 600 points is a lot of work. Maybe I am over reacting? Or is there some feature of matplotlib that allows me to push data onto a plot instead of replotting all points? I dunno, I'm not confident in my approach. I seek inspiration. thanks, --alex This means that every 50ms, 600 points need to be updated. On 13-07-04 05:11 PM, Michael Droettboom wrote: > I see -- you want to basically interpolate between points? I don't > think there's anything built in to matplotlib to do that, but you > could always do that interpolation outside and just update the graph > more often. > > Mike > > On 07/04/2013 04:28 PM, v0idnull wrote: >> eh.... >> >> Let me explain my problem in a different way: >> >> Every two seconds I get a value from a service. Let's say I over 8 >> seconds I get 1, 5, 10, 5 as values. >> >> So if my application updates the graph every two seconds, this will >> look choppy and ugly. This is because every two seconds, an entire >> line is added onto the graph between the two points. >> >> Imagine if I could control the drawing of said line though. If I >> could draw the individual pixels of the line every couple of ticks >> instead of just dumping a line in every two seconds, I will end up >> with a nice smooth animation. It may not be 100% real time anymore, >> but my focus on this personal project of mine is vanity, not >> practicality ;) >> >> I hope this better explains what I am trying to accomplish... >> >> Thanks, >> --alex >> >> On 13-07-04 04:09 PM, Michael Droettboom wrote: >>> Have you looked at the simple_anim.py example -- other than the >>> networking piece, it seems to do what you describe, and it's pretty >>> fast. Maybe start from that and make changes until it gets slow in >>> order to determine where the slowness comes from...? >>> >>> Mike >>> >>> On 07/03/2013 09:19 PM, v0idnull wrote: >>>> I am receiving a number from a server every two seconds. I would >>>> like to plot this number.out over time for the past say... 30 polls. >>>> >>>> Would it be possible to use... Anything, to produce a smooth >>>> animation of the plot line getting drawn? As it stands now the >>>> animation is well... Quite choppy. ;) >>>> >>>> I'm using pygame currently to render my graphs on this full screen >>>> application I'm making just for my self. I am not bound to it >>>> though if there are better linux-only things out there. >>>> >>>> Thanks in advance, >>>> --alex >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> This SF.net email is sponsored by Windows: >>>> >>>> Build for Windows Store. >>>> >>>> http://p.sf.net/sfu/windows-dev2dev >>>> >>>> >>>> _______________________________________________ >>>> Matplotlib-users mailing list >>>> Mat...@li... >>>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> This SF.net email is sponsored by Windows: >>> >>> Build for Windows Store. >>> >>> http://p.sf.net/sfu/windows-dev2dev >>> >>> !DSPAM:51d5d60416102691037314! >>> >>> >>> _______________________________________________ >>> Matplotlib-users mailing list >>> Mat...@li... >>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>> >>> >>> !DSPAM:51d5d60416102691037314! >> >> >> >> ------------------------------------------------------------------------------ >> This SF.net email is sponsored by Windows: >> >> Build for Windows Store. >> >> http://p.sf.net/sfu/windows-dev2dev >> >> >> _______________________________________________ >> Matplotlib-users mailing list >> Mat...@li... >> https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > !DSPAM:51d5e4c116101841011479! > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > > !DSPAM:51d5e4c116101841011479! > > > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > > !DSPAM:51d5e4c116101841011479! |
From: piecess <vil...@gm...> - 2013-07-05 12:17:31
|
I want to plot current data on a map. I wrote that : But it returns me only one arrow According to the using of the shape function I guess my slice is right : What can I do to have all the arrows? (It's a global world file..) -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Plotting-current-surface-data-Only-one-arrow-appears-tp41405.html Sent from the matplotlib - users mailing list archive at Nabble.com. |