|
From: Pierre H. <pie...@cr...> - 2014-10-30 17:01:47
|
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 |