Cryplot
Crystal plotting library powered by gnuplot
Constants
GOLDEN_RATIO = 1.618034
GOLDEN_RATIO_INVERSE = 1.0 / GOLDEN_RATIO
INCH_TO_POINTS = 72.0
MISSING_INDICATOR = "\"?\""
NAN = Float64::NAN
PI = 3.14159265359
POINT_TO_INCHES = 1.0 / INCH_TO_POINTS
VERSION = "0.1.1"
Class methods
Returns an array with uniform increments from a given initial value to a final one
palettes
SourceNested types
- Cryplot::AxisLabel
- Cryplot::BaseMixin(T)
- Cryplot::BasePlot
- Cryplot::BaseTics(T)
- Cryplot::Border
- Cryplot::Depth
- Cryplot::DepthMixin(T)
- Cryplot::Draw
- Cryplot::Extension
- Cryplot::Figure
- Cryplot::Fill
- Cryplot::FillMixin(T)
- Cryplot::FillStyle
- Cryplot::FilledCurve
- Cryplot::FilledCurveMixin(T)
- Cryplot::Font
- Cryplot::FontMixin(T)
- Cryplot::Frame
- Cryplot::FrameMixin(T)
- Cryplot::Grid
- Cryplot::GridBase
- Cryplot::HistogramStyle
- Cryplot::Legend
- Cryplot::Line
- Cryplot::LineMixin(T)
- Cryplot::MajorTics
- Cryplot::MinorTics
- Cryplot::MultiPlots
- Cryplot::Offset
- Cryplot::OffsetMixin(T)
- Cryplot::Palette
- Cryplot::Plot
- Cryplot::Plot3D
- Cryplot::PlotXD
- Cryplot::Point
- Cryplot::PointMixin(T)
- Cryplot::Show
- Cryplot::ShowMixin(T)
- Cryplot::StringOrFloat
- Cryplot::Strings
- Cryplot::Text
- Cryplot::TextMixin(T)
- Cryplot::Tics
- Cryplot::Title
- Cryplot::TitleMixin(T)
- Cryplot::UnkownPalette
- Cryplot::Vec