Sha256: 7581df52e9791af7ee2da3e2dfe7db1289ab823ce7883180821308363a3a58ce
Contents?: true
Size: 955 Bytes
Versions: 37
Compression:
Stored size: 955 Bytes
Contents
--- # Require data_object to access the COLOR_LIST <% require 'cosmos/tools/tlm_grapher/data_objects/data_object' %> HORIZONTAL_LINE: summary: Create a horizontal line on the plot parameters: - name: Y Intercept required: true description: Y Intercept of the horizontal line values: '[0-9]*\.?[0-9]+' - name: Color required: true description: Line color values: <%= DataObject::COLOR_LIST %> Y_OFFSET: summary: Offset all graph values by this amount when drawing parameters: - name: Value required: true description: Offset value values: '[0-9]*\.?[0-9]+' Y_AXIS: summary: Which axis to associate the graph with description: Graphs can be associated with either the left or right Y axis and the scale will be adjusted accordingly parameters: - name: Axis required: true description: Which axis to associcate the graph with values: ['LEFT', 'RIGHT']
Version data entries
37 entries across 37 versions & 1 rubygems