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.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6e85c56a484b362ced41287a139429e02b8623e420342d1415c8b64e9c3e8c59 |
|
MD5 | 9dcff2b795bf08df67a103ec2b8a04fa |
|
BLAKE2b-256 | 03abdc80e6e2275c641e977908c6bd3f0bed8c357ed72b9f746289bfc2db1096 |