@@ -199,13 +199,13 @@ def draw_pathcollection(data, obj):
199
199
"visualization depends on={value \\ thisrow{draw} \\ as \\ drawcolor}" ,
200
200
"visualization depends on={value \\ thisrow{fill} \\ as \\ fillcolor}" ,
201
201
"scatter/@pre marker code/.code={%\n "
202
- " \\ expanded{%\n "
203
- " \\ noexpand\\ definecolor{thispointdrawcolor}{RGB}{\\ drawcolor}%\n "
204
- " \\ noexpand\\ definecolor{thispointfillcolor}{RGB}{\\ fillcolor}%\n "
205
- " }%\n "
206
- " \\ scope[draw=thispointdrawcolor, fill=thispointfillcolor]%\n "
207
- "}" ,
208
- "scatter/@post marker code/.code={%\n " " \\ endscope\n " "}" ,
202
+ + " \\ expanded{%\n "
203
+ + " \\ noexpand\\ definecolor{thispointdrawcolor}{RGB}{\\ drawcolor}%\n "
204
+ + " \\ noexpand\\ definecolor{thispointfillcolor}{RGB}{\\ fillcolor}%\n "
205
+ + " }%\n "
206
+ + " \\ scope[draw=thispointdrawcolor, fill=thispointfillcolor]%\n "
207
+ + "}" ,
208
+ + "scatter/@post marker code/.code={%\n " " \\ endscope\n " "}" ,
209
209
]
210
210
)
211
211
@@ -274,9 +274,9 @@ def draw_pathcollection(data, obj):
274
274
draw_options .extend (
275
275
[
276
276
"visualization depends on="
277
- "{\\ thisrow{sizedata} \\ as\\ perpointmarksize}" ,
277
+ + "{\\ thisrow{sizedata} \\ as\\ perpointmarksize}" ,
278
278
"scatter/@pre marker code/.append style="
279
- "{/tikz/mark size=\\ perpointmarksize}" ,
279
+ + "{/tikz/mark size=\\ perpointmarksize}" ,
280
280
# "scatter/@post marker code/.style={}"
281
281
]
282
282
)
0 commit comments