Class: Dicey::CLI::Formatters::GnuplotFormatter Private

Inherits:
BaseListFormatter show all
Defined in:
lib/dicey/cli/formatters/gnuplot_formatter.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

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

Will transform Rational probabilities to Floats. Non-numeric dice inherently won’t work in gnuplot, even though the formatter will process them.

Constant Summary collapse

SEPARATOR =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

" "

Method Summary

Methods inherited from BaseListFormatter

#call