Various plotting templates built on top of matplotlib
Project description
A collection of plotting functions
version: 2.0.2
This repository collects plotting modules written on top of matplotlib or
seaborn.
The functions are intended to set-up a light-touch basic illustration which
can be customised using the normal matplotlib interface using axes and figures.
The documentation for plot-misc can be found here.
Installation
At present, this package is undergoing development and no packages exist yet on PyPI. Therefore it is recommended that you install in either of the two ways below.
Installation using conda
I maintain a conda package in my personal conda channel. To install from this please run:
conda install afschmidt::plot_misc
Installation using pip
You can install using pip from the root of the cloned repository, first clone and cd into the repository root:
git clone git@gitlab.com:SchmidtAF/plot-misc.git
cd plot-misc
Install the dependencies:
# From the root of the repository
conda env create --file ./resources/conda/envs/conda_create.yaml
To add to an existing environment use:
# From the root of the repository
conda env update --file ./resources/conda/envs/conda_update.yaml
Next the package can be installed:
python -m pip install .
Or for an editable (developer) install run the command below from the root of
the repository.
The difference with this is that you can just run git pull to
update repository, or switch branches without re-installing:
python -m pip install -e .
Next steps...
After installation you might wish to try the pytest to confirm
everything is in working order.
# From the root of the repository
pytest tests
Usage
Please have a look at the examples in resources for some possible recipes.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file plot_misc-2.0.2.tar.gz.
File metadata
- Download URL: plot_misc-2.0.2.tar.gz
- Upload date:
- Size: 125.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4e6c1212b254e7a7e0f0c10021ad16872f63d38237ea0fa5197f21fc57f641dc
|
|
| MD5 |
e767a065cd293231c60f829fcd640099
|
|
| BLAKE2b-256 |
a7a47e18b9ae9147d51d4cf00eed4923d766394e4c2dddb8934bca390cae3ebc
|
File details
Details for the file plot_misc-2.0.2-py3-none-any.whl.
File metadata
- Download URL: plot_misc-2.0.2-py3-none-any.whl
- Upload date:
- Size: 131.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
163721d7bdd1022e8f0a156d2a3670712a4a504cae1e6cecaacb02620bcb5e00
|
|
| MD5 |
69acc651a2c7d1439ff341e2107637d7
|
|
| BLAKE2b-256 |
113c8cba5049c2a744d658b90b53bdf70696c08b80cda5a7dae5dce50dd00aa6
|