Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ed-design

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ed-design

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

  • 1.0.7
  • PyPI
  • Socket score

Maintainers
1

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)
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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc