From a2ba8c91811068fcc41b53719907305143dd69eb Mon Sep 17 00:00:00 2001 From: Hassan Kibirige Date: Sat, 2 Mar 2024 17:46:22 +0300 Subject: [PATCH] Rename complex to elaborate --- plotnine_examples/examples/geom_segment.ipynb | 4 ++-- plotnine_examples/examples/scale_x_continuous.ipynb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plotnine_examples/examples/geom_segment.ipynb b/plotnine_examples/examples/geom_segment.ipynb index 815cf54..dc5f7b4 100644 --- a/plotnine_examples/examples/geom_segment.ipynb +++ b/plotnine_examples/examples/geom_segment.ipynb @@ -520,7 +520,7 @@ } ], "source": [ - "# Gallery, complex\n", + "# Gallery, elaborate\n", "\n", "# The right column (youngest-oldest gap) location\n", "xgap = 115\n", @@ -1049,7 +1049,7 @@ "black1 = \"#252525\"\n", "black2 = \"#222222\"\n", "\n", - "# Gallery, complex\n", + "# Gallery, elaborate\n", "\n", "(\n", " ggplot(sampled_data)\n", diff --git a/plotnine_examples/examples/scale_x_continuous.ipynb b/plotnine_examples/examples/scale_x_continuous.ipynb index e9ae7f9..53bd51f 100644 --- a/plotnine_examples/examples/scale_x_continuous.ipynb +++ b/plotnine_examples/examples/scale_x_continuous.ipynb @@ -171,7 +171,7 @@ } ], "source": [ - "# Gallery, complex\n", + "# Gallery, elaborate\n", "\n", "# Look and feel of the graphic\n", "neck_color = \"#FFDDCC\"\n",