Metadata-Version: 2.4
Name: fabricatio-plot
Version: 0.1.12
Summary: An extension of fabricatio, which brings up the capability to plot dataframe with matplotlib
Project-URL: Homepage, https://github.com/Whth/fabricatio
Project-URL: Repository, https://github.com/Whth/fabricatio
Project-URL: Issues, https://github.com/Whth/fabricatio/issues
Author-email: Whth <zettainspector@foxmail.com>
License: MIT License
        
        Copyright (c) 2025 Whth Yotta
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Typing :: Typed
Requires-Python: <3.15,>=3.12
Requires-Dist: fabricatio-core
Requires-Dist: fabricatio-tool
Requires-Dist: matplotlib>=3.10.3
Requires-Dist: numpy>=2.3.0
Requires-Dist: pandas>=2.3.0
Provides-Extra: excel
Requires-Dist: openpyxl>=3.1.5; extra == 'excel'
Provides-Extra: parquet
Requires-Dist: pyarrow>=15.0.0; extra == 'parquet'
Description-Content-Type: text/markdown

# `fabricatio-plot`

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
![Python Versions](https://img.shields.io/pypi/pyversions/fabricatio-plot)
[![PyPI Version](https://img.shields.io/pypi/v/fabricatio-plot)](https://pypi.org/project/fabricatio-plot/)
[![PyPI Downloads](https://static.pepy.tech/badge/fabricatio-plot/week)](https://pepy.tech/projects/fabricatio-plot)
[![PyPI Downloads](https://static.pepy.tech/badge/fabricatio-plot)](https://pepy.tech/projects/fabricatio-plot)
[![Build Tool: uv](https://img.shields.io/badge/built%20with-uv%20%2B%20maturin-orange)](https://github.com/astral-sh/uv)

An extension of fabricatio, which brings up the capability to plot dataframe with matplotlib.

---

## 📦 Installation

This package is part of the `fabricatio` monorepo and can be installed as an optional dependency using either pip or uv:

```bash
pip install fabricatio[plot]
# or
uv pip install fabricatio[plot]
```

For a full installation that includes this package and all other components of `fabricatio`:

```bash
pip install fabricatio[full]
# or
uv pip install fabricatio[full]
```

## 🔍 Overview

Provides data visualization capabilities for fabricatio applications, enabling the creation of publication-quality plots
and charts from dataframes using matplotlib. It supports automated chart generation with intelligent styling and
formatting for effective data presentation in AI-driven workflows.

## 🧩 Key Features

- **Automated Plotting**: Generate plots from dataframes with minimal configuration
- **Publication Quality**: High-quality output suitable for reports and presentations
- **Matplotlib Integration**: Full access to matplotlib's extensive plotting capabilities
- **Intelligent Styling**: Automatic chart styling and color schemes
- **Multiple Chart Types**: Support for various plot types (line, bar, scatter, etc.)
- **Data Formatting**: Smart data preprocessing and formatting for optimal visualization

## 🔗 Dependencies

Core dependencies:

- `fabricatio-core` - Core interfaces and utilities

External dependencies:

- `matplotlib` - Plotting and visualization library

## 📄 License

MIT – see [LICENSE](../../LICENSE)

