Skip to content

Commit

Permalink
Change figure size
Browse files Browse the repository at this point in the history
  • Loading branch information
martinateruzzi committed Jan 15, 2021
1 parent 65b011c commit df5d1b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tutorials/tutorial01/01_element_perturbation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"Nodes 2 and 3 are isolating elements (\"Description field\" = \"isolation_A\"). In the figure, perturbing node 1 would result in the breakage of all the nodes present in the graph except \n",
"node 15 in absence of isolating elements. On the other hand, isolating elements 2 and 3 would stop the perturbation propagation cascade to node 1.\n",
"\n",
"![](./input_files/TOY_graph.png)"
"<img src=\"./input_files/TOY_graph.png\" alt=\"TOY_graph\" width=\"800\" height=\"600\"/>"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion tutorials/tutorial02/02_area_perturbation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"Nodes 2 and 3 are isolating elements (\"Description field\" = \"isolation_A\"). In the figure, perturbing node 1 would result in the breakage of all the nodes present in the graph except \n",
"node 15 in absence of isolating elements. On the other hand, isolating elements 2 and 3 would stop the perturbation propagation cascade to node 1.\n",
"\n",
"![](./input_files/TOY_graph.png)"
"<img src=\"./input_files/TOY_graph.png\" alt=\"TOY_graph\" width=\"800\" height=\"600\"/>"
]
},
{
Expand Down

0 comments on commit df5d1b5

Please sign in to comment.