Skip to content
This repository has been archived by the owner on Jul 15, 2020. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 518 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 518 Bytes

backend_swing

A Java/swing backend for Matplotlib using the javabridge

Many of the Python UI toolkits - wx, qt and similar, have a matplotlib backend that displays plots on screen using the toolkit. Now that the python-javabridge is bidirectional, we have all the pieces we need to use AWT and Swing as a Python toolkit, arguably the most complete, platform-independent one there is. It turns out that, with agg, it's not hard to do, so here it is.

Currently, very early in development - can only display figures.