 
    
  
      
    Axes.step(x, y, *args, **kwargs)¶Make a step plot.
| Parameters: | x : array_like 
 y : array_like 
 | 
|---|---|
| Returns: | list 
 | 
| Other Parameters: | |
| where : [ ‘pre’ | ‘post’ | ‘mid’ ] 
 | |
Notes
Additional parameters are the same as those for
plot().
Note
In addition to the above described arguments, this function can take a data keyword argument. If such a data argument is given, the following arguments are replaced by data[<arg>]: