adafruit / adafruit/Adafruit_CircuitPython_DisplayIO_Layout
featurerequest: widget.cartesian - multiple line-plots in same axis
Open
- Dominant language
- Python
- Stars
- 13
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
i think it would make a nice addition to be able to plot multiple lines in the same Cartesian.
what i think needs to be done for this:
- [ ] extract line drawing to sub-class
- the subclass could be an self contained bitmap or group (what makes more sense here?)
- [ ] change to `add point` function
- [ ] add `draw` or `update` function (what is the better naming here?)
- [ ] color option
- [ ] handle multiple Plot-Classes
please let me know what you think!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.