Metadata-Version: 2.1
Name: mheatmap
Version: 0.1.0
Summary: A package for advanced heatmap visualization and matrix analysis
Home-page: https://github.com/yourusername/mheatmap
Author: Juntang Wang
Author-email: your.email@example.com
Project-URL: Bug Tracker, https://github.com/yourusername/mheatmap/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: seaborn
Requires-Dist: scipy
Requires-Dist: scikit-learn

# mheatmap

[![PyPI version](https://badge.fury.io/py/mheatmap.svg)](https://badge.fury.io/py/mheatmap)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

A Python package for advanced heatmap visualization and matrix analysis, featuring mosaic heatmaps, confusion matrix post-processing, and spectral reordering capabilities.

## Features

- **Mosaic Heatmap**: A novel visualization that represents matrix values with proportionally-sized cells
- **Automatic Model Calibration (AMC)**: Post-processing algorithm for confusion matrices
- **Spectral Reordering**: Matrix reordering based on spectral analysis
- **RMS (Reverse Merge/Split) Analysis**: Advanced permutation analysis for matrix structure
- **GridSpec Helpers**: Utilities for creating complex visualization layouts

## Installation

```bash
pip install mheatmap
```

