Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

interactive_figure-0.1.1.tar.gz (5.3 kB view hashes)

Uploaded Source

Built Distribution

interactive_figure-0.1.1-py3-none-any.whl (5.1 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