File: Colorbars.rb

package info (click to toggle)
libtioga-ruby 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 9,956 kB
  • ctags: 3,257
  • sloc: ansic: 31,801; ruby: 16,346; sh: 172; makefile: 114
file content (10 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#  Colorbars.rb

module Tioga

# Color bars are done using subplots and axial_shading.  There is an example in the Tutorial::SampledData information.

class Colorbars < Doc < FigureMaker

end # class
end # module Tioga