Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.37 KB

README.md

File metadata and controls

21 lines (15 loc) · 1.37 KB

Results Visualizations

This program takes the output of results-tables, and clustering assignments for the stages to generate a visualization.

Usage

  • Install PyX (not available through pip, must download and run python setup.py install)
  • Run python runner.py --tables_dir ... --clusters_dir ..., with the path to the individual_stages (sudirectory) output of results-tables and clusters to represent
  • The generated files should be in the output/ directory

Alternatives

The following software packages were considered in addition to PyX.

  • grid: low-level interface used by ggplot2, for R
  • compose: low-level interface used by gadfly, for Julia
  • Artist: objects used by matplotlib
  • Diagrams: promising monadic interface for Haskell
  • cairo: complex, and doesn't have active high-level interfaces
  • LaTeX packages for drawing (like TikZ, Asymptote and PSTricks) with extensions, but I prefer a general programming language