You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: