Metadata-Version: 1.2
Name: sviewgui
Version: 0.1.12
Summary: Package Dependency: Validates package requirements
Home-page: https://github.com/SojiroFukuda/sview-gui
Author: SojiroFukuda
Author-email: S.Fukuda-2018@hull.ac.uk
Maintainer: SojiroFukuda
Maintainer-email: S.Fukuda-2018@hull.ac.uk
License: SojiroFukuda
Description: # sview-gui
        Handy PyQt-based GUI for data visualisation based on a csv file or pandas' DataFrame.
        This GUI basically based on the matplotlib and you can visualize your csv file in various ways.
        Here are the main features;
        
        • Scatter, line, density, histgram, and box plot for visualisation your csv.
        
        • Detail setting for the marker size, line width, number of bins of histgram, color map (from cmocean).
        
        • Save figure as editable PDF
        
        • Handy code of plotted graph are recorded as text in 'Log' tab so that you can readily use its code and modify it after visualization.
        
        # About license
        © 2019 Sojiro Fukuda All Rightss Reserved.
        Free to modify and redistribute by your own responsibility.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
