I have two lists that I would like to plot as two separate histograms  
inside the same
plot. However

pylab.hist(h1list,26,facecolor='r')
pylab.hist(h2list,26,alpha=0.3)
pylab.show()

seems to plot the two histograms with different x-y limits on the  
axis. Also how can
I force the bins to have the same start and end?

Cheers
   Tommy

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to