table-curve command
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 45/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- python
- Domain
- cli, data-visualization
Research direction
Locate the command entry point for table-curve and the existing table-reading and plotting paths. Implement the specified point count, offsets, strides, row-wise gathering, and index fallback, then verify that the command produces the requested curve for each supported argument form.
Written by the indexing model from the issue text.
Description
Procedure: Build a curve from data in the current table. Tables are regarded simply as contiguous blocks of numbers and you may specify how the x and y values are to be gathered from the table. Tables are read row-wise and the offsets are reckoned accordingly. The number of points must be specified. The zero based offset from the beginning of the table and the stride to be used in gathering the values may be given. The default offset and stride for the y values are zero and one, respectively. If no offset for the x values is specified, the y values are plotted versus index.
Usage: table-curve num-points [y-offset [y-stride [x-offset [x-stride]]]]
- Dominant language
- Python
- Stars
- 15
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from llnl/PyDV
-
bug
Difficulty 3/5 1-2 days Newbie friendliness 48/100
-
bug
Difficulty 5/5 Over a week Newbie friendliness 15/100
-
enhancement Low Priority
Difficulty 3/5 1-2 days Newbie friendliness 35/100
-
enhancement
-
Add thin command Openenhancement High Priority
Difficulty 3/5 1-2 days Newbie friendliness 35/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100