Egg shapes.
Project description
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
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
eggcellent-0.1.1.tar.gz
(4.3 kB
view details)
Built Distribution
File details
Details for the file eggcellent-0.1.1.tar.gz
.
File metadata
- Download URL: eggcellent-0.1.1.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 307a033c71d96a263b0c4890fad8cca69f9216eedb00811fc49b9a2a9046a8c8 |
|
MD5 | 9aa543c7cd3f1802250765c2616a82b9 |
|
BLAKE2b-256 | 4e95c443ed80eb2473949e048a4a06fc3296cb86a912711215c260ce8e24ee92 |
File details
Details for the file eggcellent-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: eggcellent-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9976f35417cddd5d541d884f49d3ef9494aa270df4cb6aa2bb46cb156ac64e7b |
|
MD5 | ed790d5d80db2e07789da9a71ab24bb2 |
|
BLAKE2b-256 | 373a336f4a98f6baf8d6cf2a8ae63a338250e949e4f5d842713b7b23183de373 |