diff --git a/notebooks/02-methods/02-rendering-techniques.ipynb b/notebooks/02-methods/02-rendering-techniques.ipynb index 45b2ff46..19fb95f3 100644 --- a/notebooks/02-methods/02-rendering-techniques.ipynb +++ b/notebooks/02-methods/02-rendering-techniques.ipynb @@ -167,7 +167,9 @@ "\n", " \n", "\n", - "\"Rasterization" + "\"Rasterization\n", + "\n", + " " ] }, { diff --git a/notebooks/03-uxarray-vis/04-points.ipynb b/notebooks/03-uxarray-vis/04-points.ipynb index deaf9abb..95666361 100644 --- a/notebooks/03-uxarray-vis/04-points.ipynb +++ b/notebooks/03-uxarray-vis/04-points.ipynb @@ -117,6 +117,15 @@ "collapsed": false } }, + { + "cell_type": "markdown", + "source": [ + "You may also select what projection to transform the coordinates into using the ``projection`` argument." + ], + "metadata": { + "collapsed": false + } + }, { "cell_type": "code", "execution_count": null,