From 4b15baeeacb69db062bd42a5aa97ed5159067b78 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Wed, 7 May 2025 00:47:02 -0700 Subject: temp max 100 instead for better showcase --- remote_plot.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/remote_plot.c b/remote_plot.c index f6dc18e..f18862b 100644 --- a/remote_plot.c +++ b/remote_plot.c @@ -607,7 +607,9 @@ static void draw_function (GtkDrawingArea *area, { // according to .dbc file ymin=0; - ymax=255; + //ymax=255; + // for better showcase, use 100 instead + ymax=100; } // Create a labelled box to hold the plot. -- cgit v1.2.3-70-g09d2