diff options
Diffstat (limited to 'remote_plot.c')
-rw-r--r-- | remote_plot.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/remote_plot.c b/remote_plot.c index ee8b577..201b49c 100644 --- a/remote_plot.c +++ b/remote_plot.c @@ -454,6 +454,10 @@ static void draw_function (GtkDrawingArea *area, plstar(1,plot_counts); pl_cmd( PLESC_DEVINIT, cr ); + // 10 char unix time: 1745925459 + // set numbers of digits to display x axis labels + plsxax(10,0); + for(int i=0;i<(VOLTLEN+TEMPLEN);i++) { if(active_checkbutton[i]) |