Skip to content

Commit

Permalink
Partial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed Jan 25, 2022
1 parent f33edfe commit 19eb089
Show file tree
Hide file tree
Showing 3 changed files with 513 additions and 531 deletions.
9 changes: 8 additions & 1 deletion docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ is deprecated (see :ref:`What's New <whats_new>`). However, proplot adheres to
deprecated functionality will still work and issue warnings rather than errors
until the first major release (version 1.0.0).

.. important::

The color transformation functions like `to_rgba` and `scale_luminance` from
proplot < 0.10.0 can now be found as methods on the new `~proplot.colors.Color`
class. Note that old code that uses commands like ``pplt.to_rgba()`` and
``pplt.scale_luminance()`` will still work (but result in a deprecation warning).

.. important::

The documentation for "wrapper" functions like `standardize_1d` and `cmap_changer`
Expand Down Expand Up @@ -132,4 +139,4 @@ Miscellaneous functions

.. automodsumm:: proplot.utils
:toctree: api
:skip: shade, saturate
:skip: shade, saturate get_colors, set_hue, set_saturation, set_luminance, set_alpha, shift_hue, scale_saturation, scale_luminance, to_hex, to_rgb, to_xyz, to_rgba, to_xyza
Loading

0 comments on commit 19eb089

Please sign in to comment.