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 the hierarchy function dist_plot always forwards to plotting.dist_plot which computes a histogram of the aggregated particle populations and shows it as a colormap.
This issue is about adding another way, namely a scatter plot like:
Below is a POC code that needs cleaning, in particular we would like to account for various kwargs available in dist_plot in the scatter plot as well.
Currently the hierarchy function
dist_plot
always forwards toplotting.dist_plot
which computes a histogram of the aggregated particle populations and shows it as a colormap.This issue is about adding another way, namely a scatter plot like:
Below is a POC code that needs cleaning, in particular we would like to account for various kwargs available in dist_plot in the scatter plot as well.
The text was updated successfully, but these errors were encountered: