File: Colorbars.rb

package info (click to toggle)
libtioga-ruby 1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 10,460 kB
  • ctags: 3,986
  • sloc: ansic: 38,451; ruby: 16,774; sh: 172; makefile: 111
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