nngn
Loading...
Searching...
No Matches
plot.lua File Reference

Functions

local function write (f, prefix,...)
 
local function write_names (f,...) write(f
 
local function write_data (f,...) write(f
 
function update ()
 
local function plot (...)
 
local function func (name, f)
 
local function eval (code) return func(code
 
local function load ("return " .. code)) end
 

Variables

local camera< const > = require "nngn.lib.camera"
 
local tools< const > = require "nngn.lib.tools"
 
local ps = {}
 
local function g l
 
local function g end
 

Function Documentation

◆ eval()

local function eval ( code )
Here is the call graph for this function:

◆ func()

local function func ( name ,
f  )

◆ load()

local function load ( "return " .. code)

◆ plot()

local function plot ( ...)

◆ update()

function update ( )
Here is the caller graph for this function:

◆ write()

local function write ( f ,
prefix ,
... )
Here is the caller graph for this function:

◆ write_data()

local function write_data ( f ,
... )
Here is the caller graph for this function:

◆ write_names()

local function write_names ( f ,
... )
Here is the caller graph for this function:

Variable Documentation

◆ camera< const >

local camera< const > = require "nngn.lib.camera"

◆ end

local function d end

◆ l

local function d l

◆ ps

local ps = {}

◆ tools< const >

local tools< const > = require "nngn.lib.tools"