Dear Patrick, Thank you for your answer! Can you please provide one very minimal example how you did it! It will help me to accelerate a bit.
Thanks! Trifon On Thursday, January 17, 2019 at 5:14:40 AM UTC+1, Patrick wrote: > > Hi, > > If you have a handle to the pyqtgraph ErrorBarItem, then you can extract > the error bar lengths from the opts dictionary ( > http://www.pyqtgraph.org/documentation/_modules/pyqtgraph/graphicsItems/ErrorBarItem.html#ErrorBarItem). > > You might need to do a bit of code since opts["height"] is supposed to > override opts["top"] and opts["bottom"] etc. > > This probably isn't helpful, but in my code base I have written a separate > "plots.py" with various matplotlib routines to generate custom plot > figures/files since it is simple enough, gives much more > flexible/customisable plots, and bypasses limitations of pyqtgraph exports. > > Patrick > > > -- 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/4cb353aa-5b33-40dd-bff6-7b75dc175f64%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
