Perry Greenfield wrote:
> On Sep 24, 2007, at 2:32 PM, Tommy Grav wrote:
> 
>> I need to generate a set of histograms, but would like to plot only
>> the "skyline"
>> of the histogram, and leave out the vertical lines where adjencent
>> bars touch.
>> I have looked at the docs, but nothing jumped out at me as the right
>> keyword
>> for this. Is this possible? and if so, how?
> 
> I believe that you can do the same thing using the regular plot  
> command with linestyles='steps' (but I think you need to fiddle with  
> the x values so that the steps are aligned properly. But it would be  
> nice if hist could do this too.

There is also an axes step() method in svn.

Eric

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to