Metadata-Version: 1.1
Name: pltEditorTool
Version: 1.0.10
Summary: This module provide a GUI based approach for setting up and editing matplotlib plots
Home-page: https://github.com/RichardCouperthwaite/plt-editor-tool
Author: Richard Couperthwaite
Author-email: richard.couperthwaite@gmail.com
License: GNU Lesser General Public License v3 (LGPLv3)
Download-URL: https://github.com/RichardCouperthwaite/plt-editor-tool/archive/1.0.10.tar.gz
Description: This module provides a GUI editor tool for editing the parameters of some basic matplotlib plots. The aim is to be able to modify the plotting parameters without going back to the root code and then to be able to save high quality publication ready plots.
        
        The plt-editor-tool provides some of the functionality of the Matlab figure editor to the Matplotlib.pyplot system, including:
        
        - Easily change axis and title text and text properties
        - Manipulate data into plots in different grid layouts
        - Change line and marker colors and other parameters
        - Modify the properties of errorbars
        - Modify the properties of a fill_between plot
Keywords: Matplotlib,Pyplot,GUI,Editor
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
