Skip to content
Snippets Groups Projects

Main

Merged Ehlers, Katja requested to merge bax9187/projekt-cis-biochemie-2021-22:main into main
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
  • c359db36
    a · c359db36
    Katja authored
+ 2
2
@@ -53,8 +53,8 @@ var rect = svg.append("rect")
var svg_legend = d3.select("svg.legendsvg"),
legend_position = [65,95,125],
arrow_legend_position = [0,25],
arrow_group_names = ["citation","self-citation"],
group_names = ["cited by","input","reference"],
arrow_group_names = ["Citation","Self-Citation"],
group_names = ["Cited By","Input","Reference"],
line_type = d3.scaleOrdinal()
.domain(["line","dotted"])
.range([("8,0"),("8,8")]),
Loading