Skip to content

Commit

Permalink
Rename complex to elaborate
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Mar 2, 2024
1 parent 609faa0 commit a2ba8c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plotnine_examples/examples/geom_segment.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@
}
],
"source": [
"# Gallery, complex\n",
"# Gallery, elaborate\n",
"\n",
"# The right column (youngest-oldest gap) location\n",
"xgap = 115\n",
Expand Down Expand Up @@ -1049,7 +1049,7 @@
"black1 = \"#252525\"\n",
"black2 = \"#222222\"\n",
"\n",
"# Gallery, complex\n",
"# Gallery, elaborate\n",
"\n",
"(\n",
" ggplot(sampled_data)\n",
Expand Down
2 changes: 1 addition & 1 deletion plotnine_examples/examples/scale_x_continuous.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
}
],
"source": [
"# Gallery, complex\n",
"# Gallery, elaborate\n",
"\n",
"# Look and feel of the graphic\n",
"neck_color = \"#FFDDCC\"\n",
Expand Down

0 comments on commit a2ba8c9

Please # to comment.