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
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>]: