File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 474
474
" %%altair\n " ,
475
475
" data = altair.X(\" cty\" , bin=altair.Bin(step=2))\n " ,
476
476
" (\n " ,
477
- " altair \\ \n" ,
478
- " .Chart(mpg) \\ \n" ,
479
- " .mark_bar() \\ \n" ,
477
+ " altair\n " ,
478
+ " .Chart(mpg)\n " ,
479
+ " .mark_bar()\n " ,
480
480
" .encode(data, y=\" count()\" )\n " ,
481
481
" )"
482
482
]
1161
1161
"outputs" : [],
1162
1162
"source" : [
1163
1163
" %%altair \n " ,
1164
- " (altair \\ \n" ,
1165
- " .Chart(mpg) \\ \n" ,
1166
- " .mark_circle() \\ \n" ,
1167
- " .encode(x=\" displ\" , y=\" hwy\" ,) \\ \n" ,
1164
+ " (altair\n " ,
1165
+ " .Chart(mpg)\n " ,
1166
+ " .mark_circle()\n " ,
1167
+ " .encode(x=\" displ\" , y=\" hwy\" ,)\n " ,
1168
1168
" .properties(\n " ,
1169
1169
" width=100, height=150\n " ,
1170
- " ) \\ \n" ,
1170
+ " )\n " ,
1171
1171
" .facet(column=\" cyl\" , row=\" drv\" )\n " ,
1172
1172
" )"
1173
1173
]
You can’t perform that action at this time.
0 commit comments