https://github.com/CampagneLaboratory/XChart
Raw File
Tip revision: 24d1b77a65c0f2ef38522395ab5d3a49f616278b authored by Fabien Campagne on 02 August 2017, 20:23:23 UTC
Remove mps_home definition in build script.
Tip revision: 24d1b77
README.md
  
Language wrapping XChart (https://github.com/timmolter/XChart). Makes it possible to preview charts constructed from data in TSV and other delimited text files, and to produce an implementation of the charts that can display the content of new files with similar columns. 

See https://github.com/CampagneLaboratory/XChart  

The language lets you preview the plots that will be generated. Below is a Page node with two charts, showing previews for a histogram and a scatterplot.

![Edit Chart Presentation](images/TwoPlots.png)

Building this node will generate Java code that renders the two plots given filenames of files that contain such columns. We use this language to quickly assemble charts that we can connect to data files generated by [GobyWeb](gobyweb.campagnelab.org).
back to top