Module Tioga
In: tutorial/tutorial.rb
tutorial/tutorial_animation.rb
tutorial/tutorial_command_line.rb
tutorial/tutorial_data.rb
tutorial/tutorial_doc_structure.rb
tutorial/tutorial_epilog.rb
tutorial/tutorial_figures.rb
tutorial/tutorial_other_ways.rb
tutorial/tutorial_other_stuff.rb
tutorial/tutorial_plots.rb
tutorial/tutorial_ruby.rb
tutorial/tutorial_sampled_data.rb
tutorial/tutorial_simple_figure.rb
tutorial/tutorial_text_for_tex.rb
split/Tioga/lib/Figures_and_Plots.rb
split/Tioga/lib/Page_Frame_Bounds.rb
split/Tioga/lib/Executive.rb
split/Tioga/lib/ColorConstants.rb
split/Tioga/lib/Creating_Paths.rb
split/Tioga/lib/Using_Paths.rb
split/Tioga/lib/Strokes.rb
split/Tioga/lib/Rectangles.rb
split/Tioga/lib/Arcs_and_Circles.rb
split/Tioga/lib/Special_Paths.rb
split/Tioga/lib/Colormaps.rb
split/Tioga/lib/Images.rb
split/Tioga/lib/Shading.rb
split/Tioga/lib/FigureConstants.rb
split/Tioga/lib/Markers.rb
split/Tioga/lib/MarkerConstants.rb
split/Tioga/lib/TeX_Text.rb
split/Tioga/lib/Titles_and_Labels.rb
split/Tioga/lib/X_and_Y_Axes.rb
split/Tioga/lib/Legends.rb
split/Tioga/lib/Transparency.rb
split/Tioga/lib/Colorbars.rb
split/Flate/flate.c
split/Tioga/lib/Doc.rb

The tioga kernel

This is the reference document for using of the tioga kernel to create figures and plots using Ruby, PDF, and TeX. Please understand that this is more like a dictionary than a textbook. It is written assuming that you‘ve already familiarized yourself with how things work to the level covered in the Tutorial. Without that background, much of the following may be incomprehensible.

Page Layout and System Control

Graphics

Text

Extras for Plots

Facilities for Storing Numeric Data

For more information on PDF, consult the Adode PDF Reference document. It‘s a huge collection of details (over 1000 pages at last count), and I‘ve borrowed extensively from it in some of the following descriptions of methods that map directly to PDF operations.

Classes and Modules

Module Tioga::ColorConstants
Module Tioga::FigureConstants
Module Tioga::Flate
Module Tioga::MarkerConstants
Module Tioga::Tutorial
Class Tioga::Arcs_and_Circles
Class Tioga::Colorbars
Class Tioga::Colormaps
Class Tioga::Creating_Paths
Class Tioga::Executive
Class Tioga::FigureMaker
Class Tioga::Figures_and_Plots
Class Tioga::Images
Class Tioga::Legends
Class Tioga::Markers
Class Tioga::Page_Frame_Bounds
Class Tioga::Rectangles
Class Tioga::Shading
Class Tioga::Special_Paths
Class Tioga::Strokes
Class Tioga::TeX_Text
Class Tioga::Titles_and_Labels
Class Tioga::Transparency
Class Tioga::Using_Paths
Class Tioga::X_and_Y_Axes

[Validate]