diff --git a/moderne_visualizations_misc/composite_recipe_results_sankey.ipynb b/moderne_visualizations_misc/composite_recipe_results_sankey.ipynb index 9cd6bd5..4989975 100644 --- a/moderne_visualizations_misc/composite_recipe_results_sankey.ipynb +++ b/moderne_visualizations_misc/composite_recipe_results_sankey.ipynb @@ -123,9 +123,7 @@ "fig.update_layout(\n", " title_text=\"Recipes that made changes\",\n", " font_size=10,\n", - " # height=max(len(all_nodes)*15, 400),\n", - " width=800,\n", - " height=800,\n", + " height=max(len(all_nodes)*15, 400),\n", ")\n", "\n", "fig.show()" diff --git a/moderne_visualizations_misc/specs/composite_recipe_results_sankey.yml b/moderne_visualizations_misc/specs/composite_recipe_results_sankey.yml index 99f165d..0059fa3 100644 --- a/moderne_visualizations_misc/specs/composite_recipe_results_sankey.yml +++ b/moderne_visualizations_misc/specs/composite_recipe_results_sankey.yml @@ -7,7 +7,7 @@ description: > Reading left to right, the diagram shows the number of source files that cumulatively are changed by all recipes that are connected by successive doNext() chaining. The rightmost recipes are the "leaves" of this operation, i.e. the lowest level operations performed by a composite recipe. \ - The Sankey diagram will be uninteresting for a recipe that isn't a composite. + **The Sankey diagram will be uninteresting for a recipe that isn't a composite.** recipe: '*' dataTable: org.openrewrite.table.SourcesFileResults options: