Metadata-Version: 2.0
Name: JyPlotter
Version: 0.9.4
Summary: Graph plotting library with backends for different GUIs
Home-page: https://github.com/jecki/PyPlotter
Author: Eckhart Arnold
Author-email: eckhart.arnold@posteo.de
License: MIT
Keywords: Plotting Graph Simplex Cartesian
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: IronPython
Classifier: Programming Language :: Python :: Implementation :: Jython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Programming Language :: Python :: Implementation :: Stackless

PyPlotter - A Python / Jython Plotting Library
==============================================

Version: 0.9.3 (February, 19th 2015)

Author: Eckhart Arnold
Email:  eckhart.arnold@posteo.de
Web:    http://eckhartarnold.de
Source: https://github.com/jecki/PyPlotter

(c) 2004 Eckhart Arnold under the MIT License (opensource.org/licenses/MIT)


Description
-----------

PyPlotter is a Python package for plotting graphs and diagrams with very
small footprint. Possible use cases for PyPlotter still are: 

- you need a plotting package that works with jython in the java virtual
  machine

- you need a lightweight graph plotting package with small footprint

- you need a plotting package that can easily be adapted to some obscure
  graphics library or GUI-toolkit that is not supported by matplotlib

- you need a plotting package without any particular C-library dependencies

- [matplotlib](http://matplotlib.org/) is just too large for you

PyPlotter allows plotting on linear and logarithmic scales. Apart from
that it contains classes for plotting simplex diagrams, such as are
used in evolutionary game theory for example.

Through its own device driver PyPlotter can easily be adapted to
different graphical user interfaces or output devices. This means that
the same plotting subroutines can be used in a Jython applet in
conjunction with the Java AWT or in a standalone application utilizing
the wxWidgets, gtk or qt tookit.



