Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plot points function that allows passing in computed data frame #554

Open
smcguire-cmu opened this issue Jan 28, 2025 · 0 comments
Open

Comments

@smcguire-cmu
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant