Merge pull request #357 from rutaihwa/master

fix typo in documenting book_plots plot_errorbars
This commit is contained in:
Roger Labbe
2020-10-13 07:47:35 -07:00
committed by GitHub

View File

@@ -80,7 +80,7 @@ def plot_errorbars(bars, xlims, ylims=(-1, 1)):
tuple containing min and max values for x axis
y-lims : tuple, optional
tuple containing min and max values for x axis
tuple containing min and max values for y axis ( the default is (-1, 1))
Example
-------