Versions in this module Expand all Collapse all v0 v0.1.1 Aug 16, 2023 v0.1.0 Aug 16, 2023 Changes in this version + const DfltTexCommand + const DfltTexTemplateDir + const DfltTexTemplateExt + const DfltTexTemplateMain + var DfltTeXTemplateDelims = []string + var DfltTeXTemplates embed.FS + var ErrBadGrapher = fmt.Errorf("bad grapher, available graphers are: %q", common.MapKeys(GrapherFactories)) + var GrapherFactories = map[string]GrapherFactory + func Generate(_ *dataframe.DataFrame, config *Config) error + func Write(_ *dataframe.DataFrame, config *Config) error + type AxisLine struct + Label string + Max float64 + Min float64 + type Config struct + GrapherType string + Graphs []yaml.Node + type Grapher interface + Generate func() error + Write func() error + type GrapherFactory func(*yaml.Node, *Config) (Grapher, error) + type TeXGrapher struct + Axes []TexAxis + Directory string + Name string + Spec *yaml.Node + TableFile string + TeXCommand string + TemplateDelims []string + TemplateDir string + TemplateMain string + TemplatePattern string + Templates fs.FS + func (g *TeXGrapher) Generate() error + func (g *TeXGrapher) Write() error + type TeXTable struct + ColSep string + LegendEntry string + TableFile string + XField string + YField string + type TexAxis struct + Height string + LegendStyle string + RawOptions string + Tables []TeXTable + Width string + X AxisLine + Y AxisLine