Closed Ilmu011 closed 3 years ago
Sorry if this question seems trivial, but I haven't found a way to do this.
Is there a way to strictly limit the range of the y-axis? I am trying to plot in real time and y-axis is constantly being resized based on the current data in the plot.
Hi @Ilmu011, I guess you are looking for axes.setYLim({-1,1});? Otherwise please post a minimal example.
axes.setYLim({-1,1});
Sorry if this question seems trivial, but I haven't found a way to do this.
Is there a way to strictly limit the range of the y-axis? I am trying to plot in real time and y-axis is constantly being resized based on the current data in the plot.