Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 622 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 622 Bytes

StudioFX

StudioFX is a graphical studio that can be used with Renjin, the JVM-based interpreter for the R language ( http://renjin.org )

This code currently an experiment in learning about R graphics, Renjin, and testing the possibility of adding graphics to Renjin.

The interface is divided into three regions:

At top left is a code editor (based on https://github.com/TomasMikula/RichTextFX )

At bottom left is a Console, based on existing code from Renjin

The right side of the display is a plotting region which uses code from https://github.com/brucejohnson/jfxplot

ScreenShot