avoid ambiguous +=
This commit is contained in:
parent
13141feb4f
commit
10e9325635
@ -27,7 +27,7 @@ gr_markertype(k) = (
|
||||
octagon = -24,
|
||||
cross = 2,
|
||||
xcross = 5,
|
||||
+ = 2,
|
||||
(+) = 2,
|
||||
x = 5,
|
||||
star4 = -25,
|
||||
star5 = -26,
|
||||
|
||||
@ -708,7 +708,7 @@ pgfx_get_marker(k) = get(
|
||||
none = "none",
|
||||
cross = "+",
|
||||
xcross = "x",
|
||||
+ = "+",
|
||||
(+) = "+",
|
||||
x = "x",
|
||||
utriangle = "triangle*",
|
||||
dtriangle = "triangle*",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user