Metadata-Version: 2.1
Name: mpl_qt_viz
Version: 1.0.8
Summary: A Python package providing enhanced data visualization and ROI selection built on top of Matplotlib and PyQt5.
Home-page: https://github.com/nanthony21/mpl_qt_viz
Author: Nick Anthony
Author-email: nickmanthony@hotmail.com
License: UNKNOWN
Description: # Matplotlib-Qt-Visualization
        A Python package providing enhanced data visualization and ROI selection built on top of Matplotlib and PyQt5
        
        [Documentation](https://nanthony21.github.io/mpl_qt_viz)
        
        # Installing
        ## Installing from the source code
        This package can be installed in the same ways that most python packages installed. The easiest way is to use Pip:
        Navigate to the root directory of this Git repository and run `pip install .`
        
        ## Installing from PyPi
        `pip install mpl_qt_viz`
        
        ## Install with Conda
        `conda install -c conda-forge mpl_qt_viz`
        
        ### Examples
        
        #### Using the `PlotNd` widget to visualize hyperspectral imagery of a cancer cell
        ![](docSrc/resources/plotNdCell.gif)
        
        #### Using the `DockablePlotsWindow` to help organize a large number of plots.
        ![](docSrc/resources/dockablePlotsExample.gif)
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
