module Tioga
Arcs_and_Circles.rb
Colorbars.rb
Colormaps.rb
Creating_Paths.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
-
Strokes (Lines and Curves)
-
Special_Paths (Contours, Splines, Steps, Arrows, Error Bars)
-
Images (JPEGs and Sampled Data)
-
Shading (Radial and Axial Blends)
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.
Executive.rb
Copyright (C) 2005 Bill Paxton This file is part of Tioga. Tioga is free software; you can redistribute it and/or modify it under the terms of the GNU General Library Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. Tioga is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with Tioga; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# FigureConstants.rb
Figures_and_Plots.rb
Images.rb
Legends.rb
Markers.rb
Page_Frame_Bounds.rb
Rectangles.rb
Shading.rb
Special_Paths.rb
Strokes.rb
TeX_Text.rb
Titles_and_Labels.rb
Transparency.rb
Using_Paths.rb
X_and_Y_Axes.rb
tutorial.rb