|
From: Thomas C. <tca...@gm...> - 2014-10-30 17:04:39
|
https://stackoverflow.com/questions/12841847/step-function-in-matplotlib/12846384#12846384 is a much better example of how to control the step function. On Thu, Oct 30, 2014 at 1:01 PM, Pierre Haessig <pie...@cr...> wrote: > You might also be interested in > http://stackoverflow.com/questions/15188005/linestyle-in-matplotlib-step-function > which details the `drawstyle` parameters. It can be set to 'steps-post' > for example. > > The only case I was not able to cover with this parameter are the > fill_between plots, because they do not use Line objects... > > -- > Pierre > > ------------------------------------------------------------------------------ > _______________________________________________ > Matplotlib-users mailing list > Mat...@li... > https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Thomas Caswell tca...@gm... |