SYMBOL INDEX (133 symbols across 17 files) FILE: examples/example2.py function post (line 17) | def post(self, i): FILE: examples/example3.py function post_update (line 17) | def post_update(self, i): FILE: examples/lineplot_dark1.py function post (line 20) | def post(self, i): FILE: src/pynimate/bar.py class Barplot (line 13) | class Barplot: method __init__ (line 14) | def __init__( method add_var (line 150) | def add_var(self, row_var: pd.DataFrame = None, col_var: pd.DataFrame ... method set_bar_color (line 175) | def set_bar_color(self, colors: Union[list, dict[str, str]]): method set_axes (line 200) | def set_axes(self, ax: plt.Axes) -> None: method set_xylim (line 210) | def set_xylim( method getTopXY (line 242) | def getTopXY(self, i: int) -> SimpleNamespace: method set_title (line 267) | def set_title( method set_xlabel (line 305) | def set_xlabel( method set_time (line 343) | def set_time( method set_text (line 397) | def set_text( method remove_text (line 455) | def remove_text(self, keys: list[str]): method set_bar_border_props (line 466) | def set_bar_border_props( method _get_rounded_eges (line 496) | def _get_rounded_eges( method set_barh (line 526) | def set_barh(self, bar_height: float = 0.86, **kwargs): method set_xticks (line 537) | def set_xticks( method set_yticks (line 558) | def set_yticks( method set_grid (line 579) | def set_grid( method set_bar_annots (line 608) | def set_bar_annots( method add_extras (line 640) | def add_extras( method init (line 673) | def init(self) -> None: method update (line 684) | def update(self, i: int) -> None: FILE: src/pynimate/barhplot.py class Barhplot (line 12) | class Barhplot(Baseplot): method __init__ (line 13) | def __init__( method from_df (line 78) | def from_df( method set_xylim (line 104) | def set_xylim( method get_ith_bar_attrs (line 135) | def get_ith_bar_attrs(self, i: int) -> SimpleNamespace: method _get_rounded_eges (line 163) | def _get_rounded_eges( method set_barh (line 195) | def set_barh(self, bar_height: float = 0.86, **kwargs): method set_bar_annots (line 205) | def set_bar_annots( method set_bar_border_props (line 237) | def set_bar_border_props( method update (line 267) | def update(self, i: int) -> None: FILE: src/pynimate/baseplot.py class Baseplot (line 11) | class Baseplot: method __init__ (line 12) | def __init__( method from_df (line 84) | def from_df( method generate_column_colors (line 108) | def generate_column_colors(self) -> dict[str, str]: method set_column_decorations (line 136) | def set_column_decorations( method set_column_colors (line 166) | def set_column_colors(self, colors: Union[str, list[str], dict[str, st... method set_xylim (line 209) | def set_xylim(self, xlim: list[float] = [], ylim: list[float] = []): method set_axes (line 237) | def set_axes(self, ax: plt.Axes) -> None: method set_title (line 247) | def set_title( method set_xlabel (line 285) | def set_xlabel( method set_time (line 323) | def set_time( method set_text (line 377) | def set_text( method remove_text (line 435) | def remove_text(self, keys: Union[str, list[str]]): method set_xticks (line 450) | def set_xticks( method set_yticks (line 471) | def set_yticks( method set_grid (line 492) | def set_grid( method update (line 521) | def update(self, i): FILE: src/pynimate/canvas.py class Canvas (line 8) | class Canvas: method __init__ (line 9) | def __init__( method add_plot (line 47) | def add_plot(self, plot, index: tuple[int, int] = (0, 0)) -> __qualnam... method _update (line 71) | def _update(self, i: int) -> None: method animate (line 76) | def animate( method save (line 102) | def save(self, filename: str, fps: int, extension: str = "gif", **kwar... FILE: src/pynimate/datafier.py class Datafier (line 8) | class Datafier: method __init__ (line 9) | def __init__( method add_var (line 89) | def add_var(self, row_var: pd.DataFrame = None, col_var: pd.DataFrame ... method interpolate (line 115) | def interpolate( method interpolate_even (line 129) | def interpolate_even( method get_prepared_data (line 171) | def get_prepared_data( method get_top_cols (line 221) | def get_top_cols(self) -> list[int]: method get_bar_colors (line 233) | def get_bar_colors(self) -> dict[str, str]: class BaseDatafier (line 254) | class BaseDatafier: method __init__ (line 255) | def __init__( method add_var (line 287) | def add_var(self, row_var: pd.DataFrame = None, col_var: pd.DataFrame ... method interpolate_even (line 313) | def interpolate_even( method interpolate_data (line 355) | def interpolate_data(self) -> pd.DataFrame: class BarDatafier (line 366) | class BarDatafier(BaseDatafier): method __init__ (line 367) | def __init__( method interpolate_data (line 442) | def interpolate_data(self) -> pd.DataFrame: method get_data_ranks (line 446) | def get_data_ranks(self, ip_frac: float = 0.1) -> pd.DataFrame: method get_top_cols (line 487) | def get_top_cols(self) -> list[str]: class LineDatafier (line 500) | class LineDatafier(BaseDatafier): method __init__ (line 501) | def __init__( method prepare_data (line 524) | def prepare_data(self) -> pd.DataFrame: FILE: src/pynimate/lineplot.py class Lineplot (line 11) | class Lineplot(Baseplot): method __init__ (line 12) | def __init__( method from_df (line 85) | def from_df( method set_xylim (line 117) | def set_xylim(self, xlim: list[float] = [], ylim: list[float] = []): method set_column_linestyles (line 139) | def set_column_linestyles( method set_line (line 154) | def set_line(self, **kwargs) -> None: method set_line_annots (line 162) | def set_line_annots( method set_line_head (line 183) | def set_line_head(self, edgecolors: Union[str, list[str]] = "k", **kwa... method set_marker (line 193) | def set_marker(self, **kwargs) -> None: method set_legend (line 197) | def set_legend(self, **kwargs) -> None: method update (line 201) | def update(self, i) -> None: FILE: src/pynimate/utils.py function human_readable (line 6) | def human_readable(num: Union[float, int], precision: int = 2, *args) ->... FILE: tests/conftest.py function sample_data1 (line 12) | def sample_data1() -> pd.DataFrame: function sample_data2 (line 26) | def sample_data2() -> pd.DataFrame: function sample_data1_basedfr (line 37) | def sample_data1_basedfr(sample_data1) -> BaseDatafier: function sample_data1_bardfr (line 42) | def sample_data1_bardfr(sample_data1) -> BarDatafier: function sample_data1_linedfr (line 47) | def sample_data1_linedfr(sample_data1) -> BarDatafier: function map_data (line 52) | def map_data() -> pd.DataFrame: FILE: tests/test_bar.py function test_barplot_set_bar_color_list (line 7) | def test_barplot_set_bar_color_list(sample_data1): function test_barplot_set_bar_color_dict (line 27) | def test_barplot_set_bar_color_dict(sample_data1): function test_barplot_set_bar_color_error_length (line 40) | def test_barplot_set_bar_color_error_length(sample_data1): function test_barplot_set_bar_color_error_col_mismatch (line 53) | def test_barplot_set_bar_color_error_col_mismatch(sample_data1): function test_barplot_set_text_error_empty_text (line 67) | def test_barplot_set_text_error_empty_text(sample_data1): function test_barplot_set_text_priority (line 73) | def test_barplot_set_text_priority(sample_data1): function test_barplot_remove_text (line 79) | def test_barplot_remove_text(sample_data1): FILE: tests/test_barhplot.py function test_barhplot_xylim (line 4) | def test_barhplot_xylim(sample_data1_bardfr): function test_barhplot_generate_column_colors (line 9) | def test_barhplot_generate_column_colors(map_data): function test_barhplot_ith_bar_attrs (line 40) | def test_barhplot_ith_bar_attrs(sample_data1): FILE: tests/test_baseplot.py function test_baseplot_generate_column_colors (line 6) | def test_baseplot_generate_column_colors(sample_data1_basedfr): function test_baseplot_set_column_colors_str (line 18) | def test_baseplot_set_column_colors_str(sample_data1_basedfr): function test_baseplot_set_column_colors_list (line 31) | def test_baseplot_set_column_colors_list(sample_data1_basedfr): function test_baseplot_set_column_colors_dict (line 52) | def test_baseplot_set_column_colors_dict(sample_data1_basedfr): function test_baseplot_set_column_color_err_length (line 73) | def test_baseplot_set_column_color_err_length(sample_data1_basedfr): function test_baseplot_set_column_color_err_col_mismatch (line 85) | def test_baseplot_set_column_color_err_col_mismatch(sample_data1_basedfr): function test_baseplot_set_column_color_err_type (line 98) | def test_baseplot_set_column_color_err_type(sample_data1_basedfr): function test_baseplot_xylim (line 114) | def test_baseplot_xylim(sample_data1_basedfr): function test_baseplot_text_structure (line 122) | def test_baseplot_text_structure(sample_data1_basedfr): function test_baseplot_set_text_error_empty_text (line 133) | def test_baseplot_set_text_error_empty_text(sample_data1_basedfr): function test_baseplot_set_text_priority (line 139) | def test_baseplot_set_text_priority(sample_data1_basedfr): function test_baseplot_remove_text (line 145) | def test_baseplot_remove_text(sample_data1_basedfr): FILE: tests/test_datafier.py function test_datafier_init (line 7) | def test_datafier_init(sample_data1): function test_datafier_interpolate_even (line 12) | def test_datafier_interpolate_even(sample_data2): function test_datafier_get_top_cols (line 37) | def test_datafier_get_top_cols(map_data): function test_datafier_get_bar_colors (line 68) | def test_datafier_get_bar_colors(map_data): function test_datafier_get_prepared_data (line 99) | def test_datafier_get_prepared_data(sample_data1): function test_basedatafier_interpolate_even (line 153) | def test_basedatafier_interpolate_even(sample_data2): function test_bardfr_init (line 178) | def test_bardfr_init(sample_data1): function test_bardfr_df_ranks (line 183) | def test_bardfr_df_ranks(sample_data1): function test_bardfr_get_top_cols (line 211) | def test_bardfr_get_top_cols(map_data): FILE: tests/test_lineplot.py function test_lineplot_linestyle (line 4) | def test_lineplot_linestyle(sample_data1_linedfr): function test_lineplot_linestyle_dict (line 17) | def test_lineplot_linestyle_dict(sample_data1_linedfr): FILE: tests/test_utils.py function test_human_readable (line 4) | def test_human_readable(): function test_human_readable_k (line 8) | def test_human_readable_k(): function test_human_readable_m (line 12) | def test_human_readable_m():