astronomy-commons / astronomy-commons/lsdb
Plot points function that allows passing in computed data frame
Open
performance
- Dominant language
- Python
- Stars
- 55
- Forks
- 26
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 5
Description
Currently if you want to plot the points of a catalog, you need to call plot points which will then compute the catalog. If you want to call plot points again, the compute will be performed again. We should look into either dask persisting the result in plot points, or making a plot points method which can be called on a computed data frame.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.