From f5b793b5aeddbd339134e5a481f42a27371e186f Mon Sep 17 00:00:00 2001 From: "hadaq@CountingHouse" Date: Wed, 23 Apr 2014 15:56:55 +0200 Subject: [PATCH] chagend fontsize --- hmon/HPlot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmon/HPlot.pm b/hmon/HPlot.pm index fe72bbd..6230a67 100755 --- a/hmon/HPlot.pm +++ b/hmon/HPlot.pm @@ -160,7 +160,7 @@ sub PlotInit { plot_write($fh,"splot '-' matrix with image"); } else { - plot_write($fh,"plot '-' matrix with image, '-' matrix using 1:2:(sprintf('%i', \$3)) with labels tc rgb \"#ffffff\" font ',16'"); + plot_write($fh,"plot '-' matrix with image, '-' matrix using 1:2:(sprintf('%i', \$3)) with labels tc rgb \"#ffffff\" font ',10'"); } } else { -- 2.43.0