mizani 0.10.0
  • 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
        • breaks_log
        • minor_breaks
        • minor_breaks_trans
        • breaks_date
        • breaks_timedelta
        • breaks_extended
      • labels - Labelling breaks
        • label_comma
        • label_custom
        • label_currency
        • label_dollar
        • label_percent
        • label_scientific
        • label_date
        • label_number
        • label_log
        • label_timedelta
        • label_pvalue
        • label_ordinal
        • label_bytes
      • 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
        • symlog_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.10.0
        • v0.9.2
        • v0.9.1
        • v0.9.0
        • 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
  • labels - 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 2023, Hassan Kibirige.
Created using Sphinx 7.1.1.