diff options
-rw-r--r-- | remote_plot.c | 4 |
1 files changed, 3 insertions, 1 deletions
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. |