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
(14) |
|
2
(6) |
3
(10) |
4
(3) |
5
(2) |
6
(3) |
7
(21) |
8
|
|
9
|
10
(4) |
11
(2) |
12
(8) |
13
(17) |
14
(9) |
15
(5) |
|
16
(3) |
17
|
18
(10) |
19
(11) |
20
(3) |
21
(11) |
22
(1) |
|
23
|
24
(2) |
25
|
26
(3) |
27
(6) |
28
|
29
|
|
30
|
|
|
|
|
|
|
|
From: Eric F. <ef...@ha...> - 2014-11-27 18:08:28
|
On 2014/11/27, 4:55 AM, Bala subramanian wrote: > Friends, > > I want to make multiple graphs on a single axes. As an example, i am > pasting below an article where it has been shown. > > http://www.ncbi.nlm.nih.gov/pubmed/23403925 > > My plot of interest is *Figure7B*, where multiple distribution are > depicted in single plot. I want to make a similar one. Kindly give me > some insights on how i can make it with mpl, if anyone have achieved > making it with mpl. Fig 7b is just a set of curves with sequential offsets in x, right? A LineCollection can be nice for this. See the last panel in http://matplotlib.org/examples/api/collections_demo.html. Eric > > Thanks in advance, > Bala > > > -- > C. Balasubramanian > |
|
From: Francesco M. <fra...@gm...> - 2014-11-27 17:17:33
|
Hi, put all them into a list ps = [p1, p2, ..., pn] and then unpack them path.Path.make_compound_path(*ps) Cheers, Fra ps: this is standard python unpacking 2014-11-27 18:12 GMT+01:00 Evan Mason <eva...@gm...>: > Hi, I have several path objects that I want to join together with > make_compound_path. > > For example, with p1 and p2: > > In [136]: p1 > Out[136]: > Path(array([[-29.85721973, -30. ], > [-29.84752676, -29.77715877], > [-29.88734508, -29.55431755], > [-29.97470553, -29.33147632], > [-30. , -29.28831083]]), None) > > In [138]: p2 > Out[138]: > Path(array([[-30. , 45.0000166 ], > [-29.94756898, 45.09749304], > [-29.87227011, 45.32033426], > [-29.84525888, 45.54317549], > [-29.86787108, 45.76601671], > [-29.93898847, 45.98885794], > [-30. , 46.10595725]]), None) > > I can do path.Path.make_compound_path(p1, p2) which joins them > successfully. > If I have a another path, p3, I can do: > path.Path.make_compound_path(p1, p2,p3), and so on. > > However, in my script I never know how many paths I will have, so I'd like > to put them into some sort of container, and pass that to > make_compound_path. I've tried lists: > > > In [140]: p1p2 = [p1, p2] > > In [141]: path.Path.make_compound_path(p1p2) > --------------------------------------------------------------------------- > AttributeError Traceback (most recent call last) > <ipython-input-141-eb62de9fcada> in <module>() > ----> 1 path.Path.make_compound_path(p1p2) > > /usr/lib64/python2.7/site-packages/matplotlib-1.4.2-py2.7-linux-x86_64.egg > /matplotlib/path.py > in make_compound_path(cls, *args) > 330 total_length = sum(lengths) > 331 > --> 332 vertices = np.vstack([x.vertices for x in args]) > 333 vertices.reshape((total_length, 2)) > 334 > > AttributeError: 'list' object has no attribute 'vertices' > > > without success. Can anybody suggest a way to do this? > > Thanks, Evan > > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > |
|
From: Evan M. <eva...@gm...> - 2014-11-27 17:12:23
|
Hi, I have several path objects that I want to join together with
make_compound_path.
For example, with p1 and p2:
In [136]: p1
Out[136]:
Path(array([[-29.85721973, -30. ],
[-29.84752676, -29.77715877],
[-29.88734508, -29.55431755],
[-29.97470553, -29.33147632],
[-30. , -29.28831083]]), None)
In [138]: p2
Out[138]:
Path(array([[-30. , 45.0000166 ],
[-29.94756898, 45.09749304],
[-29.87227011, 45.32033426],
[-29.84525888, 45.54317549],
[-29.86787108, 45.76601671],
[-29.93898847, 45.98885794],
[-30. , 46.10595725]]), None)
I can do path.Path.make_compound_path(p1, p2) which joins them successfully.
If I have a another path, p3, I can do:
path.Path.make_compound_path(p1, p2,p3), and so on.
However, in my script I never know how many paths I will have, so I'd like
to put them into some sort of container, and pass that to
make_compound_path. I've tried lists:
In [140]: p1p2 = [p1, p2]
In [141]: path.Path.make_compound_path(p1p2)
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-141-eb62de9fcada> in <module>()
----> 1 path.Path.make_compound_path(p1p2)
/usr/lib64/python2.7/site-packages/matplotlib-1.4.2-py2.7-linux-x86_64.egg
/matplotlib/path.py
in make_compound_path(cls, *args)
330 total_length = sum(lengths)
331
--> 332 vertices = np.vstack([x.vertices for x in args])
333 vertices.reshape((total_length, 2))
334
AttributeError: 'list' object has no attribute 'vertices'
without success. Can anybody suggest a way to do this?
Thanks, Evan
|
|
From: Paul H. <pmh...@gm...> - 2014-11-27 17:05:55
|
Check out the third example in the gallery: Gallery Link: http://matplotlib.org/gallery.html Direct Link: http://matplotlib.org/examples/lines_bars_and_markers/fill_demo_features.html On Thu, Nov 27, 2014 at 6:55 AM, Bala subramanian <bal...@gm... > wrote: > Friends, > > I want to make multiple graphs on a single axes. As an example, i am > pasting below an article where it has been shown. > > http://www.ncbi.nlm.nih.gov/pubmed/23403925 > > My plot of interest is *Figure7B*, where multiple distribution are > depicted in single plot. I want to make a similar one. Kindly give me some > insights on how i can make it with mpl, if anyone have achieved making it > with mpl. > > Thanks in advance, > Bala > > > -- > C. Balasubramanian > > > ------------------------------------------------------------------------------ > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server > from Actuate! Instantly Supercharge Your Business Reports and Dashboards > with Interactivity, Sharing, Native Excel Exports, App Integration & more > Get technology previously reserved for billion-dollar corporations, FREE > > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users > > |
|
From: Shahar Shani-K. <ka...@po...> - 2014-11-27 17:04:27
|
you could go with something like this:
import matplotlib.pyplot as plt
import numpy as np
fig, ax = plt.subplots(1, 10, figsize=(10,3))
fig.subplots_adjust(wspace=0)
for i,axi in enumerate(ax):
axi.axis((0,1,0,1))
axi.xaxis.set_ticks([])
axi.yaxis.set_ticks([])
if i is 0:
axi.xaxis.tick_bottom()
axi.yaxis.tick_left()
axi.spines['right'].set_visible(False)
axi.spines['top'].set_visible(False)
axi.spines['left'].set_bounds(0, 1)
axi.spines['bottom'].set_bounds(0, 1)
axi.yaxis.set_ticks(np.linspace(0,1,5))
axi.yaxis.set_ticklabels(np.linspace(0,1,5))
axi.xaxis.set_ticks(np.linspace(0,1,3))
axi.xaxis.set_ticklabels(np.linspace(0,1,3))
if i > 0:
axi.set_frame_on(False)
axi.plot(np.random.rand(10), np.random.rand(10))
On Nov 27, 2014, at 4:55 PM, Bala subramanian <bal...@gm...> wrote:
> Friends,
>
> I want to make multiple graphs on a single axes. As an example, i am pasting below an article where it has been shown.
>
> http://www.ncbi.nlm.nih.gov/pubmed/23403925
>
> My plot of interest is Figure7B, where multiple distribution are depicted in single plot. I want to make a similar one. Kindly give me some insights on how i can make it with mpl, if anyone have achieved making it with mpl.
>
> Thanks in advance,
> Bala
>
>
> --
> C. Balasubramanian
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk_______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
|
|
From: Bala s. <bal...@gm...> - 2014-11-27 14:56:00
|
Friends, I want to make multiple graphs on a single axes. As an example, i am pasting below an article where it has been shown. http://www.ncbi.nlm.nih.gov/pubmed/23403925 My plot of interest is *Figure7B*, where multiple distribution are depicted in single plot. I want to make a similar one. Kindly give me some insights on how i can make it with mpl, if anyone have achieved making it with mpl. Thanks in advance, Bala -- C. Balasubramanian |