Metadata-Version: 2.1
Name: svg-cartesian-plot
Version: 0.0.4
Summary: Make plots in scalable vector graphics
Home-page: https://github.com/cherenkov-plenoscope/svg_cartesian_plot
Author: Sebastian Achim Mueller
Author-email: sebastian-achim.mueller@mpi-hd.mpg.de
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Graphics
Classifier: Intended Audience :: Science/Research
Requires-Python: >=3.0
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: svgwrite

##################
svg-cartesian-plot
##################
|TestStatus| |PyPiStatus| |BlackStyle| |PackStyleBlack| |LicenseBadge|

Make plots in scaleable-vector-graphics (svg).
Create plots and graphics that you can modify further in e.g. inkscape.

|FigTelescope|

.. |FigTelescope| image:: https://github.com/cherenkov-plenoscope/svg_cartesian_plot/blob/main/readme/scope.svg?raw=True


.. |BlackStyle| image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black

.. |TestStatus| image:: https://github.com/cherenkov-plenoscope/svg_cartesian_plot/actions/workflows/test.yml/badge.svg?branch=main
    :target: https://github.com/cherenkov-plenoscope/svg_cartesian_plot/actions/workflows/test.yml

.. |PyPiStatus| image:: https://img.shields.io/pypi/v/svg_cartesian_plot
    :target: https://pypi.org/project/svg_cartesian_plot

.. |PackStyleBlack| image:: https://img.shields.io/badge/pack%20style-black-000000.svg
    :target: https://github.com/cherenkov-plenoscope/black_pack

.. |LicenseBadge| image:: https://img.shields.io/badge/License-MIT-yellow.svg
    :target: https://opensource.org/licenses/MIT
