Skip to main content

A Python package mapping 2D coordinates to colors based on different 2D color maps.

Project description

Colormap 2D Python Package

PyPI Docs Apache 2.0

This package allows to map 2D coordinates to different 2D color maps.

The following color maps are available:

Bremm Cube Diagonal Schumann
ColorMap2DBremm ColorMap2DCubeDiagonal ColorMap2DSchumann
Steiger Teuling 2 Ziegler
ColorMap2DSteiger ColorMap2DTeuling2 ColorMap2DZiegler

The package is based on

M. Steiger, J. Bernard, S. Thum, S. Mittelstädt, M. Hutter, D. A. Keim, and J. Kohlhammer, “Explorative Analysis of 2D Color Maps,” in International Conferences in Central Europe on Computer Graphics, Visualization and Computer Vision, 2015, vol. 23, pp. 151–160.

For a JavaScript implementation, refer to the Color2D project by Dominik Jäckle.

Usage

Basic usage with normalized inputs (i.e., x- and y-coordinates ranging from 0 to 1):

from pycolormap_2d import ColorMap2DBremm

# Create the color map object.
cmap = ColorMap2DBremm()

# Get the color value.
color = cmap(0.2, 0.6)

Optionally, ranges for the input x and y input ranges can be passed during object creation:

from pycolormap_2d import ColorMap2DBremm

# Create the color map object.
cmap = ColorMap2DBremm(range_x=(-10, 30), range_y=(1, 11))

# Get the color value.
color = cmap(10.0, 8.5)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycolormap_2d-1.1.7.tar.gz (1.4 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pycolormap_2d-1.1.7-py3-none-any.whl (1.3 MB view details)

Uploaded Python 3

File details

Details for the file pycolormap_2d-1.1.7.tar.gz.

File metadata

  • Download URL: pycolormap_2d-1.1.7.tar.gz
  • Upload date:
  • Size: 1.4 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pycolormap_2d-1.1.7.tar.gz
Algorithm Hash digest
SHA256 249525101c057eff97796797e2c748b43129f743482ef0e80a34d569f49891aa
MD5 612ba36f1aed1ceb11d36773df42c730
BLAKE2b-256 70c827fac2cc8cda90ab4d9db98b5a45d120fe87658c8e632cbc2d56c5b7312a

See more details on using hashes here.

File details

Details for the file pycolormap_2d-1.1.7-py3-none-any.whl.

File metadata

  • Download URL: pycolormap_2d-1.1.7-py3-none-any.whl
  • Upload date:
  • Size: 1.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pycolormap_2d-1.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 e1ba45c0c8f7ccc2f04574e042bffbaad99bb7cee782f986fe1b6b63d4c69a82
MD5 ff56d5ffc3d6583d0e4ef24e5b17aae9
BLAKE2b-256 0f99a2df18de94c89402dd3018cfd099a0f5181e2e98d6e9d2fea364e9dc49fd

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page