From 2bc519af0cbf25b5fd4bfd7e3a068ed374645d0c Mon Sep 17 00:00:00 2001 From: godardma Date: Thu, 18 Dec 2025 11:39:58 +0100 Subject: [PATCH] [doc] minor update --- doc/manual/manual/visualization/colors.rst | 2 +- doc/manual/manual/visualization/ipe.rst | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/manual/manual/visualization/colors.rst b/doc/manual/manual/visualization/colors.rst index 42c361c27..9cb20760f 100644 --- a/doc/manual/manual/visualization/colors.rst +++ b/doc/manual/manual/visualization/colors.rst @@ -265,7 +265,7 @@ It can also be deduced from a ``ColorMap`` object. fig.draw_trajectory(traj); // Default style fig.draw_trajectory(traj,ColorMap::haxby()); // haxby color map -In addition, optional arguments can be passed to the ``StyleProperties`` object to define line style, line width, layer and Z-value. +In addition, optional arguments can be passed to the ``StyleGradientProperties`` object to define line style, line width, layer and Z-value. For more information, see :ref:`subsec-graphics-colors-optional-arguments`. .. tabs:: diff --git a/doc/manual/manual/visualization/ipe.rst b/doc/manual/manual/visualization/ipe.rst index 2915e0e2c..98d9aad3f 100644 --- a/doc/manual/manual/visualization/ipe.rst +++ b/doc/manual/manual/visualization/ipe.rst @@ -19,4 +19,6 @@ Codac provides a class ``Figure2D_IPE`` to use IPE in a more convenient way. It For more details refer to the :ref:`dedicated page `. -Using this graphical output will generate a ``.xml`` file that can be opened and edited with the IPE editor. \ No newline at end of file +Using this graphical output will generate a ``.xml`` file that can be opened and edited with the IPE editor. + +**Note : for IPE to be able to scale the figure correctly, it is important to call the function set_axes on the figure before drawing on it.** \ No newline at end of file