Introduces a simple function to plot graphs with matplotlib in one function
Project description
EZplot
A simple wrapper around matplotlib for quick and readable plots in one single line.
Installation
pip install nicobalta-easyplot
Example
simple_graph(
[x1, x2],
[y1, y2],
colors=["blue", "red"],
labels=["curve 1", "curve 2"],
title="Multiple plots"
)
simple_graph parameters
X, Y: data to plotcolors: list of colorslinestyles: list of line styleslinewidths: list of line widthslabels: list of labelssize: size of the plottitle: plot titlexaxis: title of x axisyaxis: title of y axisticks: ticks of the plot
License
MIT
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 nicobalta_easyplot-0.1.0.tar.gz.
File metadata
- Download URL: nicobalta_easyplot-0.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3260261a08bb7790755001e3ace8a3a8a51b7533e8e892ddf38488e52c83a2c
|
|
| MD5 |
22d075af8ac6c030f1b1cb94aa71354d
|
|
| BLAKE2b-256 |
6359c05d1e746262e2208dce7be0db1d27407f3f64b883de9b285ada3ff11e16
|
File details
Details for the file nicobalta_easyplot-0.1.0-py3-none-any.whl.
File metadata
- Download URL: nicobalta_easyplot-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04b4fb82b3465ba332ec60438e5736946301be1227ef6fc2242c6ba76046de02
|
|
| MD5 |
b0f012a8e3f0aad09c97c264d3cdb969
|
|
| BLAKE2b-256 |
9322b57818f548c2d81a927b96b221cd9185f6b4745e40f8e4e867a34fce830b
|