Skip to content

Commit

Permalink
mavproxy: Document how to graph NAMED_VALUE_FLOAT
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 authored and Hwurzburg committed Jan 9, 2025
1 parent df2e01c commit 3be383d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mavproxy/source/docs/modules/graph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,8 @@ To set the tickresolution along the horizontal axis (1/<number of ticks>):
graph timespan 0.2
To graph a ``NAMED_VALUE_FLOAT`` value that has a name``NAME``, which can be used for freeform data:

.. code:: bash
graph NAMED_VALUE_FLOAT[NAME].value

0 comments on commit 3be383d

Please sign in to comment.