drawer

package module
v0.0.0-...-596613a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 19, 2024 License: GPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TResultDrawer

type TResultDrawer struct {
	Results *pb.TResults
	Config  *pb.TSolverConfig
}

func NewTResultDrawer

func NewTResultDrawer(pbResults *pb.TResults) TResultDrawer

func (*TResultDrawer) DrawErrorBoxplot

func (rd *TResultDrawer) DrawErrorBoxplot(result *pb.TResult) *charts.BoxPlot

func (*TResultDrawer) DrawErrorSurface

func (rd *TResultDrawer) DrawErrorSurface(result *pb.TResult) *charts.Surface3D

func (*TResultDrawer) DrawHeatMap

func (rd *TResultDrawer) DrawHeatMap(result *pb.TResult) *charts.HeatMap

func (*TResultDrawer) DrawRealSolSurface

func (rd *TResultDrawer) DrawRealSolSurface() *charts.Surface3D

func (*TResultDrawer) DrawSurface

func (rd *TResultDrawer) DrawSurface(result *pb.TResult) *charts.Surface3D

func (*TResultDrawer) GenErrorBoxplotData

func (rd *TResultDrawer) GenErrorBoxplotData(result *pb.TResult) []opts.BoxPlotData

func (*TResultDrawer) GenErrorSurfaceData

func (rd *TResultDrawer) GenErrorSurfaceData(resultField *pb.TMatrix) (items []opts.Chart3DData, min float64, max float64)

func (*TResultDrawer) GenHeatMapData

func (rd *TResultDrawer) GenHeatMapData(result *pb.TResult) []opts.HeatMapData

func (*TResultDrawer) GenSurfaceData

func (rd *TResultDrawer) GenSurfaceData(resultField *pb.TMatrix) []opts.Chart3DData

func (*TResultDrawer) GetInitializationOpts

func (rd *TResultDrawer) GetInitializationOpts() charts.GlobalOpts

func (*TResultDrawer) GetTitleOpts

func (rd *TResultDrawer) GetTitleOpts(title string) charts.GlobalOpts

func (*TResultDrawer) Render

func (rd *TResultDrawer) Render(writer io.Writer)

func (*TResultDrawer) RenderResult

func (rd *TResultDrawer) RenderResult(writer io.Writer, result *pb.TResult)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL