[pyqtgraph] Labels for scatter plot items

2017-08-11 Thread Dennis Lee
I used a scatter plot to visualize a pin layout and I'm creating a toggle feature to show/hide the pin names. Is there a way to attach a label or text below each scatter plot item (2000+) without severely affecting performance? Sample:

[pyqtgraph] Re: How can I force viewboxes to share the same width.

2017-08-11 Thread jordan . epstein
Also, how can I get tick marks to appear? On Friday, August 11, 2017 at 11:00:31 AM UTC-4, jordan@schrodinger.com wrote: > > I'm using a GraphicsLayoutWidget with 3 PlotItems. I need the viewboxes of > all three plots to have the same width at all times, any suggestions? > -- You received