Metadata-Version: 2.1
Name: pandas2pgfplots
Version: 0.2.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. In Jupyter
        notebooks, the plots are rendered using [itikz] (requires working LaTeX
        distribution in `$PATH`).
        
        Currently, the package only supports two kinds of plots:
         * scatter plots
         * cactus plots
        
        ## Installation
        
        ### Requirements
         * [pandas]>=1.0
         * [itikz]>=0.1.5
         * working LaTeX distribution
        
        The Python requirements and pandas2pgfplots itself 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/
        [itikz]: https://github.com/jbn/itikz
        [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
