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.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e37575a6b5a9e2fe1738dde35b24713c33fab9b512bd576861d884cf17df98f |
|
MD5 | 882e8b0b0ad354ba03a9603c276a1a18 |
|
BLAKE2b-256 | 36b8862de4b9cfa035c9f288f2768f61edc02ea626f50a85cc9b32b0c6ad15de |