Skip to content

Commit

Permalink
pr comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CDonnerer committed Jan 30, 2021
1 parent 5f88ec7 commit 4f12400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/basic_usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Scatter plots can be created via the ``plot`` function::

>>> import numpy as np
>>> import shellplot as plt
>>> x = np.arange(-4, 4, 0.01)
>>> x = np.arange(-4, 4, 0.3)
>>> y = np.cos(x)
>>> plt.plot(x, y)

Expand Down

0 comments on commit 4f12400

Please sign in to comment.