Library to plot regions and boundaries given inequalities
Project description
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.
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
fillplots-0.0.2.tar.gz
(11.2 kB
view details)
File details
Details for the file fillplots-0.0.2.tar.gz
.
File metadata
- Download URL: fillplots-0.0.2.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7bf028e603a2e6cc0dd6b9303a734546b108a21e9c54682baf59649dcd58e525 |
|
MD5 | bbb9956ef311a9c6c9772fd5b754274c |
|
BLAKE2b-256 | f8006cc5478e007bf4a0858842c7a7ae44f5d6d79fe64f38b3051bf032da3162 |