diff scripts/plot/util/private/__gnuplot_print__.m @ 21751:b571fc85953f

maint: Use two spaces after period to indicate sentence break.
author Rik <rik@octave.org>
date Thu, 19 May 2016 18:48:52 -0700
parents 21fdab18f857
children ffad2baa90f7
line wrap: on
line diff
--- a/scripts/plot/util/private/__gnuplot_print__.m	Thu May 19 19:42:57 2016 -0400
+++ b/scripts/plot/util/private/__gnuplot_print__.m	Thu May 19 18:48:52 2016 -0700
@@ -238,7 +238,7 @@
     case {"eps", "eps2", "epsc", "epsc2"}
       ## Gnuplot renders fonts as half their specification, which
       ## results in a tight spacing for the axes-labels and tick-labels.
-      ## Compensate for the half scale. This will produce the proper
+      ## Compensate for the half scale.  This will produce the proper
       ## spacing for the requested fontsize.
       if (! isempty (opts.font) && ! isempty (opts.fontsize))
         f = sprintf ('font "%s,%d"', opts.font, 2 * opts.fontsize);