Skip to content

dewloosh/dewloosh-mpl

Repository files navigation

Binder CircleCI Documentation Status License PyPI

dewloosh.mpl - Domain specific data visualization with Matplotlib

This a lightweight library serving as a place to gather code snippets for working with matplotlib. The uses cases are usually domain specific, likely to be related to other dewloosh projects.

Documentation

Click here to read the documentation.

Installation

This is optional, but we suggest you to create a dedicated virtual enviroment at all times to avoid conflicts with your other projects. Create a folder, open a command shell in that folder and use the following command

>>> python -m venv venv_name

Once the enviroment is created, activate it via typing

>>> .\venv_name\Scripts\activate

latexdocs can be installed (either in a virtual enviroment or globally) from PyPI using pip on Python >= 3.7:

>>> pip install dewloosh.mpl

License

Copyright 2022 Bence Balogh, under the MIT license.

About

Domain specific tools using `matplotlib`.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published