Module functions.graphy.main_graph
def add_standard_arguments(standard_arguments: dict, info: dict) ‑> Optional[None]
-
def create_subtitle_text(subtitle_custom_text: str, x: pandas.core.frame.DataFrame, info: dict, variables: list, special_variables: list, meta: pyreadstat._readstat_parser.metadata_container, subtitle_add_before: str, subtitle_add_after: str, total_variable: str = 'left_label', mean: bool = False, wordcloud: bool = False) ‑> str
-
def create_tag_text(tag_custom_text: str, variables: list[str], tag_add_before: str, tag_add_after: str, info: dict) ‑> str
-
def create_title_text(title_custom_text: str, meta: pyreadstat._readstat_parser.metadata_container, variables: list[str], remove_text_before_title: str, remove_text_after_title: str, select_variable_levels: list, title_add_end: str = '') ‑> str
-
def get_colors(x: pandas.core.frame.DataFrame, meta: pyreadstat._readstat_parser.metadata_container, variables: list[str], color_theme: str, color_type: str, info: dict, color_direction: str, special_variables: list[int], color_custom: list[str], break_color: bool = False, continous_scale: bool = False, break_x_axis: bool = False) ‑> list[str]
-
def get_standard_graph_layout(info: dict) ‑> dict
-
def get_text_positions(title_text: str, subtitle_text: str, tag_text: str, title_position: int, subtitle_position: int, tag_position: int) ‑> tuple[str, str, str]
-
def get_value_label_colors(value_label_color: int, colors: list[str]) ‑> list[str]
-
def hex_to_rgb(value)
-
def raise_type_errors(variable, type) ‑> None
-