tgranularplot: remove title from grains - granular - granular dynamics simulation | |
git clone git://src.adamsgaard.dk/granular | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 8401ff2fdbcfb36e625fe2154bf287f9e5777ff5 | |
parent 22b76f0ca163f3753c5f6b973c6320e50edd4491 | |
Author: Anders Damsgaard | |
Date: Fri, 19 Mar 2021 18:32:23 +0100 granularplot: remove title from grains Diffstat: M granularplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- | |
diff --git a/granularplot b/granularplot | |
t@@ -6,4 +6,4 @@ awk -F' ' '{print $2, $3, $1, $1*2.0}' \ set ylabel 'y [m]';\ set cblabel 'diameter [m]';\ set size ratio -1;\ - plot '-' with circles fill solid fillcolor palette lw 0 title 'Grain'" + plot '-' with circles fill solid fillcolor palette lw 0 title ''" |