Welcome to mirror list, hosted at ThFree Co, Russian Federation.

init.lua - github.com/torch/gnuplot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9c63805d55c8f385f1d1ab9e2fe8323ed8e36bc1 (plain)
1
2
3
4
5
require 'torch'

gnuplot = {}
include('gnuplot.lua')
include('hist.lua')