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

gnuplot = {}
require('gnuplot.gnuplot')
require('gnuplot.hist')

return gnuplot