|
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 > |