Metadata-Version: 2.1
Name: plotx
Version: 0.0.5
Summary: Shortcuts for matplotlib
Home-page: UNKNOWN
Author: DaveAsator (Eugene Bolshakov)
Author-email: <omnispark@gmail.com>
License: UNKNOWN
Description: # PlotX
        
        Simple usage library to plot graphs and easily decript arrays for that purpose.
        
        Expample Usage:
        
        ```python
        import plotx
        
        data=[[1,10],[2,20]]
        
        plotx.dots(data,"*xy")
        plotx.dots(data,"*x,*y")
        ```
        
        
Keywords: plot
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
