/pride_colors_plotly

PlotLY and matplotlib pride flag color maps and templates to make your plots proud :)

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

pride_colors_plotly

Build status Python Version Dependencies Status

Code style: black Security: bandit Pre-commit Semantic Versions License Coverage Report

PlotLY and matplotlib pride flag color maps and templates to make your plots proud :)

Installation

pip install -U pride_colors_plotly

or install with Poetry

poetry add pride_colors_plotly

Then you can run

pride_colors_plotly --help

or with Poetry:

poetry run pride_colors_plotly --help

About

Available flag color schemes:

  • Philadelphia pride flag

Philadelphia pride flag

  • Rainbow flag

Rainbow flag

  • Trans flag

Trans flag

  • Bisexual flag

Bi flag

  • Lesbian flag

Lesbian flag

  • Asexual flag

Asexual flag

  • Aromantic flag

Aromantic flag

  • Pan flag

Pan flag

Usage

  1. Set color cycle as plotly default color cycle:

set_pride_template(flag="philadelphia")

  1. Get a list of discrete colors (for use in either matplotlib or plotly):

colors=pride_colors_plotly(flag="rainbow")

  1. Get a continuous colorscale for use in plotly:

colorscale=pride_colors_plotly(flag='trans',continuous_colorscale=True)

  1. Get a matplotlib colormap:

cmap=pride_colors_matplotlib(flag='bi')

πŸ“ˆ Releases

You can see the list of available releases on the GitHub Releases page.

We follow Semantic Versions specification.

We use Release Drafter. As pull requests are merged, a draft release is kept up-to-date listing the changes, ready to publish when you’re ready. With the categories option, you can categorize pull requests in release notes using labels.

List of labels and corresponding titles

Label Title in Releases
enhancement, feature πŸš€ Features
bug, refactoring, bugfix, fix πŸ”§ Fixes & Refactoring
build, ci, testing πŸ“¦ Build System & CI/CD
breaking πŸ’₯ Breaking Changes
documentation πŸ“ Documentation
dependencies ⬆️ Dependencies updates

You can update it in release-drafter.yml.

GitHub creates the bug, enhancement, and documentation labels for you. Dependabot creates the dependencies label. Create the remaining labels on the Issues tab of your GitHub repository, when you need them.

πŸ›‘ License

License

This project is licensed under the terms of the GNU GPL v3.0 license. See LICENSE for more details.

πŸ“ƒ Citation

@misc{pride_colors_plotly,
author = {E. Lastufka},
  title = {PlotLY and matplotlib pride flag color maps and templates to make your plots proud :)},
  year = {2022},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/pride_colors_plotly/pride_colors_plotly}}
}

Credits πŸš€ Your next Python package needs a bleeding-edge project structure.

This project was generated with python-package-template