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 <25047695+Ryanf55@users.noreply.github.com>
  • Loading branch information
Ryanf55 committed Jan 9, 2025
1 parent c7035c3 commit d4e6e3b
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`` that has a key ``MY_KEY``, which can be used for freeform data:

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

0 comments on commit d4e6e3b

Please sign in to comment.