Class: Dicey::OutputFormatters::GnuplotFormatter

Inherits:
KeyValueFormatter show all
Defined in:
lib/dicey/output_formatters/gnuplot_formatter.rb

Overview

Formats a hash as a text file suitable for consumption by Gnuplot.

Will transform Rational probabilities to Floats.

Constant Summary collapse

SEPARATOR =
" "

Method Summary

Methods inherited from KeyValueFormatter

#call