Dataset

io.worxbend.tui.widgets.Dataset
final case class Dataset(name: String, points: Seq[(Double, Double)], style: Style, graphType: GraphType)

One plotted series: points in world coordinates, drawn as a connected polyline or scattered markers.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product