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: 726e8ecf631ff69f5703e7c83d5fcaf779ae342d (plain)
1
2
3
4
5
6
7
require 'torch'

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

return gnuplot