Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eldond authored Apr 18, 2018
1 parent 773ebca commit cfb274a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ A set of wrappers to allow calling of pyqtgraph functions with matplotlib syntax
Matplotlib is convenient to call and looks nice as a final product, but plots load slowly and features like zoom can be tediously slow as well.
PyQtGraph is much faster, but it's more difficult to get a nice looking final product.
Also, some projects may have a large number of Matplotlib based scripts.
These wrappers are intended to allow a script based on Matplotlib to be easily changed to PyQtGraph for faster development, then changed back to MatPlotLib for a publication quality final product.
These wrappers are intended to allow a script based on Matplotlib to be easily changed to PyQtGraph for faster development, then changed back to Matplotlib for a publication quality final product.

## Usage:
Import methods like plot from PyQtMpl instead of from Matplotlib while developing, then switch back to Matplotlib.
PyQtMpl contains submodules named for the Matplotlib submodules they imitate, like pyplot, figure, and axes.
Hopefully, you can get started by just changing import statements in your script.

## Examples and demonstrations:
examples.py is executable and will open a set of demonstration plots if called from the command line.

0 comments on commit cfb274a

Please sign in to comment.