Re: [Matplotlib-users] Is it possible to truncate axes in matplotlib?

2013-05-24 Thread ChaoYue
Hi, could you send an attachment to show what you've achieved so far? Chao -- View this message in context: http://matplotlib.1069221.n5.nabble.com/Is-it-possible-to-truncate-axes-in-matplotlib-tp41092p41122.html Sent from the matplotlib - users mailing list archive at Nabble.com.

Re: [Matplotlib-users] Is it possible to truncate axes in matplotlib?

2013-05-24 Thread ChaoYue
Hi Mat, so you have two points in the TODO: #TODO: #plot something on the left side of suplot 2 -- plt.plot(xx,yy, marker = 'o', color = 'k') does not work #change the y axis of suplot 2, on the right and on the left side the first one, is this what you want? left_ax.plot(xx,yy,

[Matplotlib-users] legend and text

2013-05-24 Thread Sudheer Joseph
Dear users,              I was trying to figure out 2 things for my below script.  1) How do I put a correct legend in below plot for both the bar and line? Also if I wanted add another set of bars(for comparison) side by side with a different color is ut possible with proper legend? 2) Is there