Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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