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

Functions

local function named (name)
 

Variables

local plot = require "nngn.lib.plot"
 
local tools = require "nngn.lib.tools"
 
 named = tools.wrap(named)
 
 func = tools.wrap(plot.func)
 
 eval = tools.wrap(plot.eval)
 

Function Documentation

◆ named()

local function named ( name )

Variable Documentation

◆ eval

eval = tools.wrap(plot.eval)

◆ func

func = tools.wrap(plot.func)

◆ named

named = tools.wrap(named)

◆ plot

plot = require "nngn.lib.plot"

◆ tools

local tools = require "nngn.lib.tools"