pygal.util module¶
Various utility functions
-
pygal.util.compute_logarithmic_scale(min_, max_, min_scale, max_scale)[source]¶ Compute an optimal scale for logarithmic
-
pygal.util.compute_scale(min_, max_, logarithmic, order_min, min_scale, max_scale)[source]¶ Compute an optimal scale between min and max
-
pygal.util.ident(x)¶
-
pygal.util.split_title(title, width, title_fs)[source]¶ Split a string for a specified width and font size
-
pygal.util.swap(tuple_)¶