@@ -5,7 +5,7 @@ We show four results for direction-optimized BFS on a variety of datasets across
55<div id =" vis_gunrock_primitives_dobfs_mteps " ></div >
66<script type =" text/javascript " >
77 var spec = " https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_dobfs_mteps.json" ;
8- vegaEmbed (' #vis_gunrock_primitives_dobfs_mteps, spec).then(function(result) {
8+ vegaEmbed (' #vis_gunrock_primitives_dobfs_mteps' , spec).then (function (result ) {
99 // Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
1010 }).catch (console .error );
1111</script >
@@ -15,7 +15,7 @@ We show four results for direction-optimized BFS on a variety of datasets across
1515<div id =" vis_gunrock_primitives_dobfs_avg_process_time " ></div >
1616<script type =" text/javascript " >
1717 var spec = " https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_dobfs_avg_process_time.json" ;
18- vegaEmbed(' #vis_gunrock_primitives_dobfs_avg_process_time, spec).then (function (result ) {
18+ vegaEmbed (' #vis_gunrock_primitives_dobfs_avg_process_time' , spec).then (function (result ) {
1919 // Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
2020 }).catch (console .error );
2121</script >
@@ -25,7 +25,7 @@ We show four results for direction-optimized BFS on a variety of datasets across
2525<div id =" vis_gunrock_primitives_dobfs_advance_mode " ></div >
2626<script type =" text/javascript " >
2727 var spec = " https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_dobfs_advance_mode.json" ;
28- vegaEmbed (' #vis_gunrock_primitives_dobfs_advance_mode, spec).then(function(result) {
28+ vegaEmbed (' #vis_gunrock_primitives_dobfs_advance_mode' , spec).then (function (result ) {
2929 // Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
3030 }).catch (console .error );
3131</script >
@@ -35,7 +35,7 @@ We show four results for direction-optimized BFS on a variety of datasets across
3535<div id =" vis_gunrock_primitives_dobfs_edges " ></div >
3636<script type =" text/javascript " >
3737 var spec = " https://raw.githubusercontent.com/gunrock/io/master/plots/gunrock_primitives_dobfs_edges.json" ;
38- vegaEmbed(' #vis_gunrock_primitives_dobfs_edges, spec).then (function (result ) {
38+ vegaEmbed (' #vis_gunrock_primitives_dobfs_edges' , spec).then (function (result ) {
3939 // Access the Vega view instance (https://vega.github.io/vega/docs/api/view/) as result.view
4040 }).catch (console .error );
4141</script >
0 commit comments