
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
ed-design
Advanced tools
Python package developed by Envidan A/S scoping to follow the design of the company brand. This package is only for internal use..
Design package for the company Envidan A/S intended for use with matplotlib and seaborn
You can install this package using
pip install ed_design # from pypi.org
Software dependencices are:
matplotlib
seaborn
pandas
numpy
import matplotlib.pyplot as plt
import ed_design as edd
edd.style() # apply Envidan style
fig, ax = plt.subplots()
ax.plot([1, 2, 3], [4, 2, 5])
edd.logo2fig(fig) # add Envidan logo
plt.show()
import ed_design as edd
edd.palette_show('all') # Show all palettes
palette = edd.palette_get('blues') # Use with categorical variabels
cmap = edd.cmap_get('BlGr') # Use with continous variabels
my_own_camp = edd.cmap_Create([color1, color2, color3], n_colors=256)
edd.logo2fig(fig)
logo = edd.logo.logo()
edd.style() # Sets envidan style with color prop cycle "normal" from edd.Colors()
edd.style('default') # sets matplotlib default style
TODO:
Only employees in Envidan has access to the repositoryon Azure
Martin Vidkjær, mav@envidan.dk
FAQs
Python package developed by Envidan A/S scoping to follow the design of the company brand. This package is only for internal use..
We found that ed-design demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.