diff --git a/README.md b/README.md index 48dc94f..789b8e6 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 \ No newline at end of file +- 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.