diff --git a/examples/user_guide/Plots_and_Renderers.ipynb b/examples/user_guide/Plots_and_Renderers.ipynb index d5028815d7..194f8bbb0c 100644 --- a/examples/user_guide/Plots_and_Renderers.ipynb +++ b/examples/user_guide/Plots_and_Renderers.ipynb @@ -270,7 +270,7 @@ "metadata": {}, "outputs": [], "source": [ - "print(curve_plot.state)\n", + "print(type(curve_plot.state), curve_plot.state)\n", "curve_plot.state" ] }, @@ -300,7 +300,7 @@ "metadata": {}, "source": [ "
\n", - "Tip: To find more information about any HoloViews object use ``hv.help`` to print a detailed docstring.\n", + "Tip: To find more information about any HoloViews object use hv.help to print a detailed docstring.\n", "
\n", "\n", "The valid figure display formats can be seen in the docstring of the Renderer or directly on the parameter:" @@ -312,7 +312,7 @@ "metadata": {}, "outputs": [], "source": [ - "renderer.params('fig').objects" + "renderer.param['fig'].objects" ] }, { @@ -703,5 +703,5 @@ } }, "nbformat": 4, - "nbformat_minor": 1 + "nbformat_minor": 4 }