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
commit 48babe1b45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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