Metadata-Version: 2.1
Name: smartwidgets
Version: 0.0.2
Summary: Matplotlib widgets with improved appearance and options.
Home-page: https://github.com/benrussell80/smartwidgets
Author: Ben Russell
Author-email: bprussell80@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: matplotlib

# smartwidgets
Matplotlib widgets with improved appearance and options.

# Installation
`pip install smartwidgets`

# Usage
## Radio Buttons
Radio buttons will always remain as circles even if the figure is resized.
![](examples/radio_buttons_comparison.gif)

Size of circles can be designated with size keyword (arbitrary units). Radio buttons can be horizontal or vertical.
![](examples/radio_buttons_size.png)

Orientation of radio buttons can be changed to horizontal.


