table-curve command

Open
#146 0 comments 0 reactions 0 assignees View on GitHub

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

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

enhancement Low Priority

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from llnl/PyDV

All issues in llnl/PyDV

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.