Skip to main content

Add flies to matplotlib plots.

Project description

flyplotlib

flyplotlib is a Python library for adding vector graphics of fruit flies to matplotlib plots.

Installation

To install flyplotlib, simply run the following command:

pip install flyplotlib

Usage

Here's a basic example of how to use flyplotlib to add flies to a matplotlib plot:

import matplotlib.pyplot as plt

from flyplotlib import add_fly
fig, ax = plt.subplots()
add_fly(xy=(0, 0), ax=ax)
add_fly(xy=(2, -0.5), rotation=30, length=2, alpha=0.3, ax=ax)
add_fly(xy=(3.5, 0), rotation=-45, grayscale=True, ax=ax)
ax.set_aspect(1)

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

flyplotlib-0.1.0.tar.gz (12.8 kB view hashes)

Uploaded Source

Built Distribution

flyplotlib-0.1.0-py3-none-any.whl (12.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page