From 3be383dee8cc81c1315a69786e28b6fd2eca6879 Mon Sep 17 00:00:00 2001 From: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com> Date: Thu, 9 Jan 2025 01:00:41 -0700 Subject: [PATCH] mavproxy: Document how to graph NAMED_VALUE_FLOAT Signed-off-by: Ryan Friedman <25047695+Ryanf55@users.noreply.github.com> --- mavproxy/source/docs/modules/graph.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mavproxy/source/docs/modules/graph.rst b/mavproxy/source/docs/modules/graph.rst index 34a353ab57..e2dee98f4a 100644 --- a/mavproxy/source/docs/modules/graph.rst +++ b/mavproxy/source/docs/modules/graph.rst @@ -51,3 +51,8 @@ To set the tickresolution along the horizontal axis (1/): 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 \ No newline at end of file