observablehq / observablehq/plot
Specify the min or max of a quantitative scale without specifying the whole extent
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 5.4k
- Forks
- 244
- PR merge metrics
- No merged PRs in 30d
Description
Possibilities:
- a min option and a max option.
- support domain: [min, undefined] and domain: [undefined, max]
- support domain as a function of the channels
min and max is more straightforward, but we'd have to decide what happens when people specify both a min and an explicit domain (a warning maybe?).
domain as a function opens lots of other possibilities (like custom “nicing”), which might be a pro or a con.
Contributor guide
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.
Research direction
The issue does not identify a file, test, or entry point to inspect. First resolve whether partial extents use min/max options, undefined domain bounds, or a domain function, including how explicit domains interact with min and max. Done requires an agreed API and behavior before implementation can be scoped.
Written by the indexing model from the issue text.
Assessment
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100