aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--remote_plot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_plot.c b/remote_plot.c
index d157e1d..a30d6ad 100644
--- a/remote_plot.c
+++ b/remote_plot.c
@@ -461,7 +461,7 @@ static void draw_function (GtkDrawingArea *area,
else
pllab("Time (s)","Temperature (C)",checkbutton_names[i]);
// Plot the data that was prepared above.
- // plstring for scatter
+ // plstring or plptex for scatter
// #(NNN) is Hershey font code, more see example 5, 6, 21
// #(727) is centred X symbol; other maybe useful codes: #(728)
// hershey font code see http://plplot.org/examples.php?demo=07 ?