Apologies for the duplicate question, I had searched for it but not with the proper keyword. I will refer to the post with subject " autoscale ymax only"
On Thursday, April 22, 2021 at 4:10:54 PM UTC-7 William Holden wrote: > I was looking for a way to set the bottom of the yrange to 0 permanently, > but let the top auto-scale to the data as the data is updated. > > In matplotlib, "bottom" and "top" can be set independently: > e.g. matplotlib.axes.Axes.set_ylim(bottom=0) > > In pyqtgraph I found setYRange(min, max), but you have to specify both. Is > there perhaps a simple workaround to only specify the bottom of the yrange, > but allow the max to autoscale? > -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/cb8cab3d-9696-4b4d-8d46-f7c2cb0cfa96n%40googlegroups.com.
