fillplots is a library to plot regions and boundaries given systems of inequality. Here is a simple example to fill region like a piece of pie.
>>> from fillplots import plot_regions >>> plot_regions([ ... [(lambda x: (1.0 - x ** 2) ** 0.5, True), ... (lambda x: x,)] ... ], xlim=(0, 1), ylim=(0, 1)) <fillplots.api.Plotter object at 0x...>
See documentation and examples for more information.
You can install fillplots from PyPI:
pip install fillplots
License
fillplots is licensed under the terms of the BSD 2-Clause License. See the COPYING for more information.
Release files for fillplots 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fillplots-0.0.2.tar.gz | 11.2 kB | Details |
Release files / fillplots-0.0.2.tar.gz
| Download URL | fillplots-0.0.2.tar.gz |
|---|---|
| Size | 11.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7bf028e603a2e6cc0dd6b9303a734546b108a21e9c54682baf59649dcd58e525
|
|
BLAKE2b-256 checksum How to use checksums |
f8006cc5478e007bf4a0858842c7a7ae44f5d6d79fe64f38b3051bf032da3162
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |