Skip to content

matthhong/cieran

Repository files navigation

cieran

Python 3.8+ Python package

Cieran is a Python package for designing visualization colormaps via active preference learning.

Installation

Use the package manager pip to install cieran.

pip install cieran

Usage

See altair-demo.ipynb for more details.

from cieran import Cieran
cie = Cieran(draw=draw_map)
cie.set_color("#f88253")

cieran.teach(); cieran.search()

License

GNU GPLv3

Acknowledgements

Cieran borrows code from the APReL package licensed under the MIT License. We would like to thank the original authors for their contributions.

About

Designing Sequential Colormaps via Active Preference Learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published