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: Sudheer J. <sud...@ya...> - 2013-07-13 10:07:50
|
Hi, Is there a way to make the below as a hovemuler diagram which I tired but could not succeed import pandas as pd dates = pd.date_range('20130101',periods=30) df=pd.DataFrame(np.random.randn(30,5),index=dates) From: Andrew Dawson <da...@at...> To: Sudheer Joseph <sud...@ya...> >Cc: "Mat...@li..." <mat...@li...>; Phil Elson <pel...@gm...> >Sent: Saturday, 13 July 2013 1:04 PM >Subject: Re: [Matplotlib-users] Hovemuller Diagram > > > >I meant the coordinates, so one representing latitude or longitude and one representing time (filled with datetime objects), should be 1d. This only applies if your coordinate actually contains datetime objects, if not then coordinates can be 2d as the documentation says. >On 13 Jul 2013 02:22, "Sudheer Joseph" <sud...@ya...> wrote: > >Hi, >> >>I did not understand 1d mentioned by you? for a diagram like this 2D is must as it need longitude /latitude and also time >>with best regards, >>Sudheer >> >>From: Andrew Dawson <da...@at...> >> >>To: Phil Elson <pel...@gm...> >>>Cc: Sudheer Joseph <sud...@ya...>; "mat...@li..." <mat...@li...> >>>Sent: Friday, 12 July 2013 1:28 PM >>>Subject: Re: [Matplotlib-users] Hovemuller Diagram >>> >>> >>> >>>As long as you use contour or contourf and your coordinates are 1d you should be able to do this no problem, just like Phil said. However, there is a bug that will prevent you from using pcolormesh or pcolor unfortunately. >>> >>> >>>Andrew >>> >>> >>> >>>On 12 July 2013 08:51, Phil Elson <pel...@gm...> wrote: >>> >>>The balance of time to install vs time to re-implement a feature is only something you can decide, but i suspect it is worth your while getting iris installed (I would say that as an iris developer though). The installation process is only going to get easier over time, for instance last week we added a PPA so that with the necessary repos added you would be able to "apt-get install python-iris" on an Ubuntu machine - for other installation guides there is a repository of recipes ( https://github.com/SciTools/installation-recipes ). >>>>As for achieving this without iris, it is perfectly feasible. You just need to contourf your data with the longitude as your x coordinate and the date times as your y coordinate. From memory you might also need to tell matplotlib that the y coordinate is date/time (I think that is a mpl bug that ajdawson has recently addressed). Obviously, basemap is not needed as you are not drawing a longitude/latitude plot but a longitude/time or latitude/time one. >>>>HTH, >>>>Phil >>>> >>>> >>>> >>>>On 11 July 2013 19:06, Sudheer Joseph <sud...@ya...> wrote: >>>> >>>>Thank you Signell, >>>>> I was looking for better looking labels as well as a solution with in matplotlib without needing to install additional packages. I had some trouble with some libraries while trying to install iris. I was wondering if it is possible with in matplotlib with out additional installations using the features of basemap package. >>>>> >>>>>with best regards, >>>>>Sudheer >>>>> >>>>> >>>>> >>>>>*************************************************************** >>>>>Sudheer Joseph >>>>>Indian National Centre for Ocean Information Services >>>>>Ministry of Earth Sciences, Govt. of India >>>>>POST BOX NO: 21, IDA Jeedeemetla P.O. >>>>>Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>>>>Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>>>>Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>>>>E-mail:sjo...@gm...;sud...@ya... >>>>>Web- http://oppamthadathil.tripod.com >>>>>*************************************************************** >>>>> >>>>> >>>>>----- Original Message ----- >>>>>> From: "Signell, Richard" <rsi...@us...> >>>>>> To: Sudheer Joseph <sud...@ya...> >>>>>> Cc: >>>>>> Sent: Friday, 12 July 2013 12:41 AM >>>>>> Subject: Re: [Matplotlib-users] Hovemuller Diagram >>>>>> >>>>>> I don't think I understand your problem. Are you just trying to get >>>>>> nicer looking tick labels? >>>>>> >>>>>> >>>>>> On Thu, Jul 11, 2013 at 11:03 AM, Sudheer Joseph >>>>>> <sud...@ya...> wrote: >>>>>>> Thanks Signell, >>>>>>> I had seen it but it is not the correct type with >>>>>> Longitude axis, it is having just numbers on x axis I expect axis like the ones >>>>>> we get from basemap package. >>>>> >>>>>>> with best regards, >>>>>>> sudheer >>>>>>> >>>>>>> >>>>>>> >>>>>>> *************************************************************** >>>>>>> Sudheer Joseph >>>>>>> Indian National Centre for Ocean Information Services >>>>>>> Ministry of Earth Sciences, Govt. of India >>>>>>> POST BOX NO: 21, IDA Jeedeemetla P.O. >>>>>>> Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>>>>>> Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>>>>>> Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>>>>>> E-mail:sjo...@gm...;sud...@ya... >>>>>>> Web- http://oppamthadathil.tripod.com >>>>>>> *************************************************************** >>>>>>> >>>>>>> >>>>> >>>>>>> ----- Original Message ----- >>>>>>>> From: "Signell, Richard" <rsi...@us...> >>>>>>>> To: Sudheer Joseph <sud...@ya...> >>>>>>>> Cc: >>>>>>>> Sent: Thursday, 11 July 2013 7:20 PM >>>>>>>> Subject: Re: [Matplotlib-users] Hovemuller Diagram >>>>>>>> >>>>>>>> http://scitools.org.uk/iris/docs/v1.0/examples/graphics/hovmoller.html >>>>>>>> >>>>>>>> On Thu, Jul 11, 2013 at 5:40 AM, Sudheer Joseph >>>>>>>> <sud...@ya...> wrote: >>>>> >>>>>>>>> Dear All, >>>>>>>>> Is there a straight forward way to get >>>>>>>>> Hovemuller diagram or longitude/latitude vs time plot using >>>>>> matplotlib. >>>>>>>>> If possible please send me some examples if any one know it >>>>>> existing in >>>>>>>>> web >>>>>>>>> >>>>>>>>> with best regards, >>>>>>>>> Sudheer >>>>>>>>> >>>>>>>>> *************************************************************** >>>>>>>>> Sudheer Joseph >>>>>>>>> Indian National Centre for Ocean Information Services >>>>>>>>> Ministry of Earth Sciences, Govt. of India >>>>>>>>> POST BOX NO: 21, IDA Jeedeemetla P.O. >>>>>>>>> Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>>>>>>>> Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>>>>>>>> Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>>>>>>>> E-mail:sjo...@gm...;sud...@ya... >>>>>>>>> Web- http://oppamthadathil.tripod.com >>>>>>>>> *************************************************************** >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>>>>> See everything from the browser to the database with AppDynamics >>>>>>>>> Get end-to-end visibility with application monitoring from >>>>>> AppDynamics >>>>>>>>> Isolate bottlenecks and diagnose root cause in seconds. >>>>>>>>> Start your free trial of AppDynamics Pro today! >>>>>>>>> >>>>>>>> >>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >>>>>>>>> _______________________________________________ >>>>>>>>> Matplotlib-users mailing list >>>>>>>>> Mat...@li... >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>>>>>>> >>>>>>>> >>>>>>>> >>>>> >>>>>>>> -- >>>>>>>> Dr. Richard P. Signell (508) 457-2229 >>>>>>>> USGS, 384 Woods Hole Rd. >>>>>>>> Woods Hole, MA 02543-1598 >>>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Dr. Richard P. Signell (508) 457-2229 >>>>>> USGS, 384 Woods Hole Rd. >>>>>> Woods Hole, MA 02543-1598 >>>>>> >>>>> >>>>> >>>>>------------------------------------------------------------------------------ >>>>>See everything from the browser to the database with AppDynamics >>>>>Get end-to-end visibility with application monitoring from AppDynamics >>>>>Isolate bottlenecks and diagnose root cause in seconds. >>>>>Start your free trial of AppDynamics Pro today! >>>>>http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >>>>>_______________________________________________ >>>>>Matplotlib-users mailing list >>>>>Mat...@li... >>>>>https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>>>> >>>> >>>>------------------------------------------------------------------------------ >>>>See everything from the browser to the database with AppDynamics >>>>Get end-to-end visibility with application monitoring from AppDynamics >>>>Isolate bottlenecks and diagnose root cause in seconds. >>>>Start your free trial of AppDynamics Pro today! >>>>http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >>>>_______________________________________________ >>>>Matplotlib-users mailing list >>>>Mat...@li... >>>>https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>>> >>>> >>> >>> >>> >>>-- >>>Dr Andrew Dawson >>>Atmospheric, Oceanic & Planetary Physics >>>Clarendon Laboratory >>>Parks Road >>>Oxford OX1 3PU, UK >>>Tel: +44 (0)1865 282438 >>>Email: da...@at... >>>Web Site: http://www2.physics.ox.ac.uk/contacts/people/dawson >>> >>> >> > > |
From: Sudheer J. <sud...@ya...> - 2013-07-13 08:25:50
|
Thank Daswson & Sterling, Got it, you meant the data should not have date and longitude against each grid point instead should have only 2 vectors rather than grid. with best regards, Sudheer *************************************************************** Sudheer Joseph Indian National Centre for Ocean Information Services Ministry of Earth Sciences, Govt. of India POST BOX NO: 21, IDA Jeedeemetla P.O. Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) E-mail:sjo...@gm...;sud...@ya... Web- http://oppamthadathil.tripod.com *************************************************************** >________________________________ > From: Andrew Dawson <da...@at...> >To: Sudheer Joseph <sud...@ya...> >Cc: "Mat...@li..." <mat...@li...>; Phil Elson <pel...@gm...> >Sent: Saturday, 13 July 2013 1:04 PM >Subject: Re: [Matplotlib-users] Hovemuller Diagram > > > >I meant the coordinates, so one representing latitude or longitude and one representing time (filled with datetime objects), should be 1d. This only applies if your coordinate actually contains datetime objects, if not then coordinates can be 2d as the documentation says. >On 13 Jul 2013 02:22, "Sudheer Joseph" <sud...@ya...> wrote: > >Hi, >> >>I did not understand 1d mentioned by you? for a diagram like this 2D is must as it need longitude /latitude and also time >>with best regards, >>Sudheer >> >>From: Andrew Dawson <da...@at...> >> >>To: Phil Elson <pel...@gm...> >>>Cc: Sudheer Joseph <sud...@ya...>; "mat...@li..." <mat...@li...> >>>Sent: Friday, 12 July 2013 1:28 PM >>>Subject: Re: [Matplotlib-users] Hovemuller Diagram >>> >>> >>> >>>As long as you use contour or contourf and your coordinates are 1d you should be able to do this no problem, just like Phil said. However, there is a bug that will prevent you from using pcolormesh or pcolor unfortunately. >>> >>> >>>Andrew >>> >>> >>> >>>On 12 July 2013 08:51, Phil Elson <pel...@gm...> wrote: >>> >>>The balance of time to install vs time to re-implement a feature is only something you can decide, but i suspect it is worth your while getting iris installed (I would say that as an iris developer though). The installation process is only going to get easier over time, for instance last week we added a PPA so that with the necessary repos added you would be able to "apt-get install python-iris" on an Ubuntu machine - for other installation guides there is a repository of recipes ( https://github.com/SciTools/installation-recipes ). >>>>As for achieving this without iris, it is perfectly feasible. You just need to contourf your data with the longitude as your x coordinate and the date times as your y coordinate. From memory you might also need to tell matplotlib that the y coordinate is date/time (I think that is a mpl bug that ajdawson has recently addressed). Obviously, basemap is not needed as you are not drawing a longitude/latitude plot but a longitude/time or latitude/time one. >>>>HTH, >>>>Phil >>>> >>>> >>>> >>>>On 11 July 2013 19:06, Sudheer Joseph <sud...@ya...> wrote: >>>> >>>>Thank you Signell, >>>>> I was looking for better looking labels as well as a solution with in matplotlib without needing to install additional packages. I had some trouble with some libraries while trying to install iris. I was wondering if it is possible with in matplotlib with out additional installations using the features of basemap package. >>>>> >>>>>with best regards, >>>>>Sudheer >>>>> >>>>> >>>>> >>>>>*************************************************************** >>>>>Sudheer Joseph >>>>>Indian National Centre for Ocean Information Services >>>>>Ministry of Earth Sciences, Govt. of India >>>>>POST BOX NO: 21, IDA Jeedeemetla P.O. >>>>>Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>>>>Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>>>>Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>>>>E-mail:sjo...@gm...;sud...@ya... >>>>>Web- http://oppamthadathil.tripod.com >>>>>*************************************************************** >>>>> >>>>> >>>>>----- Original Message ----- >>>>>> From: "Signell, Richard" <rsi...@us...> >>>>>> To: Sudheer Joseph <sud...@ya...> >>>>>> Cc: >>>>>> Sent: Friday, 12 July 2013 12:41 AM >>>>>> Subject: Re: [Matplotlib-users] Hovemuller Diagram >>>>>> >>>>>> I don't think I understand your problem. Are you just trying to get >>>>>> nicer looking tick labels? >>>>>> >>>>>> >>>>>> On Thu, Jul 11, 2013 at 11:03 AM, Sudheer Joseph >>>>>> <sud...@ya...> wrote: >>>>>>> Thanks Signell, >>>>>>> I had seen it but it is not the correct type with >>>>>> Longitude axis, it is having just numbers on x axis I expect axis like the ones >>>>>> we get from basemap package. >>>>> >>>>>>> with best regards, >>>>>>> sudheer >>>>>>> >>>>>>> >>>>>>> >>>>>>> *************************************************************** >>>>>>> Sudheer Joseph >>>>>>> Indian National Centre for Ocean Information Services >>>>>>> Ministry of Earth Sciences, Govt. of India >>>>>>> POST BOX NO: 21, IDA Jeedeemetla P.O. >>>>>>> Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>>>>>> Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>>>>>> Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>>>>>> E-mail:sjo...@gm...;sud...@ya... >>>>>>> Web- http://oppamthadathil.tripod.com >>>>>>> *************************************************************** >>>>>>> >>>>>>> >>>>> >>>>>>> ----- Original Message ----- >>>>>>>> From: "Signell, Richard" <rsi...@us...> >>>>>>>> To: Sudheer Joseph <sud...@ya...> >>>>>>>> Cc: >>>>>>>> Sent: Thursday, 11 July 2013 7:20 PM >>>>>>>> Subject: Re: [Matplotlib-users] Hovemuller Diagram >>>>>>>> >>>>>>>> http://scitools.org.uk/iris/docs/v1.0/examples/graphics/hovmoller.html >>>>>>>> >>>>>>>> On Thu, Jul 11, 2013 at 5:40 AM, Sudheer Joseph >>>>>>>> <sud...@ya...> wrote: >>>>> >>>>>>>>> Dear All, >>>>>>>>> Is there a straight forward way to get >>>>>>>>> Hovemuller diagram or longitude/latitude vs time plot using >>>>>> matplotlib. >>>>>>>>> If possible please send me some examples if any one know it >>>>>> existing in >>>>>>>>> web >>>>>>>>> >>>>>>>>> with best regards, >>>>>>>>> Sudheer >>>>>>>>> >>>>>>>>> *************************************************************** >>>>>>>>> Sudheer Joseph >>>>>>>>> Indian National Centre for Ocean Information Services >>>>>>>>> Ministry of Earth Sciences, Govt. of India >>>>>>>>> POST BOX NO: 21, IDA Jeedeemetla P.O. >>>>>>>>> Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>>>>>>>> Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>>>>>>>> Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>>>>>>>> E-mail:sjo...@gm...;sud...@ya... >>>>>>>>> Web- http://oppamthadathil.tripod.com >>>>>>>>> *************************************************************** >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>>>>> See everything from the browser to the database with AppDynamics >>>>>>>>> Get end-to-end visibility with application monitoring from >>>>>> AppDynamics >>>>>>>>> Isolate bottlenecks and diagnose root cause in seconds. >>>>>>>>> Start your free trial of AppDynamics Pro today! >>>>>>>>> >>>>>>>> >>>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >>>>>>>>> _______________________________________________ >>>>>>>>> Matplotlib-users mailing list >>>>>>>>> Mat...@li... >>>>>>>>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>>>>>>> >>>>>>>> >>>>>>>> >>>>> >>>>>>>> -- >>>>>>>> Dr. Richard P. Signell (508) 457-2229 >>>>>>>> USGS, 384 Woods Hole Rd. >>>>>>>> Woods Hole, MA 02543-1598 >>>>>>>> >>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Dr. Richard P. Signell (508) 457-2229 >>>>>> USGS, 384 Woods Hole Rd. >>>>>> Woods Hole, MA 02543-1598 >>>>>> >>>>> >>>>> >>>>>------------------------------------------------------------------------------ >>>>>See everything from the browser to the database with AppDynamics >>>>>Get end-to-end visibility with application monitoring from AppDynamics >>>>>Isolate bottlenecks and diagnose root cause in seconds. >>>>>Start your free trial of AppDynamics Pro today! >>>>>http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >>>>>_______________________________________________ >>>>>Matplotlib-users mailing list >>>>>Mat...@li... >>>>>https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>>>> >>>> >>>>------------------------------------------------------------------------------ >>>>See everything from the browser to the database with AppDynamics >>>>Get end-to-end visibility with application monitoring from AppDynamics >>>>Isolate bottlenecks and diagnose root cause in seconds. >>>>Start your free trial of AppDynamics Pro today! >>>>http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >>>>_______________________________________________ >>>>Matplotlib-users mailing list >>>>Mat...@li... >>>>https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>>> >>>> >>> >>> >>> >>>-- >>>Dr Andrew Dawson >>>Atmospheric, Oceanic & Planetary Physics >>>Clarendon Laboratory >>>Parks Road >>>Oxford OX1 3PU, UK >>>Tel: +44 (0)1865 282438 >>>Email: da...@at... >>>Web Site: http://www2.physics.ox.ac.uk/contacts/people/dawson >>> >>> >> > > |
From: Andrew D. <da...@at...> - 2013-07-13 07:34:34
|
I meant the coordinates, so one representing latitude or longitude and one representing time (filled with datetime objects), should be 1d. This only applies if your coordinate actually contains datetime objects, if not then coordinates can be 2d as the documentation says. On 13 Jul 2013 02:22, "Sudheer Joseph" <sud...@ya...> wrote: > Hi, > > I did not understand 1d mentioned by you? for a diagram like this 2D is > must as it need longitude /latitude and also time > with best regards, > Sudheer > > From: Andrew Dawson <da...@at...> > > To: Phil Elson <pel...@gm...> > >Cc: Sudheer Joseph <sud...@ya...>; " > mat...@li..." < > mat...@li...> > >Sent: Friday, 12 July 2013 1:28 PM > >Subject: Re: [Matplotlib-users] Hovemuller Diagram > > > > > > > >As long as you use contour or contourf and your coordinates are 1d you > should be able to do this no problem, just like Phil said. However, there > is a bug that will prevent you from using pcolormesh or pcolor > unfortunately. > > > > > >Andrew > > > > > > > >On 12 July 2013 08:51, Phil Elson <pel...@gm...> wrote: > > > >The balance of time to install vs time to re-implement a feature is only > something you can decide, but i suspect it is worth your while getting iris > installed (I would say that as an iris developer though). The installation > process is only going to get easier over time, for instance last week we > added a PPA so that with the necessary repos added you would be able to > "apt-get install python-iris" on an Ubuntu machine - for other installation > guides there is a repository of recipes ( > https://github.com/SciTools/installation-recipes ). > >>As for achieving this without iris, it is perfectly feasible. You just > need to contourf your data with the longitude as your x coordinate and the > date times as your y coordinate. From memory you might also need to tell > matplotlib that the y coordinate is date/time (I think that is a mpl bug > that ajdawson has recently addressed). Obviously, basemap is not needed as > you are not drawing a longitude/latitude plot but a longitude/time or > latitude/time one. > >>HTH, > >>Phil > >> > >> > >> > >>On 11 July 2013 19:06, Sudheer Joseph <sud...@ya...> wrote: > >> > >>Thank you Signell, > >>> I was looking for better looking labels as well > as a solution with in matplotlib without needing to install additional > packages. I had some trouble with some libraries while trying to install > iris. I was wondering if it is possible with in matplotlib with out > additional installations using the features of basemap package. > >>> > >>>with best regards, > >>>Sudheer > >>> > >>> > >>> > >>>*************************************************************** > >>>Sudheer Joseph > >>>Indian National Centre for Ocean Information Services > >>>Ministry of Earth Sciences, Govt. of India > >>>POST BOX NO: 21, IDA Jeedeemetla P.O. > >>>Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 > >>>Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), > >>>Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) > >>>E-mail:sjo...@gm...;sud...@ya... > >>>Web- http://oppamthadathil.tripod.com > >>>*************************************************************** > >>> > >>> > >>>----- Original Message ----- > >>>> From: "Signell, Richard" <rsi...@us...> > >>>> To: Sudheer Joseph <sud...@ya...> > >>>> Cc: > >>>> Sent: Friday, 12 July 2013 12:41 AM > >>>> Subject: Re: [Matplotlib-users] Hovemuller Diagram > >>>> > >>>> I don't think I understand your problem. Are you just trying to get > >>>> nicer looking tick labels? > >>>> > >>>> > >>>> On Thu, Jul 11, 2013 at 11:03 AM, Sudheer Joseph > >>>> <sud...@ya...> wrote: > >>>>> Thanks Signell, > >>>>> I had seen it but it is not the correct type > with > >>>> Longitude axis, it is having just numbers on x axis I expect axis > like the ones > >>>> we get from basemap package. > >>> > >>>>> with best regards, > >>>>> sudheer > >>>>> > >>>>> > >>>>> > >>>>> *************************************************************** > >>>>> Sudheer Joseph > >>>>> Indian National Centre for Ocean Information Services > >>>>> Ministry of Earth Sciences, Govt. of India > >>>>> POST BOX NO: 21, IDA Jeedeemetla P.O. > >>>>> Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 > >>>>> Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), > >>>>> Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) > >>>>> E-mail:sjo...@gm...;sud...@ya... > >>>>> Web- http://oppamthadathil.tripod.com > >>>>> *************************************************************** > >>>>> > >>>>> > >>> > >>>>> ----- Original Message ----- > >>>>>> From: "Signell, Richard" <rsi...@us...> > >>>>>> To: Sudheer Joseph <sud...@ya...> > >>>>>> Cc: > >>>>>> Sent: Thursday, 11 July 2013 7:20 PM > >>>>>> Subject: Re: [Matplotlib-users] Hovemuller Diagram > >>>>>> > >>>>>> > http://scitools.org.uk/iris/docs/v1.0/examples/graphics/hovmoller.html > >>>>>> > >>>>>> On Thu, Jul 11, 2013 at 5:40 AM, Sudheer Joseph > >>>>>> <sud...@ya...> wrote: > >>> > >>>>>>> Dear All, > >>>>>>> Is there a straight forward way to get > >>>>>>> Hovemuller diagram or longitude/latitude vs time plot using > >>>> matplotlib. > >>>>>>> If possible please send me some examples if any one know it > >>>> existing in > >>>>>>> web > >>>>>>> > >>>>>>> with best regards, > >>>>>>> Sudheer > >>>>>>> > >>>>>>> *************************************************************** > >>>>>>> Sudheer Joseph > >>>>>>> Indian National Centre for Ocean Information Services > >>>>>>> Ministry of Earth Sciences, Govt. of India > >>>>>>> POST BOX NO: 21, IDA Jeedeemetla P.O. > >>>>>>> Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 > >>>>>>> Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), > >>>>>>> Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) > >>>>>>> E-mail:sjo...@gm...;sud...@ya... > >>>>>>> Web- http://oppamthadathil.tripod.com > >>>>>>> *************************************************************** > >>>>>>> > >>>>>>> > >>>>>> > >>>> > ------------------------------------------------------------------------------ > >>>>>>> See everything from the browser to the database with AppDynamics > >>>>>>> Get end-to-end visibility with application monitoring from > >>>> AppDynamics > >>>>>>> Isolate bottlenecks and diagnose root cause in seconds. > >>>>>>> Start your free trial of AppDynamics Pro today! > >>>>>>> > >>>>>> > >>>> > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > >>>>>>> _______________________________________________ > >>>>>>> Matplotlib-users mailing list > >>>>>>> Mat...@li... > >>>>>>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users > >>>>>> > >>>>>> > >>>>>> > >>> > >>>>>> -- > >>>>>> Dr. Richard P. Signell (508) 457-2229 > >>>>>> USGS, 384 Woods Hole Rd. > >>>>>> Woods Hole, MA 02543-1598 > >>>>>> > >>>> > >>>> > >>>> > >>>> -- > >>>> Dr. Richard P. Signell (508) 457-2229 > >>>> USGS, 384 Woods Hole Rd. > >>>> Woods Hole, MA 02543-1598 > >>>> > >>> > >>> > > >>>------------------------------------------------------------------------------ > >>>See everything from the browser to the database with AppDynamics > >>>Get end-to-end visibility with application monitoring from AppDynamics > >>>Isolate bottlenecks and diagnose root cause in seconds. > >>>Start your free trial of AppDynamics Pro today! > >>> > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > >>>_______________________________________________ > >>>Matplotlib-users mailing list > >>>Mat...@li... > >>>https://lists.sourceforge.net/lists/listinfo/matplotlib-users > >>> > >> > > >>------------------------------------------------------------------------------ > >>See everything from the browser to the database with AppDynamics > >>Get end-to-end visibility with application monitoring from AppDynamics > >>Isolate bottlenecks and diagnose root cause in seconds. > >>Start your free trial of AppDynamics Pro today! > >> > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > >>_______________________________________________ > >>Matplotlib-users mailing list > >>Mat...@li... > >>https://lists.sourceforge.net/lists/listinfo/matplotlib-users > >> > >> > > > > > > > >-- > >Dr Andrew Dawson > >Atmospheric, Oceanic & Planetary Physics > >Clarendon Laboratory > >Parks Road > >Oxford OX1 3PU, UK > >Tel: +44 (0)1865 282438 > >Email: da...@at... > >Web Site: http://www2.physics.ox.ac.uk/contacts/people/dawson > > > > > |
From: Sterling S. <sm...@fu...> - 2013-07-13 05:02:51
|
Sudheer, Although the documentation is not consistent with the following (as of v1.0.1), the X and Y arguments to contourf can be 1D arrays. Consider: >>> from pylab import * >>> x=range(100) >>> y=range(20) >>> xx,yy=meshgrid(x,y) >>> z=xx**2+yy**2 >>> contourf(x,y,z) <matplotlib.contour.QuadContourSet instance at 0x114e5fa28> -Sterling On Jul 12, 2013, at 6:22PM, Sudheer Joseph wrote: > Hi, > > I did not understand 1d mentioned by you? for a diagram like this 2D is must as it need longitude /latitude and also time > with best regards, > Sudheer > > From: Andrew Dawson <da...@at...> > > To: Phil Elson <pel...@gm...> >> Cc: Sudheer Joseph <sud...@ya...>; "mat...@li..." <mat...@li...> >> Sent: Friday, 12 July 2013 1:28 PM >> Subject: Re: [Matplotlib-users] Hovemuller Diagram >> >> >> >> As long as you use contour or contourf and your coordinates are 1d you should be able to do this no problem, just like Phil said. However, there is a bug that will prevent you from using pcolormesh or pcolor unfortunately. >> >> >> Andrew >> >> >> >> On 12 July 2013 08:51, Phil Elson <pel...@gm...> wrote: >> >> The balance of time to install vs time to re-implement a feature is only something you can decide, but i suspect it is worth your while getting iris installed (I would say that as an iris developer though). The installation process is only going to get easier over time, for instance last week we added a PPA so that with the necessary repos added you would be able to "apt-get install python-iris" on an Ubuntu machine - for other installation guides there is a repository of recipes ( https://github.com/SciTools/installation-recipes ). >>> As for achieving this without iris, it is perfectly feasible. You just need to contourf your data with the longitude as your x coordinate and the date times as your y coordinate. From memory you might also need to tell matplotlib that the y coordinate is date/time (I think that is a mpl bug that ajdawson has recently addressed). Obviously, basemap is not needed as you are not drawing a longitude/latitude plot but a longitude/time or latitude/time one. >>> HTH, >>> Phil >>> >>> >>> >>> On 11 July 2013 19:06, Sudheer Joseph <sud...@ya...> wrote: >>> >>> Thank you Signell, >>>> I was looking for better looking labels as well as a solution with in matplotlib without needing to install additional packages. I had some trouble with some libraries while trying to install iris. I was wondering if it is possible with in matplotlib with out additional installations using the features of basemap package. >>>> >>>> with best regards, >>>> Sudheer >>>> >>>> >>>> >>>> *************************************************************** >>>> Sudheer Joseph >>>> Indian National Centre for Ocean Information Services >>>> Ministry of Earth Sciences, Govt. of India >>>> POST BOX NO: 21, IDA Jeedeemetla P.O. >>>> Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>>> Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>>> Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>>> E-mail:sjo...@gm...;sud...@ya... >>>> Web- http://oppamthadathil.tripod.com >>>> *************************************************************** >>>> >>>> >>>> ----- Original Message ----- >>>>> From: "Signell, Richard" <rsi...@us...> >>>>> To: Sudheer Joseph <sud...@ya...> >>>>> Cc: >>>>> Sent: Friday, 12 July 2013 12:41 AM >>>>> Subject: Re: [Matplotlib-users] Hovemuller Diagram >>>>> >>>>> I don't think I understand your problem. Are you just trying to get >>>>> nicer looking tick labels? >>>>> >>>>> >>>>> On Thu, Jul 11, 2013 at 11:03 AM, Sudheer Joseph >>>>> <sud...@ya...> wrote: >>>>>> Thanks Signell, >>>>>> I had seen it but it is not the correct type with >>>>> Longitude axis, it is having just numbers on x axis I expect axis like the ones >>>>> we get from basemap package. >>>> >>>>>> with best regards, >>>>>> sudheer >>>>>> >>>>>> >>>>>> >>>>>> *************************************************************** >>>>>> Sudheer Joseph >>>>>> Indian National Centre for Ocean Information Services >>>>>> Ministry of Earth Sciences, Govt. of India >>>>>> POST BOX NO: 21, IDA Jeedeemetla P.O. >>>>>> Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>>>>> Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>>>>> Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>>>>> E-mail:sjo...@gm...;sud...@ya... >>>>>> Web- http://oppamthadathil.tripod.com >>>>>> *************************************************************** >>>>>> >>>>>> >>>> >>>>>> ----- Original Message ----- >>>>>>> From: "Signell, Richard" <rsi...@us...> >>>>>>> To: Sudheer Joseph <sud...@ya...> >>>>>>> Cc: >>>>>>> Sent: Thursday, 11 July 2013 7:20 PM >>>>>>> Subject: Re: [Matplotlib-users] Hovemuller Diagram >>>>>>> >>>>>>> http://scitools.org.uk/iris/docs/v1.0/examples/graphics/hovmoller.html >>>>>>> >>>>>>> On Thu, Jul 11, 2013 at 5:40 AM, Sudheer Joseph >>>>>>> <sud...@ya...> wrote: >>>> >>>>>>>> Dear All, >>>>>>>> Is there a straight forward way to get >>>>>>>> Hovemuller diagram or longitude/latitude vs time plot using >>>>> matplotlib. >>>>>>>> If possible please send me some examples if any one know it >>>>> existing in >>>>>>>> web >>>>>>>> >>>>>>>> with best regards, >>>>>>>> Sudheer >>>>>>>> >>>>>>>> *************************************************************** >>>>>>>> Sudheer Joseph >>>>>>>> Indian National Centre for Ocean Information Services >>>>>>>> Ministry of Earth Sciences, Govt. of India >>>>>>>> POST BOX NO: 21, IDA Jeedeemetla P.O. >>>>>>>> Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>>>>>>> Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>>>>>>> Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>>>>>>> E-mail:sjo...@gm...;sud...@ya... >>>>>>>> Web- http://oppamthadathil.tripod.com >>>>>>>> *************************************************************** >>>>>>>> >>>>>>>> >>>>>>> >>>>> ------------------------------------------------------------------------------ >>>>>>>> See everything from the browser to the database with AppDynamics >>>>>>>> Get end-to-end visibility with application monitoring from >>>>> AppDynamics >>>>>>>> Isolate bottlenecks and diagnose root cause in seconds. >>>>>>>> Start your free trial of AppDynamics Pro today! >>>>>>>> >>>>>>> >>>>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >>>>>>>> _______________________________________________ >>>>>>>> Matplotlib-users mailing list >>>>>>>> Mat...@li... >>>>>>>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>>>>>> >>>>>>> >>>>>>> >>>> >>>>>>> -- >>>>>>> Dr. Richard P. Signell (508) 457-2229 >>>>>>> USGS, 384 Woods Hole Rd. >>>>>>> Woods Hole, MA 02543-1598 >>>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Dr. Richard P. Signell (508) 457-2229 >>>>> USGS, 384 Woods Hole Rd. >>>>> Woods Hole, MA 02543-1598 >>>>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> See everything from the browser to the database with AppDynamics >>>> Get end-to-end visibility with application monitoring from AppDynamics >>>> Isolate bottlenecks and diagnose root cause in seconds. >>>> Start your free trial of AppDynamics Pro today! >>>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >>>> _______________________________________________ >>>> Matplotlib-users mailing list >>>> Mat...@li... >>>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>>> >>> >>> ------------------------------------------------------------------------------ >>> See everything from the browser to the database with AppDynamics >>> Get end-to-end visibility with application monitoring from AppDynamics >>> Isolate bottlenecks and diagnose root cause in seconds. >>> Start your free trial of AppDynamics Pro today! >>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> Matplotlib-users mailing list >>> Mat...@li... >>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>> >>> >> >> >> >> -- >> Dr Andrew Dawson >> Atmospheric, Oceanic & Planetary Physics >> Clarendon Laboratory >> Parks Road >> Oxford OX1 3PU, UK >> Tel: +44 (0)1865 282438 >> Email: da...@at... >> Web Site: http://www2.physics.ox.ac.uk/contacts/people/dawson >> >> > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users |
From: Sudheer J. <sud...@ya...> - 2013-07-13 02:00:10
|
Finally I got installed by following link below http://osgeo-org.1560.x6.nabble.com/Iris-draft-installer-td5061171.html *************************************************************** Sudheer Joseph Indian National Centre for Ocean Information Services Ministry of Earth Sciences, Govt. of India POST BOX NO: 21, IDA Jeedeemetla P.O. Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) E-mail:sjo...@gm...;sud...@ya... Web- http://oppamthadathil.tripod.com *************************************************************** ----- Original Message ----- > From: Sudheer Joseph <sud...@ya...> > To: Phil Elson <pel...@gm...> > Cc: "mat...@li..." <mat...@li...> > Sent: Saturday, 13 July 2013 6:49 AM > Subject: Re: [Matplotlib-users] Hovemuller Diagram > > > > Thank you Phil, > Which repository I need to add to source list which allow > me to install iris with apt-get install python-iris. I do not have it in my > default lists. > with best regards, > Sudheer > > *************************************************************** > Sudheer Joseph > Indian National Centre for Ocean Information Services > Ministry of Earth Sciences, Govt. of India > POST BOX NO: 21, IDA Jeedeemetla P.O. > Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 > Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), > Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) > E-mail:sjo...@gm...;sud...@ya... > Web- http://oppamthadathil.tripod.com > *************************************************************** > > >> ________________________________ >> From: Phil Elson <pel...@gm...> >> To: Sudheer Joseph <sud...@ya...> >> Cc: "Signell, Richard" <rsi...@us...>; > "mat...@li..." > <mat...@li...> >> Sent: Friday, 12 July 2013 1:21 PM >> Subject: Re: [Matplotlib-users] Hovemuller Diagram >> >> >> >> The balance of time to install vs time to re-implement a feature is only > something you can decide, but i suspect it is worth your while getting iris > installed (I would say that as an iris developer though). The installation > process is only going to get easier over time, for instance last week we added a > PPA so that with the necessary repos added you would be able to "apt-get > install python-iris" on an Ubuntu machine - for other installation guides > there is a repository of recipes > ( https://github.com/SciTools/installation-recipes ). >> As for achieving this without iris, it is perfectly feasible. You just need > to contourf your data with the longitude as your x coordinate and the date times > as your y coordinate. From memory you might also need to tell matplotlib that > the y coordinate is date/time (I think that is a mpl bug that ajdawson has > recently addressed). Obviously, basemap is not needed as you are not drawing a > longitude/latitude plot but a longitude/time or latitude/time one. >> HTH, >> Phil >> >> >> >> On 11 July 2013 19:06, Sudheer Joseph <sud...@ya...> > wrote: >> >> Thank you Signell, >>> I was looking for better looking labels as well > as a solution with in matplotlib without needing to install additional packages. > I had some trouble with some libraries while trying to install iris. I was > wondering if it is possible with in matplotlib with out additional installations > using the features of basemap package. >>> >>> with best regards, >>> Sudheer >>> >>> >>> >>> *************************************************************** >>> Sudheer Joseph >>> Indian National Centre for Ocean Information Services >>> Ministry of Earth Sciences, Govt. of India >>> POST BOX NO: 21, IDA Jeedeemetla P.O. >>> Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>> Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>> Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>> E-mail:sjo...@gm...;sud...@ya... >>> Web- http://oppamthadathil.tripod.com >>> *************************************************************** >>> >>> >>> ----- Original Message ----- >>>> From: "Signell, Richard" <rsi...@us...> >>>> To: Sudheer Joseph <sud...@ya...> >>>> Cc: >>>> Sent: Friday, 12 July 2013 12:41 AM >>>> Subject: Re: [Matplotlib-users] Hovemuller Diagram >>>> >>>> I don't think I understand your problem. Are you just trying > to get >>>> nicer looking tick labels? >>>> >>>> >>>> On Thu, Jul 11, 2013 at 11:03 AM, Sudheer Joseph >>>> <sud...@ya...> wrote: >>>>> Thanks Signell, >>>>> I had seen it but it is not the correct > type with >>>> Longitude axis, it is having just numbers on x axis I expect axis > like the ones >>>> we get from basemap package. >>> >>>>> with best regards, >>>>> sudheer >>>>> >>>>> >>>>> >>>>> > *************************************************************** >>>>> Sudheer Joseph >>>>> Indian National Centre for Ocean Information Services >>>>> Ministry of Earth Sciences, Govt. of India >>>>> POST BOX NO: 21, IDA Jeedeemetla P.O. >>>>> Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>>>> Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>>>> Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>>>> E-mail:sjo...@gm...;sud...@ya... >>>>> Web- http://oppamthadathil.tripod.com >>>>> > *************************************************************** >>>>> >>>>> >>> >>>>> ----- Original Message ----- >>>>>> From: "Signell, Richard" > <rsi...@us...> >>>>>> To: Sudheer Joseph <sud...@ya...> >>>>>> Cc: >>>>>> Sent: Thursday, 11 July 2013 7:20 PM >>>>>> Subject: Re: [Matplotlib-users] Hovemuller Diagram >>>>>> >>>>>> > http://scitools.org.uk/iris/docs/v1.0/examples/graphics/hovmoller.html >>>>>> >>>>>> On Thu, Jul 11, 2013 at 5:40 AM, Sudheer Joseph >>>>>> <sud...@ya...> wrote: >>> >>>>>>> Dear All, >>>>>>> Is there a straight forward way to get >>>>>>> Hovemuller diagram or longitude/latitude vs time plot > using >>>> matplotlib. >>>>>>> If possible please send me some examples if any one > know it >>>> existing in >>>>>>> web >>>>>>> >>>>>>> with best regards, >>>>>>> Sudheer >>>>>>> >>>>>>> > *************************************************************** >>>>>>> Sudheer Joseph >>>>>>> Indian National Centre for Ocean Information Services >>>>>>> Ministry of Earth Sciences, Govt. of India >>>>>>> POST BOX NO: 21, IDA Jeedeemetla P.O. >>>>>>> Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>>>>>> Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>>>>>> Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>>>>>> E-mail:sjo...@gm...;sud...@ya... >>>>>>> Web- http://oppamthadathil.tripod.com >>>>>>> > *************************************************************** >>>>>>> >>>>>>> >>>>>> >>>> > ------------------------------------------------------------------------------ >>>>>>> See everything from the browser to the database with > AppDynamics >>>>>>> Get end-to-end visibility with application monitoring > from >>>> AppDynamics >>>>>>> Isolate bottlenecks and diagnose root cause in > seconds. >>>>>>> Start your free trial of AppDynamics Pro today! >>>>>>> >>>>>> >>>> > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >>>>>>> _______________________________________________ >>>>>>> Matplotlib-users mailing list >>>>>>> Mat...@li... >>>>>>> > https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>>>>> >>>>>> >>>>>> >>> >>>>>> -- >>>>>> Dr. Richard P. Signell (508) 457-2229 >>>>>> USGS, 384 Woods Hole Rd. >>>>>> Woods Hole, MA 02543-1598 >>>>>> >>>> >>>> >>>> >>>> -- >>>> Dr. Richard P. Signell (508) 457-2229 >>>> USGS, 384 Woods Hole Rd. >>>> Woods Hole, MA 02543-1598 >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> See everything from the browser to the database with AppDynamics >>> Get end-to-end visibility with application monitoring from AppDynamics >>> Isolate bottlenecks and diagnose root cause in seconds. >>> Start your free trial of AppDynamics Pro today! >>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> Matplotlib-users mailing list >>> Mat...@li... >>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>> >> >> >> > > ------------------------------------------------------------------------------ > See everything from the browser to the database with AppDynamics > Get end-to-end visibility with application monitoring from AppDynamics > Isolate bottlenecks and diagnose root cause in seconds. > Start your free trial of AppDynamics Pro today! > http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |
From: Sudheer J. <sud...@ya...> - 2013-07-13 01:22:11
|
Hi, I did not understand 1d mentioned by you? for a diagram like this 2D is must as it need longitude /latitude and also time with best regards, Sudheer From: Andrew Dawson <da...@at...> To: Phil Elson <pel...@gm...> >Cc: Sudheer Joseph <sud...@ya...>; "mat...@li..." <mat...@li...> >Sent: Friday, 12 July 2013 1:28 PM >Subject: Re: [Matplotlib-users] Hovemuller Diagram > > > >As long as you use contour or contourf and your coordinates are 1d you should be able to do this no problem, just like Phil said. However, there is a bug that will prevent you from using pcolormesh or pcolor unfortunately. > > >Andrew > > > >On 12 July 2013 08:51, Phil Elson <pel...@gm...> wrote: > >The balance of time to install vs time to re-implement a feature is only something you can decide, but i suspect it is worth your while getting iris installed (I would say that as an iris developer though). The installation process is only going to get easier over time, for instance last week we added a PPA so that with the necessary repos added you would be able to "apt-get install python-iris" on an Ubuntu machine - for other installation guides there is a repository of recipes ( https://github.com/SciTools/installation-recipes ). >>As for achieving this without iris, it is perfectly feasible. You just need to contourf your data with the longitude as your x coordinate and the date times as your y coordinate. From memory you might also need to tell matplotlib that the y coordinate is date/time (I think that is a mpl bug that ajdawson has recently addressed). Obviously, basemap is not needed as you are not drawing a longitude/latitude plot but a longitude/time or latitude/time one. >>HTH, >>Phil >> >> >> >>On 11 July 2013 19:06, Sudheer Joseph <sud...@ya...> wrote: >> >>Thank you Signell, >>> I was looking for better looking labels as well as a solution with in matplotlib without needing to install additional packages. I had some trouble with some libraries while trying to install iris. I was wondering if it is possible with in matplotlib with out additional installations using the features of basemap package. >>> >>>with best regards, >>>Sudheer >>> >>> >>> >>>*************************************************************** >>>Sudheer Joseph >>>Indian National Centre for Ocean Information Services >>>Ministry of Earth Sciences, Govt. of India >>>POST BOX NO: 21, IDA Jeedeemetla P.O. >>>Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>>Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>>Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>>E-mail:sjo...@gm...;sud...@ya... >>>Web- http://oppamthadathil.tripod.com >>>*************************************************************** >>> >>> >>>----- Original Message ----- >>>> From: "Signell, Richard" <rsi...@us...> >>>> To: Sudheer Joseph <sud...@ya...> >>>> Cc: >>>> Sent: Friday, 12 July 2013 12:41 AM >>>> Subject: Re: [Matplotlib-users] Hovemuller Diagram >>>> >>>> I don't think I understand your problem. Are you just trying to get >>>> nicer looking tick labels? >>>> >>>> >>>> On Thu, Jul 11, 2013 at 11:03 AM, Sudheer Joseph >>>> <sud...@ya...> wrote: >>>>> Thanks Signell, >>>>> I had seen it but it is not the correct type with >>>> Longitude axis, it is having just numbers on x axis I expect axis like the ones >>>> we get from basemap package. >>> >>>>> with best regards, >>>>> sudheer >>>>> >>>>> >>>>> >>>>> *************************************************************** >>>>> Sudheer Joseph >>>>> Indian National Centre for Ocean Information Services >>>>> Ministry of Earth Sciences, Govt. of India >>>>> POST BOX NO: 21, IDA Jeedeemetla P.O. >>>>> Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>>>> Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>>>> Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>>>> E-mail:sjo...@gm...;sud...@ya... >>>>> Web- http://oppamthadathil.tripod.com >>>>> *************************************************************** >>>>> >>>>> >>> >>>>> ----- Original Message ----- >>>>>> From: "Signell, Richard" <rsi...@us...> >>>>>> To: Sudheer Joseph <sud...@ya...> >>>>>> Cc: >>>>>> Sent: Thursday, 11 July 2013 7:20 PM >>>>>> Subject: Re: [Matplotlib-users] Hovemuller Diagram >>>>>> >>>>>> http://scitools.org.uk/iris/docs/v1.0/examples/graphics/hovmoller.html >>>>>> >>>>>> On Thu, Jul 11, 2013 at 5:40 AM, Sudheer Joseph >>>>>> <sud...@ya...> wrote: >>> >>>>>>> Dear All, >>>>>>> Is there a straight forward way to get >>>>>>> Hovemuller diagram or longitude/latitude vs time plot using >>>> matplotlib. >>>>>>> If possible please send me some examples if any one know it >>>> existing in >>>>>>> web >>>>>>> >>>>>>> with best regards, >>>>>>> Sudheer >>>>>>> >>>>>>> *************************************************************** >>>>>>> Sudheer Joseph >>>>>>> Indian National Centre for Ocean Information Services >>>>>>> Ministry of Earth Sciences, Govt. of India >>>>>>> POST BOX NO: 21, IDA Jeedeemetla P.O. >>>>>>> Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>>>>>> Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>>>>>> Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>>>>>> E-mail:sjo...@gm...;sud...@ya... >>>>>>> Web- http://oppamthadathil.tripod.com >>>>>>> *************************************************************** >>>>>>> >>>>>>> >>>>>> >>>> ------------------------------------------------------------------------------ >>>>>>> See everything from the browser to the database with AppDynamics >>>>>>> Get end-to-end visibility with application monitoring from >>>> AppDynamics >>>>>>> Isolate bottlenecks and diagnose root cause in seconds. >>>>>>> Start your free trial of AppDynamics Pro today! >>>>>>> >>>>>> >>>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >>>>>>> _______________________________________________ >>>>>>> Matplotlib-users mailing list >>>>>>> Mat...@li... >>>>>>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>>>>> >>>>>> >>>>>> >>> >>>>>> -- >>>>>> Dr. Richard P. Signell (508) 457-2229 >>>>>> USGS, 384 Woods Hole Rd. >>>>>> Woods Hole, MA 02543-1598 >>>>>> >>>> >>>> >>>> >>>> -- >>>> Dr. Richard P. Signell (508) 457-2229 >>>> USGS, 384 Woods Hole Rd. >>>> Woods Hole, MA 02543-1598 >>>> >>> >>> >>>------------------------------------------------------------------------------ >>>See everything from the browser to the database with AppDynamics >>>Get end-to-end visibility with application monitoring from AppDynamics >>>Isolate bottlenecks and diagnose root cause in seconds. >>>Start your free trial of AppDynamics Pro today! >>>http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >>>_______________________________________________ >>>Matplotlib-users mailing list >>>Mat...@li... >>>https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>> >> >>------------------------------------------------------------------------------ >>See everything from the browser to the database with AppDynamics >>Get end-to-end visibility with application monitoring from AppDynamics >>Isolate bottlenecks and diagnose root cause in seconds. >>Start your free trial of AppDynamics Pro today! >>http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >>_______________________________________________ >>Matplotlib-users mailing list >>Mat...@li... >>https://lists.sourceforge.net/lists/listinfo/matplotlib-users >> >> > > > >-- >Dr Andrew Dawson >Atmospheric, Oceanic & Planetary Physics >Clarendon Laboratory >Parks Road >Oxford OX1 3PU, UK >Tel: +44 (0)1865 282438 >Email: da...@at... >Web Site: http://www2.physics.ox.ac.uk/contacts/people/dawson > > |
From: Sudheer J. <sud...@ya...> - 2013-07-13 01:19:34
|
Thank you Phil, Which repository I need to add to source list which allow me to install iris with apt-get install python-iris. I do not have it in my default lists. with best regards, Sudheer *************************************************************** Sudheer Joseph Indian National Centre for Ocean Information Services Ministry of Earth Sciences, Govt. of India POST BOX NO: 21, IDA Jeedeemetla P.O. Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) E-mail:sjo...@gm...;sud...@ya... Web- http://oppamthadathil.tripod.com *************************************************************** >________________________________ > From: Phil Elson <pel...@gm...> >To: Sudheer Joseph <sud...@ya...> >Cc: "Signell, Richard" <rsi...@us...>; "mat...@li..." <mat...@li...> >Sent: Friday, 12 July 2013 1:21 PM >Subject: Re: [Matplotlib-users] Hovemuller Diagram > > > >The balance of time to install vs time to re-implement a feature is only something you can decide, but i suspect it is worth your while getting iris installed (I would say that as an iris developer though). The installation process is only going to get easier over time, for instance last week we added a PPA so that with the necessary repos added you would be able to "apt-get install python-iris" on an Ubuntu machine - for other installation guides there is a repository of recipes ( https://github.com/SciTools/installation-recipes ). >As for achieving this without iris, it is perfectly feasible. You just need to contourf your data with the longitude as your x coordinate and the date times as your y coordinate. From memory you might also need to tell matplotlib that the y coordinate is date/time (I think that is a mpl bug that ajdawson has recently addressed). Obviously, basemap is not needed as you are not drawing a longitude/latitude plot but a longitude/time or latitude/time one. >HTH, >Phil > > > >On 11 July 2013 19:06, Sudheer Joseph <sud...@ya...> wrote: > >Thank you Signell, >> I was looking for better looking labels as well as a solution with in matplotlib without needing to install additional packages. I had some trouble with some libraries while trying to install iris. I was wondering if it is possible with in matplotlib with out additional installations using the features of basemap package. >> >>with best regards, >>Sudheer >> >> >> >>*************************************************************** >>Sudheer Joseph >>Indian National Centre for Ocean Information Services >>Ministry of Earth Sciences, Govt. of India >>POST BOX NO: 21, IDA Jeedeemetla P.O. >>Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>E-mail:sjo...@gm...;sud...@ya... >>Web- http://oppamthadathil.tripod.com >>*************************************************************** >> >> >>----- Original Message ----- >>> From: "Signell, Richard" <rsi...@us...> >>> To: Sudheer Joseph <sud...@ya...> >>> Cc: >>> Sent: Friday, 12 July 2013 12:41 AM >>> Subject: Re: [Matplotlib-users] Hovemuller Diagram >>> >>> I don't think I understand your problem. Are you just trying to get >>> nicer looking tick labels? >>> >>> >>> On Thu, Jul 11, 2013 at 11:03 AM, Sudheer Joseph >>> <sud...@ya...> wrote: >>>> Thanks Signell, >>>> I had seen it but it is not the correct type with >>> Longitude axis, it is having just numbers on x axis I expect axis like the ones >>> we get from basemap package. >> >>>> with best regards, >>>> sudheer >>>> >>>> >>>> >>>> *************************************************************** >>>> Sudheer Joseph >>>> Indian National Centre for Ocean Information Services >>>> Ministry of Earth Sciences, Govt. of India >>>> POST BOX NO: 21, IDA Jeedeemetla P.O. >>>> Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>>> Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>>> Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>>> E-mail:sjo...@gm...;sud...@ya... >>>> Web- http://oppamthadathil.tripod.com >>>> *************************************************************** >>>> >>>> >> >>>> ----- Original Message ----- >>>>> From: "Signell, Richard" <rsi...@us...> >>>>> To: Sudheer Joseph <sud...@ya...> >>>>> Cc: >>>>> Sent: Thursday, 11 July 2013 7:20 PM >>>>> Subject: Re: [Matplotlib-users] Hovemuller Diagram >>>>> >>>>> http://scitools.org.uk/iris/docs/v1.0/examples/graphics/hovmoller.html >>>>> >>>>> On Thu, Jul 11, 2013 at 5:40 AM, Sudheer Joseph >>>>> <sud...@ya...> wrote: >> >>>>>> Dear All, >>>>>> Is there a straight forward way to get >>>>>> Hovemuller diagram or longitude/latitude vs time plot using >>> matplotlib. >>>>>> If possible please send me some examples if any one know it >>> existing in >>>>>> web >>>>>> >>>>>> with best regards, >>>>>> Sudheer >>>>>> >>>>>> *************************************************************** >>>>>> Sudheer Joseph >>>>>> Indian National Centre for Ocean Information Services >>>>>> Ministry of Earth Sciences, Govt. of India >>>>>> POST BOX NO: 21, IDA Jeedeemetla P.O. >>>>>> Via Pragathi Nagar,Kukatpally, Hyderabad; Pin:5000 55 >>>>>> Tel:+91-40-23886047(O),Fax:+91-40-23895011(O), >>>>>> Tel:+91-40-23044600(R),Tel:+91-40-9440832534(Mobile) >>>>>> E-mail:sjo...@gm...;sud...@ya... >>>>>> Web- http://oppamthadathil.tripod.com >>>>>> *************************************************************** >>>>>> >>>>>> >>>>> >>> ------------------------------------------------------------------------------ >>>>>> See everything from the browser to the database with AppDynamics >>>>>> Get end-to-end visibility with application monitoring from >>> AppDynamics >>>>>> Isolate bottlenecks and diagnose root cause in seconds. >>>>>> Start your free trial of AppDynamics Pro today! >>>>>> >>>>> >>> http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >>>>>> _______________________________________________ >>>>>> Matplotlib-users mailing list >>>>>> Mat...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/matplotlib-users >>>>> >>>>> >>>>> >> >>>>> -- >>>>> Dr. Richard P. Signell (508) 457-2229 >>>>> USGS, 384 Woods Hole Rd. >>>>> Woods Hole, MA 02543-1598 >>>>> >>> >>> >>> >>> -- >>> Dr. Richard P. Signell (508) 457-2229 >>> USGS, 384 Woods Hole Rd. >>> Woods Hole, MA 02543-1598 >>> >> >> >>------------------------------------------------------------------------------ >>See everything from the browser to the database with AppDynamics >>Get end-to-end visibility with application monitoring from AppDynamics >>Isolate bottlenecks and diagnose root cause in seconds. >>Start your free trial of AppDynamics Pro today! >>http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk >>_______________________________________________ >>Matplotlib-users mailing list >>Mat...@li... >>https://lists.sourceforge.net/lists/listinfo/matplotlib-users >> > > > |