Metadata-Version: 2.1
Name: landborn
Version: 0.1.2
Summary: Landborn Visualization Library
Author: Molly Nelson
Author-email: mollyynelson@gmail.com
Description-Content-Type: text/markdown

# Landborn: Easy Visualization Library

Landborn is a Python visualization library designed to make it easy to generate common types of plots using matplotlib, pandas, and numpy. It simplifies the process of creating bar plots, scatter plots, and line plots with minimal code.

## Features

- **Bar Plot**: Generate vertical or horizontal bar plots.
- **Scatter Plot**: Create scatter plots with customizable colors, markers, and size.
- **Line Plot**: Plot lines with options for color, size, style, and markers.

## Installation

You can install Landborn directly from PyPI:

```bash
pip install landborn
