Pyplot Type

Constructors

Constructor Description

Pyplot(?pythonExecutable, ?timeoutMilliseconds)

Full Usage: Pyplot(?pythonExecutable, ?timeoutMilliseconds)

Parameters:
    ?pythonExecutable : string
    ?timeoutMilliseconds : int

Returns: Pyplot
?pythonExecutable : string
?timeoutMilliseconds : int
Returns: Pyplot

Instance members

Instance member Description

this.addPython line

Full Usage: this.addPython line

Parameters:
    line : string

line : string

this.figure ?figSize

Full Usage: this.figure ?figSize

Parameters:
    ?figSize : float * float

?figSize : float * float

this.hist (x, ?weights, ?bins, ?density, ?label)

Full Usage: this.hist (x, ?weights, ?bins, ?density, ?label)

Parameters:
    x : Tensor
    ?weights : Tensor
    ?bins : int
    ?density : bool
    ?label : string

x : Tensor
?weights : Tensor
?bins : int
?density : bool
?label : string

this.legend ()

Full Usage: this.legend ()

this.plot (y, ?alpha, ?label)

Full Usage: this.plot (y, ?alpha, ?label)

Parameters:
    y : Tensor
    ?alpha : float
    ?label : string

y : Tensor
?alpha : float
?label : string

this.plot (x, y, ?alpha, ?label)

Full Usage: this.plot (x, y, ?alpha, ?label)

Parameters:
x : Tensor
y : Tensor
?alpha : float
?label : string

this.savefig fileName

Full Usage: this.savefig fileName

Parameters:
    fileName : string

fileName : string

this.script

Full Usage: this.script

Returns: string
Returns: string

this.tightLayout ()

Full Usage: this.tightLayout ()

this.xlabel label

Full Usage: this.xlabel label

Parameters:
    label : string

label : string

this.xscale value

Full Usage: this.xscale value

Parameters:
    value : string

value : string

this.ylabel label

Full Usage: this.ylabel label

Parameters:
    label : string

label : string

this.yscale value

Full Usage: this.yscale value

Parameters:
    value : string

value : string

© Copyright 2021, DiffSharp Contributors.