Metadata-Version: 2.1
Name: vplot
Version: 1.0.5
Summary: plotting tools for vplanet
Home-page: https://github.com/VirtualPlanetaryLaboratory/vplot/
Author: Rodrigo Luger
Author-email: rodluger@gmail.edu
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools-scm
Requires-Dist: numpy >=1.19.2
Requires-Dist: matplotlib >=3.3.4
Requires-Dist: astropy >=4.1
Requires-Dist: vplanet >=2.0.0

<p align="center">
  <img width = "200" src="https://github.com/VirtualPlanetaryLaboratory/vplot/blob/dev/docs/vplot.svg"/>
</p>
<br/>
<h1 align="center">VPLot: Plotting Utilities for VPLanet</h1>
<p align="center">
<!-- read the docs -->
  <a href="https://virtualplanetarylaboratory.github.io/vplot/">
    <img src="https://img.shields.io/badge/read-the%20docs-blue.svg?style=flat"/>
  </a>
  <!-- build docs -->
  <a href="https://github.com/VirtualPlanetaryLaboratory/vplot/actions/workflows/docs.yml">
    <img src="https://github.com/VirtualPlanetaryLaboratory/vplot/actions/workflows/docs.yml/badge.svg"/>
  </a>
  <!-- main tests -->
  <img src="https://img.shields.io/badge/Unit%20Tests-11-darkblue.svg"/></a>
  <a href="https://github.com/VirtualPlanetaryLaboratory/vplot/actions/workflows/tests.yml">
    <img src="https://github.com/VirtualPlanetaryLaboratory/vplot/actions/workflows/tests.yml/badge.svg"/>
  </a>
  <img src="https://img.shields.io/badge/Python-3.6%20--%203.12-7d93c7.svg">
</p>
<br>
VPLot simplifies plotting [VPLanet](https://github.com/VirtualPlanetaryLaboratory/vplanet) data through a command line option that instantly generates plots of a single simulation, as well as a Python module to generate consistent and accessible figures for your publications.
