llnl / llnl/PyDV

table-curve command

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

Nobody has claimed this yet.

enhancement Low Priority
Dominant language
Python
Stars
15
Forks
6
PR merge metrics
No merged PRs in 30d

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]]]]

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.

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.

Assessment

Tech stack
python
Domain
cli, data-visualization
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.