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.

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
numpy

Use

Palettes and colormaps for matplotlib and seaborn

from ed_design import Colors

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

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

Envidan logo

from ed_design import ed_logo
logo = ed_logo('print')

Build and Test

TODO:

  • Implementation of a matplotlib setup file to fix visualization style in plots
  • Implement Satoshi font

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-0.1.8.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

ed_design-0.1.8-py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 3

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