File: linear.rb

package info (click to toggle)
ruby-rubyvis 0.6.1%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,812 kB
  • sloc: ruby: 11,114; javascript: 25; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 136 bytes parent folder | download | duplicates (3)
1
2
3
4
5
module Rubyvis
  # See Quantitative for complete description of features
  class Scale::Linear < Rubyvis::Scale::Quantitative
  end
end