diff --git a/pyqtgraph/graphicsItems/ScatterPlotItem.py b/pyqtgraph/graphicsItems/ScatterPlotItem.py index 63dc61cb..1726f652 100644 --- a/pyqtgraph/graphicsItems/ScatterPlotItem.py +++ b/pyqtgraph/graphicsItems/ScatterPlotItem.py @@ -33,9 +33,9 @@ coords = { 't3': [(0.5, 0.5), (0.5, -0.5), (-0.5, 0)], 'd': [(0., -0.5), (-0.4, 0.), (0, 0.5), (0.4, 0)], '+': [ - (-0.5, -0.05), (-0.5, 0.05), (-0.05, 0.05), (-0.05, 0.5), - (0.05, 0.5), (0.05, 0.05), (0.5, 0.05), (0.5, -0.05), - (0.05, -0.05), (0.05, -0.5), (-0.05, -0.5), (-0.05, -0.05) + (-0.5, -0.1), (-0.5, 0.1), (-0.1, 0.1), (-0.1, 0.5), + (0.1, 0.5), (0.1, 0.1), (0.5, 0.1), (0.5, -0.1), + (0.1, -0.1), (0.1, -0.5), (-0.1, -0.5), (-0.1, -0.1) ], 'p': [(0, -0.5), (-0.4755, -0.1545), (-0.2939, 0.4045), (0.2939, 0.4045), (0.4755, -0.1545)],