Skip to main content
Module

x/netsaur/visualizer/types.ts>Line

Powerful machine learning, accelerated by WebGPU
Go to Latest
interface Line
import { type Line } from "https://deno.land/x/netsaur@0.3.1/visualizer/types.ts";

Line Type for Jupyter Notebook

Properties

x: number[]
y: number[]
optional
type: "scatter" | "bar"
optional
mode: "markers" | "lines" | "lines+markers"
optional
name: string
optional
line: { color?: string; width?: number; }