-
Notifications
You must be signed in to change notification settings - Fork 234
Closed
Labels
deprecationDeprecating a featureDeprecating a featuredocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
Please describe what could be improved about this page or the typo/mistake that you found:
I would suggest to add a short note regarding the supported syntax for the columns option when using e.g. a data file as input, something like
- data (str or 2d array) – Either a data file name or a 2d numpy array with the tabular data. Use option columns (i) to choose which columns are x, y, color, and size, respectively (e.g.
columns = [0, 1]if the x values are stored in the first column and y values in the second one, note: zero-based indexing is used).
I tried to fix that suggestion by my own following the instructions given in the Contributing Guidelines under Editing the Documentation, however, the corresponding .rst file is not available in the doc folder.
Metadata
Metadata
Assignees
Labels
deprecationDeprecating a featureDeprecating a featuredocumentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers