Skip to content

Commit

Permalink
Fix typo caught by mmatera
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Sep 27, 2024
1 parent 394e2e2 commit 9c6cc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathics/builtin/drawing/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -2067,7 +2067,7 @@ class ListStepPlot(_ListPlot):
>> ListStepPlot[{1, 1, 2, 3, 5, 8, 13, 21}]
= -Graphics-
'ListPlot' accepts a superset of the Graphics options. \
'ListStepPlot' accepts a superset of the Graphics options. \
By default, 'ListStepPlot's are joined, but that can be disabled.
>> ListStepPlot[{1, 1, 2, 3, 5, 8, 13, 21}, Joined->False]
Expand Down

0 comments on commit 9c6cc77

Please sign in to comment.