You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyqtgraph
Hi,
I am plotting some graphs using GraphicsLayoutWidget which is used within a QStackedWidget. Plots are either single or multiple based on the type. I am exporting these Plots by accessing the widgets created for use in the stackedwidget.
I get proper graphs when use them in the GUI. But the exported images are not of consistent size. Single plots are exported properly but multiple graphs have very large text for labels and small graphs. What could be going wrong?