Extend Functionality to Color Map Objects
chromo-map
is a Python package that extends the functionality of color map objects. The core Gradient
class is fully compatible with matplotlib colormaps, allowing you to use Plotly, Palettable, and custom color palettes anywhere matplotlib expects a colormap. This gives you access to hundreds of professional color schemes through a single, consistent interface while maintaining complete compatibility with your existing matplotlib plotting code.
Key features:
- Drop-in matplotlib compatibility - Use any gradient as a matplotlib colormap
- Unified color catalog - Access Plotly, matplotlib, and Palettable palettes through one interface
- Enhanced functionality - Advanced color manipulation while maintaining matplotlib compatibility
- Easy customization - Create and modify color gradients with simple, intuitive methods
- User Documentation: chromo-map
- Development Documentation: docs/development/ - Comprehensive development process documentation, including phase summaries, technical implementation details, and best practices
- examples/ - Demonstration scripts and practical usage examples
- dev-scripts/ - Development testing and debugging scripts
- scripts/ - Utility scripts for project maintenance
pip install chromo-map