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 <[email protected]> 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/matplotlib-users -- Thomas Caswell [email protected] ------------------------------------------------------------------------------ _______________________________________________ Matplotlib-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/matplotlib-users
