solarwindpy.plotting.spiral.SpiralMeshο
- class SpiralMesh(x, y, initial_xedges, initial_yedges, min_per_bin=250)[source]ο
Bases:
object- property bin_idο
- property catο
pd.Categoricalversion of bin_id, with fill bin removed.
- property dataο
- property initial_edgesο
- property meshο
- property min_per_binο
- property cell_filter_thresholdsο
- property cell_filterο
Boolean
Seriesidentifying properly filled mesh cells.Series selects mesh cells that meet density and area criteria specified by
mesh_cell_filter_thresholds().Notes
Neither density nor size convert log-scale edges into linear scale. Doing so would overweight the area of mesh cells at larger values on a given axis.
- set_cell_filter_thresholds(**kwargs)[source]ο
Set or update the
mesh_cell_filter_thresholds().- Parameters:
density (scalar) β The density quantile above which we want to select bins, e.g. above the 0.01 quantile. This ensures that each bin meets some sufficient fill factor.
size (scalar) β The size quantile below which we want to select bins, e.g. below the 0.99 quantile. This ensures that the bin isnβt so large that it will appear as an outlier.