Metadata-Version: 2.1
Name: pandas2pgfplots
Version: 0.1.0
Summary: Library for pgfplots plots from pandas DataFrames
Home-page: https://github.com/xblahoud/pandas2pgfplots
Author: Fanda Blahoudek
Author-email: fandikb+dev@gmail.com
License: MIT
Description: # pandas2pgfplots
        
        Pandas2pgfplots supports plotting of data stored in [pandas] DataFrame objects
        using [pgfplots] that is based on the amazing [TikZ and PGF] packages. The code
        generated by this package can be easily included in LaTeX documents.
        
        Currently, the package only supports two kinds of plots:
         * scatter plots
         * cactus plots
        
        ## Installation
        
        Pandas2pgfplots can be installed from [PyPI] using pip by
        ```shell
        python3 -m pip install -U pandas2pgfplots
        ```
        
        ## Usage intructions
        TBA
        
        [pgfplots]: http://pgfplots.sourceforge.net/
        [pandas]: https://pandas.pydata.org/
        [TikZ and PGF]: https://github.com/pgf-tikz/pgf
        [PyPI]: https://pypi.org/
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
