# PlotValueCurve *in [Lib.render.gizmo](README.md)* Plots a history curve of a value. This can be useful for debugging executables. While using the editor you might want to try [KeepFloatValues] or pinning a value operator to the output window. ## Input Parameters | Name (Relevancy & Type) | Description | |---|---| | **Value** (Single Required) | — | | **Color** (Vector4) | — | | **RangeMin** (Single) | — | | **RangeMax** (Single) | — | | **Reset** (Boolean) | — | | **BufferLength** (Int32) | — | | **Label** (String) | — | | **DisplayLabel** (Boolean) | — | ## Outputs | Name | Type | |---|---| | **Output** | T3.Core.DataTypes.Command |