Metadata-Version: 2.1
Name: kplot
Version: 0.3.3
Summary: A small package for making matplotlib plots pretty <3
Home-page: https://github.com/KeyanGootkin/kplot
Author: Keyan Gootkin
Author-email: KeyanGootkin@gmail.com
License: UNKNOWN
Description: # kplot
        A little package to make it easy to make pretty plots in matplotlib without having to fiddle too much :-)
        
        ## Usage
        In general, all that kplot will do is change the defaults in matplotlib via the style sheet that you want. In order to do this, simply add an import statement of the form
        
        """python
        import kplot.style
        """
        
        Where style is the style that you want! My person default right now is the kg style sheet. But there is also a dark mode, and an option that will work well for colorblind folk.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
