Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/manual/manual/visualization/colors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
4 changes: 3 additions & 1 deletion doc/manual/manual/visualization/ipe.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <sec-graphics-2d-figures>`.

Using this graphical output will generate a ``.xml`` file that can be opened and edited with the IPE editor.
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.**
Loading