utils#

Utility functions

Methods

clipped_values(values)

Cut at the 1st and 99th percentiles.

disable_logging()

Disable all logging except errors

extend_docs(cls)

Extend the superclass documentation to subclass.

get_indexes(from_list, find_list[, ...])

Find the intersection of arrays.

set_random_seed(seed)

Set the random seed of the random module

static_fig(fig[, figsize, scale, ax])

Convert plotly figure to matplotlib.