Skip to content

Commit

Permalink
Update readme for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Burnett committed Nov 27, 2018
1 parent 9ebadb5 commit b7d1079
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addcopyfighandler: Adds a Ctrl+C handler to matplotlib figures for copying the figure to the clipboard
addcopyfighandler: Add a Ctrl+C handler to matplotlib figures for copying the figure to the clipboard
======================================================================================================
Simply importing this module (after importing matplotlib) will add a handler

Simply importing this module (after importing matplotlib or pyplot) will add a handler
so that pressing Ctrl+C with a matplotlib figure window selected will copy
the figure to the clipboard as an image.

Expand All @@ -20,4 +20,10 @@ Releases
### 1.0.1: 2018-11-27

- Improve setup.py: remove need for importing module, add proper installation dependencies
- Change readme from ReST to Markdown
- Change readme from ReST to Markdown

### 1.0.2: 2018-11-27

- Force use of Qt4Agg or Qt5Agg. Some installs will default to TkAgg backend, which this module
doesn't support. Forcing the backend to switch when loading this module saves the user from having
to manually specify one of the Qt backends in every analysis.

0 comments on commit b7d1079

Please sign in to comment.