mirror of
https://github.com/aurora-opensource/xviz.git
synced 2026-01-25 14:16:45 +00:00
This allows you to plot regions in an X, Y space, with defined upper and lower Y bounds over a provided range of X values. These are helpful when reasoning about particular complex optimization problems. These are created by specifying the 3 XVIZ variable streams that define the x coordinates, y minimum, and y maximum. These streams can have multiple objects as long as the same objects exist on all streams. Styling is done by applying styles to the `x` variable stream objects.