module YouPlot
Constants
- Data
- Options
Command
line options that are not Plot parameters- Parameters
UnicodePlot parameters. Why Struct, not Hash?
-
The keys are static in Struct.
-
Struct does not conflict with keyword arguments. Hash dose.
-
- VERSION
Attributes
run_as_executable[RW]
Public Class Methods
run_as_executable?()
click to toggle source
# File lib/youplot.rb, line 12 def run_as_executable? @run_as_executable end