Skip to content

Commit 234d962

Browse files
committed
new version of the macro (still does not work)
1 parent b21d647 commit 234d962

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

12_Datenfusion.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ script: https://cdn.jsdelivr.net/chartist.js/latest/chartist.min.js
1818
1919
link: https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css
2020
21-
@eval: @Rextester._eval_(@uid, @Python, , , ,
21+
@eval: @Rextester.eval(@uid,@Python, , , ,
2222
```
23-
var string = data.Result.replace(/\n/g, ' ');
24-
var lines = string.match(/(?<=\[).+?(?=\])/g);
25-
var outcome = [];
26-
for (var i=0; i<lines.length; i++){
27-
outcome[i] = lines[i].split(' ').map(function(item) {
28-
return parseFloat(item);
29-
});
30-
}
31-
@input(1);
32-
Plotly.newPlot(span_id, plot, layout);
33-
console.log("Aus Maus");
34-
```)
35-
23+
var string = data.Result.replace(/\n/g, ' ');
24+
var lines = string.match(/(?<=\[).+?(?=\])/g);
25+
var outcome = [];
26+
for (var i=0; i<lines.length; i++){
27+
outcome[i] = lines[i].split(' ').map(function(item) {
28+
return parseFloat(item);
29+
});
30+
}
31+
@input(1);
32+
Plotly.newPlot(span_id, plot, layout);
33+
console.log("Aus Maus");```
34+
)
35+
@end
3636
-->
3737

3838
# Vorlesung XII - Datenfusion

0 commit comments

Comments
 (0)