eggcellent
Make excellent egg shapes.
Install
It can be installed from command - line using pip:
pip install eggcellent
Usage
Use a default egg:
from eggcellent import egg
import matplotlib.pyplot as plt
plt.scatter([0, 1], [0, 1], marker=None, verts=egg, s=200)
Make your own egg
from eggcellent import make_egg
egg = make_egg(a=2, b=3)
The egg equation is:
r = cos(2θ) + a * cos(θ) + b
Release files for eggcellent 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| eggcellent-0.1.1.tar.gz | 4.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eggcellent-0.1.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.2 kB
Release files / eggcellent-0.1.1.tar.gz
| Download URL | eggcellent-0.1.1.tar.gz |
|---|---|
| Size | 4.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
307a033c71d96a263b0c4890fad8cca69f9216eedb00811fc49b9a2a9046a8c8
|
|
BLAKE2b-256 checksum How to use checksums |
4e95c443ed80eb2473949e048a4a06fc3296cb86a912711215c260ce8e24ee92
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / eggcellent-0.1.1-py3-none-any.whl
| Download URL | eggcellent-0.1.1-py3-none-any.whl |
|---|---|
| Size | 3.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9976f35417cddd5d541d884f49d3ef9494aa270df4cb6aa2bb46cb156ac64e7b
|
|
BLAKE2b-256 checksum How to use checksums |
373a336f4a98f6baf8d6cf2a8ae63a338250e949e4f5d842713b7b23183de373
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |