Title says it all (using matplotlib 1.3.1): ``` hist([randn(100),randn(100)],orientation='horizontal', histtype='step') ```  The 2nd histo is just going nuts. This works fine for traditional 'vertical' orientation and/or non-stepped histos.