Increase max points in 2D plot from 1000 to 1001.

PiperOrigin-RevId: 787513580
Change-Id: I573c779932fa7411b132020213637a25fa859844
This commit is contained in:
Yuval Tassa
2025-07-26 12:45:25 -07:00
committed by Copybara-Service
parent ddb7eb07c7
commit 83435361fa
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -472,7 +472,7 @@ shown in the table below. Their names are in the format ``mjKEY_XXX``. They corr
- The maximal number of lines per 2D figure (:ref:`mjvFigure`).
Defined in `mjvisualize.h <https://github.com/google-deepmind/mujoco/blob/main/include/mujoco/mjvisualize.h>`_.
* - ``mjMAXLINEPNT``
- 1000
- 1001
- The maximal number of points in each line in a 2D figure. Note that the buffer ``mjvFigure.linepnt`` has length
``2*mjMAXLINEPNT`` because each point has X and Y coordinates.
Defined in `mjvisualize.h <https://github.com/google-deepmind/mujoco/blob/main/include/mujoco/mjvisualize.h>`_.