I've got what I hope is a simple question here. Background: I've got a pair of plots, and I can add axis labels using setLabel() and I can change the plot title using setTitle(). These work great.
I'd like to do something similar during error conditions and have the text right in the middle of the plot. Seems like it should be easy enough, as pyqtgraph is very flexible. I looked through the API and I didn't see anything quite right though. I don't want to attach it to a point in the graph, because usually there aren't points when I want to show the error. Ideally the message would be centered right in the middle of where the data would normally be displayed. What's the easiest way to accomplish this? Thanks, Jeff -- 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/1dc25c1c-d725-4322-8923-973ba591f116n%40googlegroups.com.
