Create interactive Matplotlib figures!
Project description
Interactive Figure
Create interactive Matplotlib figures that can be used for simple reaction time experiments. This package serves as a simple playground for students to perform such experiments. For more accurate scientific analysis one should refer to PsychoPy.
Installation
pip install interactive-figure
Usage
from interactive_figure import interactive_figure
interactive_figure.create()
# Stall until user input is received.
interactive_figure.wait_for_interaction()
interactive_figure.close()
A quick example can be found in demo/basic.py.
Functionality
- Create
- Fullscreen
- Clear
- Wait
- Wait for interaction (optionally timeout)
- Draw
- Close
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
Built Distribution
Close
Hashes for interactive_figure-0.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | cceb61e962e9321a62d1d17583eefeac503e3470f29671678ea6965374995934 |
|
MD5 | 0386083fc69806065301d9157b250db1 |
|
BLAKE2b-256 | 69bbb8198f6b3bece1157e258c6664a8f4c09b979b6dbb19e9ebc7030a90f9da |