mizani 0.8.1
  • Site
      • bounds - Limiting data values for a palette
        • censor()
        • expand_range()
        • rescale()
        • rescale_max()
        • rescale_mid()
        • squish_infinite()
        • zero_range()
        • expand_range_distinct()
        • squish()
      • breaks - Partitioning a scale for readability
        • mpl_breaks
        • log_breaks
        • minor_breaks
        • trans_minor_breaks
        • date_breaks
        • timedelta_breaks
        • extended_breaks
      • formatters - Labelling breaks
        • comma_format
        • custom_format
        • currency_format
        • dollar_format
        • percent_format
        • scientific_format
        • date_format
        • mpl_format
        • log_format
        • timedelta_format
        • pvalue_format
        • ordinal_format
        • number_bytes_format
      • palettes - Mapping values onto the domain of a scale
        • hls_palette()
        • husl_palette()
        • rescale_pal()
        • area_pal()
        • abs_area()
        • grey_pal()
        • hue_pal()
        • brewer_pal()
        • gradient_n_pal()
        • cmap_pal()
        • cmap_d_pal()
        • desaturate_pal()
        • manual_pal()
        • xkcd_palette()
        • crayon_palette()
        • cubehelix_pal()
      • transforms - Transforming variables, scales and coordinates
        • asn_trans
        • atanh_trans
        • boxcox_trans()
        • modulus_trans()
        • datetime_trans
        • exp_trans()
        • identity_trans
        • log10_trans
        • log1p_trans
        • log2_trans
        • log_trans()
        • logit_trans
        • probability_trans()
        • probit_trans
        • reverse_trans
        • sqrt_trans
        • timedelta_trans
        • pd_timedelta_trans
        • pseudo_log_trans()
        • reciprocal_trans
        • trans
        • trans_new()
        • gettrans()
      • scale - Implementing a scale
        • scale_continuous
        • scale_discrete
      • Installation
        • Official release installation
        • Development installation
      • Changelog
        • v0.8.1
        • v0.8.0
        • v0.7.4
        • v0.7.3
        • v0.7.2
        • v0.7.1
        • v0.7.0
        • v0.6.0
        • v0.5.4
        • API Changes
        • v0.5.3
        • API Changes
        • v0.5.2
        • v0.5.1
        • v0.5.0
        • v0.4.6
        • v0.4.5
        • v0.4.4
        • v0.4.3
        • v0.4.2
        • v0.4.1
        • v0.4.0
        • v0.3.4
        • v0.3.3
        • v0.3.2
        • v0.3.1
        • v0.3.0
        • v0.2.0
        • v0.1.0
  • Page
      • Mizani
        • Contents

Mizani¶

Mizani is python library that provides the pieces necessary to create scales for a graphics system. It is based on the R Scales package.

Contents¶

  • bounds - Limiting data values for a palette
  • breaks - Partitioning a scale for readability
  • formatters - Labelling breaks
  • palettes - Mapping values onto the domain of a scale
  • transforms - Transforming variables, scales and coordinates
  • scale - Implementing a scale
  • Installation
  • Changelog

Back to top

Source

© Copyright 2022, Hassan Kibirige.
Created using Sphinx 5.2.2.