A package to easily build ACMetric branded plots
Project description
Introducing ACMetric package!
Current version: 1.3.2
This package is created to help you use ACMetric's brand colors and build plots without hours of tuning. Enjoy!
Installing on Google Colab
Setting up in Google Colab is described here.
Importing
We recommend importing it along with matplotlib
and seaborn
.
%matplotlib inline # display plots in the notebook right away
%config InlineBackend.figure_format='retina' # high resolution
import matplotlib.pyplot as plt
import seaborn as sns
import acmetric_plotting as ac
And it is ready to go!
You can find code examples here: Jupyter | Google Colab
Some things you need to know
ac.display_colors()
will show you a table with all the colors available and their names.
ac.colors
module contains ACMetric colors, you can access them by writing ac.colors.coral
, ac.colors.sky_60
, etc.
ac.palette
is a matplotlib
color palette. You can call it and choose a color you like by index, e.g. ac.palette[3]
.
ac.cmap
is a gradient colormap that can be used in seaborn
heatmap and other plots.
Run ac.params.layout_color('black')
to make axes and text black. Run ac.params.layout_color('default')
to make them grey again.
Now 4 kinds of plots are available in the package: bar chart, pie chart, scatter plot and box plot. You can make them using ac.bar
, ac.pie
, ac.scatter
and ac.box
. All the possible parameters can be found in the docstring.
Note: it doesn't mean you can't build other kinds of plots. Just import matplotlib
or seaborn
, and all the plots you create will also be ACMetric branded!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file acmetric_plotting-1.3.2.tar.gz
.
File metadata
- Download URL: acmetric_plotting-1.3.2.tar.gz
- Upload date:
- Size: 44.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e5751fea824822440e034046e7b9ea7693d1cb023e901dfb98cb6ab475d2d8f |
|
MD5 | bdb40011598da6f3b9e5b8e00c9b2cce |
|
BLAKE2b-256 | dbc3387b93de126015342b192c09789c03dce2179de9c87e484d4fd54b78cb72 |
File details
Details for the file acmetric_plotting-1.3.2-py3-none-any.whl
.
File metadata
- Download URL: acmetric_plotting-1.3.2-py3-none-any.whl
- Upload date:
- Size: 43.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 21cd5ac3c65b7a3ab13bb4e9f8150128f6660522de347f64334661cbe8c9d44a |
|
MD5 | 4d64357839ab1af315e5dc8a7a4b700b |
|
BLAKE2b-256 | 4d1c7ad5d733ef7f95a87d7713ed3c9e728fb152a14031c01efc34c1dca99090 |