Contains various plotting functions.
Project description
Python Plotting Tools
Contains various plotting functions.
Installation
To install Python Plotting Tools, run this command in your terminal:
$ pip install -U plotting_tools
This is the preferred method to install Python Plotting Tools, as it will always install the most recent stable release.
If you don't have pip installed, these installation instructions can guide you through the process.
Quick Start
>>> from plotting_tools import Example
>>> a = Example()
>>> a.get_value()
10
Citing
If you use our work in an academic setting, please cite our paper:
Development
See CONTRIBUTING.md for information related to developing the code.
Suggested Git Branch Strategy
masteris for the most up-to-date development, very rarely should you directly commit to this branch. Your day-to-day work should exist on branches separate frommaster. It is recommended to commit to development branches and make pull requests to master.4. It is recommended to use "Squash and Merge" commits when committing PR's. It makes each set of changes tomasteratomic and as a side effect naturally encourages small well defined PR's.
Additional Optional Setup Steps:
-
Create an initial release to test.PyPI and PyPI.
- Follow This PyPA tutorial, starting from the "Generating distribution archives" section.
-
Create a blank github repository (without a README or .gitignore) and push the code to it.
-
Delete these setup instructions from
README.mdwhen you are finished with them.
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
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 plotting_tools-0.0.1.tar.gz.
File metadata
- Download URL: plotting_tools-0.0.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.21.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
441d14674a3f28eb6abc5b06b3097b78600ed5289c3156534c4d2cae12c54c77
|
|
| MD5 |
6a2b239228f70c001ba8bdd03caf331e
|
|
| BLAKE2b-256 |
92c603c0393c5d28aa6980047a44e6997720a69c9fe3e59c1cf12a400a33f4d3
|
File details
Details for the file plotting_tools-0.0.1-py2.py3-none-any.whl.
File metadata
- Download URL: plotting_tools-0.0.1-py2.py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.21.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.44.1 CPython/3.6.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3b776f646e3e6e9cdb19932d9275db2eee1d3af6eb2b7b57728a252553f5d1b2
|
|
| MD5 |
ae3c5d942837a24000cf66de740b10dc
|
|
| BLAKE2b-256 |
da2be93c00b86c4612bdeda2f77fe21cdf0af29b536bb4cb9375c84bb0946dcc
|