Hardware-accelerated geospatial data plotting in the browser
autumnplot-gl • Docs
autumnplot-gl / HodographOptions
background_line_width:
number
The width of the lines on the background in pixels
1.5
optional
bgcolor:string
The color of the hodograph plot background as a hex string
'#000000'
height_cmap:
ColorMap
The colormap to use for the heights on the hodograph. Default is a yellow-blue colormap.
hodo_line_width:
number
The width of the hodograph line in pixels
2.5
optional
thin_fac:number
How much to thin the hodographs at zoom level 1 on the map. This effectively means to plot every n
th hodograph in the i and j directions, where n
=
thin_fac
. thin_fac
should be a power of 2.
1