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 currently using contour plots in matplotlib and want to use those in pyqtgraph. I requirement is that I want plotting without opengl version?
Can you suggest something?
JME
unread,
Jul 9, 2019, 7:29:20 PM7/9/19
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
Hello everyone,
I've also hit this same wall as this post from 2016. Has anyone found any success attempting to plot a contour plot?
The data that I'm using will plot with no issue at all in Matplotlib by using the ax.contour(data) option, but there doesn't seem to be a comparable function native to pyqtgraph.