Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Amongs other things, fixes #518
  • Loading branch information
corranwebster committed May 15, 2023
1 parent 5603512 commit 1a74fec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chaco/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,9 +324,9 @@ def plot(
For segment plots index and value arrays alternate between
coordinates for the start and end points of segments.
type : comma-delimited string of plot type
The types of plots to add. One of "line", "scatter",
"cmap_scatter", "polygon", "bar", "filled_line", "segment", "text"
type : string of plot type
The type of plot to add. One of "line", "scatter", "cmap_scatter",
"polygon", "bar", "filled_line", "segment", "text"
name : string
The name of the plot. If None, then a default one is created
(usually "plotNNN").
Expand Down

0 comments on commit 1a74fec

Please sign in to comment.