Skip to main content

Python package developed by Envidan A/S scoping to follow the design of the company brand. This package is only for internal use.

Reason this release was yanked:

bad version

Project description

Introduction

Design package for the company Envidan A/S intended for use with matplotlib and seaborn

  • Hardcoded palettes and colormaps with company design colors
  • Envidan logo in print and web form

Getting Started

Installation

You can install this package using

pip install ed_design

Dependencies

Software dependencices are:

matplotlib
seaborn
pandas
numpy

Use

Palettes and colormaps for matplotlib and seaborn

import ed_design as edd

colors = edd.Colors()
colors.show_palette('all')

palette = colors.get_palette('blues')  # Use with categorical variabels
cmap = colors.get_cmap('BlGr')  # Use with continous variabels

my_own_camp = colors.create_cmap([color1, color2, color3], n_colors=256)

Envidan logo

logo = edd.logo()

Set style

edd.style()  # Sets envidan style with color prop cycle "normal" from edd.Colors()
edd.style('default')  # sets matplotlib default style

Build and Test

TODO:

  • Nothing at the momement

Contribute

Only employees in Envidan has access to the repository

Author

Martin Vidkjær, mav@envidan.dk

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

ed_design-1.0.4.tar.gz (413.0 kB view hashes)

Uploaded Source

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