Skip to content

Commit 6aded02

Browse files
committed
typo
1 parent edb50ed commit 6aded02

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Chapter00_basic_python.ipynb

+3-1
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@
913913
"cell_type": "markdown",
914914
"metadata": {},
915915
"source": [
916-
"With direct access to each Axis, it is very easy to fine-tune each sub-panel. The [multi-panel plot in IDL](http://www.harrisgeospatial.com/docs/MultiViz.html) was a big pain for me, because swichting between panels was really cumbersome. I used to spend a long time fine-tuning IDL's graphics, just to make a well-looking plot for the paper. That was a huge waste of time and energy..."
916+
"With direct access to each Axis, it is very easy to fine-tune each sub-panel. The [multi-panel plot in IDL](http://www.harrisgeospatial.com/docs/MultiViz.html) was a big pain for me, because switching between panels was really cumbersome. I used to spend a long time fine-tuning IDL's graphics, just to make a well-looking plot for the paper. That was a huge waste of time and energy..."
917917
]
918918
},
919919
{
@@ -934,6 +934,8 @@
934934
}
935935
],
936936
"source": [
937+
"# fine-tune existing plots\n",
938+
"\n",
937939
"axes[0].set_title('my fisrt plot')\n",
938940
"axes[1].set_title('my second plot')\n",
939941
"\n",

0 commit comments

Comments
 (0)