Discrete position scales in polar coordinates
Open
Nobody has claimed this yet.
writer
- Dominant language
- Rust
- Stars
- 554
- Forks
- 30
- Avg merge
- 17h 27m
- Merged PRs (30d)
- 8
Description
For example, rectangles should easily translate to arc mark, but they currently don't.
VISUALISE Day AS x, Month AS y, Temp AS fill FROM ggsql:airquality
DRAW rect
PROJECT x, y TO polar
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.
Research direction
Start by reproducing the supplied ggsql:airquality example and trace how the DRAW rect mark is handled after PROJECT x, y TO polar. Inspect the polar-coordinate and mark-conversion paths to determine how discrete position scales should map rectangles to arcs. Done means the example renders rectangles as arc marks in polar coordinates, with coverage for the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100