Skip to content

Some plots not possible for single parameter #297

@stemasc

Description

@stemasc

Quick fixes:

To calibration_ecdf.py add in line 157:
if not isinstance(plot_data["axes"], np.ndarray):
plot_data["axes"] = np.array([plot_data["axes"]])

To plot_utils.py add:

if not isinstance(axes, np.ndarray):
axes = np.array([axes])

in:

  1. prettify_subplots
  2. add_x_labels
  3. add_y_labels
    respectively at the beginning of the function

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions