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

github.com/torch/gnuplot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Bottou <leon@bottou.org>2012-07-03 04:33:52 +0400
committerLeon Bottou <leon@bottou.org>2012-07-03 04:33:52 +0400
commitd48d247e81b4d806725ce18441550de46d1ebbc5 (patch)
tree0aa888dd1f03ecce4863d16c057bece2632aecc3 /gnuplot.lua
parent6e759cc842d1f9bef52a13a69b5f6280ed6bf3fe (diff)
Less annoying messages
Diffstat (limited to 'gnuplot.lua')
-rw-r--r--gnuplot.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnuplot.lua b/gnuplot.lua
index 1f30577..6e53fa1 100644
--- a/gnuplot.lua
+++ b/gnuplot.lua
@@ -106,7 +106,8 @@ local function findgnuplotexe()
end
end
_gptable.hasrefresh = false
- print('Some functionality like adding title, labels, ... will be disabled install gnuplot version 4.4')
+ print('Gnuplot package working with reduced functionality.')
+ print('Please install gnuplot version >= 4.4.')
end
return s
else