Metadata-Version: 2.1
Name: geneticocolor
Version: 0.0.9
Summary: Package for genetic generation of opposite colors for 2D point graphs
Home-page: https://github.com/geneticocolor
Author: Beatriz Hernandez Perez
Author-email: beatriz.hpz@gmail.com
License: UNKNOWN
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
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Visualization
Description-Content-Type: text/markdown
