From 6bb3f552f0572057dd307c967251e2a0841f3530 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Tue, 29 Apr 2025 05:18:53 -0700 Subject: set x axis label 10 digits --- remote_plot.c | 4 ++++ 1 file changed, 4 insertions(+) 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]) -- cgit v1.2.3-70-g09d2