Merge pull request #1387 from irgolic/patch-1
ScatterPlotItem: Make + and x symbols thicker
This commit is contained in:
commit
ea08dda62d
@ -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)],
|
||||
|
Loading…
Reference in New Issue
Block a user