Skip to content

Commit

Permalink
Merge pull request #733 from dwhswenson/path_tree_colors
Browse files Browse the repository at this point in the history
Update path tree colors
  • Loading branch information
dwhswenson committed Jan 8, 2018
2 parents e675d80 + 09c491d commit 53cc240
Show file tree
Hide file tree
Showing 5 changed files with 822 additions and 815 deletions.
360 changes: 223 additions & 137 deletions examples/misc/custom_strategy_repex_shoot_repex.ipynb

Large diffs are not rendered by default.

249 changes: 111 additions & 138 deletions examples/misc/move_strategies_and_schemes.ipynb

Large diffs are not rendered by default.

106 changes: 44 additions & 62 deletions examples/misc/tutorial_movetree_visualization.ipynb

Large diffs are not rendered by default.

900 changes: 433 additions & 467 deletions examples/misc/tutorial_pathtree_visualization.ipynb

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions openpathsampling/resources/vis.css
Expand Up @@ -35,16 +35,16 @@
opacity: 0.5;
}
.opstree .repex {
fill: blue;
stroke: blue;
fill: green;
stroke: green;
}
.opstree .extend {
fill: blue;
stroke: blue;
fill: green;
stroke: green;
}
.opstree .truncate {
fill: blue;
stroke: blue;
fill: green;
stroke: green;
}
.opstree .new {
fill: black;
Expand All @@ -55,16 +55,16 @@
stroke: gray;
}
.opstree .hop {
fill: blue;
stroke: blue;
fill: green;
stroke: green;
}
.opstree .correlation {
fill: black;
stroke: black;
}
.opstree .shooting.bw {
fill: green;
stroke: green;
fill: blue;
stroke: blue;
}
.opstree .shooting.fw {
fill: red;
Expand Down Expand Up @@ -153,4 +153,4 @@
.movetree .unknown {
fill: #aaa;
/*stroke: white;*/
}
}

0 comments on commit 53cc240

Please sign in to comment.