Sha256: 825ab3c0fe11b8acd6950c23b8a0a3a0942455743dd0a258bff5dfb73fe1f6ef
Contents?: true
Size: 342 Bytes
Versions: 1
Compression:
Stored size: 342 Bytes
Contents
module Nyaplot class RowScale include Nyaplot::Base type :row_scale required_args :scale, :column end class DataFrameScale include Nyaplot::Base type :df_scale required_args :data, :column, :range end class Scale include Nyaplot::Base type :scale required_args :domain, :range, :type end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nyaplot-0.2.0.rc1 | lib/nyaplot/scale.rb |