Context Menu - Multiple Plots - Plot options only present in first viewbox
36 views
Skip to first unread message
RC
unread,
May 16, 2017, 10:31:43 AM5/16/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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 Guys
I have created a multiple plot using viewboxes and it works great. I have noticed however that the "Plot Options" section of the context menu is only present on the first viewbox and non of the subsequent. Is their an easy way to add this to the other viewboxes? Also, is their a way to remove downsample, average and points from the "Plot Options" as I dont need them. I have had a look in viewmenu.py but am unable to find what i think i should be looking for.
Cheers RC
RC
unread,
Jun 12, 2017, 3:32:33 PM6/12/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
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
I have figured out how to solve this. I ended up modifying plotitem.py to not do "Plot Options" when I supply the initial call with an extra input and added a sub-function to my code to do the functions I wanted.