Metadata-Version: 2.4
Name: pyqplot
Version: 0.7.2
Summary: QPlot: Beautifully typeset graphs for science
Project-URL: Homepage, https://github.com/wagenadl/qplot
Project-URL: Documentation, https://wagenadl.github.io/qplot
License: MIT License
        
        Copyright (c) 2026  Daniel A. Wagenaar
        
        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.txt
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.8
Requires-Dist: numpy
Requires-Dist: pyqt6
Description-Content-Type: text/markdown

[![Build Windows Backend](https://github.com/wagenadl/qplot/actions/workflows/winbuild.yml/badge.svg)](https://github.com/wagenadl/qplot/actions/workflows/winbuild.yml)
[![Build Linux Backend](https://github.com/wagenadl/qplot/actions/workflows/linuxbuild.yml/badge.svg)](https://github.com/wagenadl/qplot/actions/workflows/build.yml)
[![Build documentation](https://github.com/wagenadl/qplot/actions/workflows/documentation.yml/badge.svg)](https://github.com/wagenadl/qplot/actions/workflows/documentation.yml)

# qplot

QPlot is a 2D plotting library for Python, Matlab, and Octave that
facilitates beautiful typography and precise axis scaling.

Most users will install the Python version of QPlot by way of a simple

    pip install pyqplot

In addition, [binaries](https://github.com/wagenadl/qplot/releases/latest) are available for Ubuntu Linux and for Windows.  Compiling from source on other
Linux versions or on Mac OS should be straightforward.

Full documentation is at [wagenadl.github.io/qplot](https://wagenadl.github.io/qplot/).
