lincc-frameworks / lincc-frameworks/hyrax
Experiment with echarts/ipecharts
@mtauraso is already working on this.
Since Feb 25, 2025.
- Dominant language
- Python
- Stars
- 41
- Forks
- 7
- Avg merge
- 5d 1h
- Merged PRs (30d)
- 8
Description
The idea here is to prototype a scatter plot that can bring up astro data in a side widget on a scatter-plot click. Progression to showing a single astro image, and perhaps three-image stack (template, reference, science?)
The prototype Andy shared uses a fake time-series,
Echarts because it:
- Looks great
- Available as an ipython wiget through ipecharts
- Relatively fast on millions of points in a scatter
Differences from holoviews:
- Interaction callbacks can live in javascript
- Echarts doesn't own every widget, you can define your own widgets to display more easily.
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.
Assessment
This issue has not been assessed yet.