# HG changeset patch # User Ben Abbott # Date 1356393491 18000 # Node ID 1ea5f8a4a91448cb69112a8296bae0c11db379fa # Parent 8f0d07f8390b18e80fa846b43f43d80e953a7970 Enable dashed-lines for many of Gnuplot's terminals. * scripts/plot/__gnuplot_drawnow__.m: Enable the dashed termoption. diff -r 8f0d07f8390b -r 1ea5f8a4a914 scripts/plot/__gnuplot_drawnow__.m --- a/scripts/plot/__gnuplot_drawnow__.m Mon Dec 24 18:49:37 2012 -0500 +++ b/scripts/plot/__gnuplot_drawnow__.m Mon Dec 24 18:58:11 2012 -0500 @@ -321,6 +321,7 @@ endif endif endif + fprintf (plot_stream, "set termoption dashed\n") else ## gnuplot will pick up the GNUTERM environment variable itself ## so no need to set the terminal type if not also setting the