diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-04-28 20:48:51 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-04-28 20:48:51 -0700 |
commit | 475f0112b018a4f5092346af186d34eeb43a47de (patch) | |
tree | 0bf354861ac5590fb216240e94f7b75a3bca19e6 /remote_plot.c | |
parent | 108b689bd681a6a0eb081076f87be3dc554506dd (diff) |
correct comment
Diffstat (limited to 'remote_plot.c')
-rw-r--r-- | remote_plot.c | 2 |
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 ? |