Skip to content

Releases: pratiman-91/colormaps

Colormaps

04 Jul 14:30
Compare
Choose a tag to compare
  1. Update the package to play along with matplotlib 3.9.0.
  2. Update the scientific colormaps with version 8.0.1
  3. Minor updates to documentation.
  4. Minor updates to utilities.

Full Changelog: v0.4.1.1...v0.4.2

Colormaps

09 Aug 09:58
8f96cd2
Compare
Choose a tag to compare

No changes. Just forgot to update pyproject.toml.

Colormaps

09 Aug 09:39
3d5f935
Compare
Choose a tag to compare
  1. Added this package to conda-forge.
  2. Minor changes to the utils to make it more secure.
  3. Added two new utils to show different collections.
  • Show different collections
from colormaps.utils import show_cmaps_collection
show_cmaps_collection(collection='cmasher')

show_cmaps_collection

  • Show all collections
from colormaps.utils import show_cmaps_all
show_cmaps_all()

This is just a sample! You will get a long list of all possible colormap collections.

show_cmaps_all

Colormaps

15 Feb 11:44
b8adc47
Compare
Choose a tag to compare

Colormaps

05 Feb 05:50
Compare
Choose a tag to compare
  1. Compatibility with matplotlib version >= 3.6.0

  2. Minor cleanups.

Colormaps

18 Sep 11:41
Compare
Choose a tag to compare

Added new scientific colormaps and updated the docs.

Initial Release

11 Sep 07:29
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release

Initial Release of the Colormaps.