Skip to main content

Package for genetic generation of opposite colors for 2D point graphs

Project description

Genetic Opposite Color (geneticocolor)

Geneticocolor is a python package for color sets generation.

Install

Using shell just write the following line:

$ pip install geneticocolor

How to use

Once installed, you can import and use the library in any python file.

import geneticocolor.color_generator as generator
import matplotlib.pyplot as plt

colors = generator.generate(x, y, point_classes)
plt.scatter(x, y, colors)

More about the implementantion

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

geneticocolor-0.0.9.tar.gz (5.8 kB view hashes)

Uploaded Source

Built Distributions

geneticocolor-0.0.9-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

geneticocolor-0.0.9-py2-none-any.whl (6.6 kB view hashes)

Uploaded Python 2

Supported by

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