porteddemo

package
v0.0.0-...-42f50ae Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DemoBarPlot

func DemoBarPlot()

func DemoLinePlot

func DemoLinePlot()

func DemoShadedPlot

func DemoShadedPlot()

func MakeDemoBarGroupsDemo

func MakeDemoBarGroupsDemo() (r demofunc)

func MakeDigitalDemo

func MakeDigitalDemo() (r demofunc)

func MakeErrorbarDemo

func MakeErrorbarDemo() (r demofunc)

func MakeHeatmapsDemo

func MakeHeatmapsDemo() (r demofunc)

func MakeHistogram2DDemo

func MakeHistogram2DDemo() (r demofunc)

func MakeHistogramDemo

func MakeHistogramDemo() (r demofunc)

func MakeImageDemo

func MakeImageDemo() (r demofunc)

func MakeInfLinesDemo

func MakeInfLinesDemo() (r demofunc)

func MakeMarkersAndTextDemo

func MakeMarkersAndTextDemo() (r demofunc)

func MakePieChartDemo

func MakePieChartDemo() (r demofunc)

func MakeRenderPortedDemo

func MakeRenderPortedDemo() demofunc

func MakeScatterDemo

func MakeScatterDemo() (r demofunc)

func MakeStairstepDemo

func MakeStairstepDemo() (r demofunc)

func MakeStemDemo

func MakeStemDemo() (r demofunc)

Types

type RingBuffer

type RingBuffer[T any] struct {
	Ring []T
	Pos  int
	// contains filtered or unexported fields
}

func NewRingBuffer

func NewRingBuffer[T any](n int) *RingBuffer[T]

func (*RingBuffer[T]) AddValue

func (inst *RingBuffer[T]) AddValue(v T) (spilledValue T, spill bool)

func (*RingBuffer[T]) IsFull

func (inst *RingBuffer[T]) IsFull() bool

Jump to

Keyboard shortcuts

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