Test/RiskGraph Simple
Appearance
< Test
Simple RiskGraph Test
This page tests a basic RiskGraph with a simple linear model.
Risk Model
RiskModel: Test/RiskGraph Simple:SimpleLinearRisk
Sorted Parameters:
multiplier = 2
result = {{#expr: {speed} * {multiplier} }}
Content:
Result: {result}
Graph (Auto-scaled Y-axis)
Loading graph...
Graph (Fixed Y-axis: 0 to 100%)
This graph uses the new y-min and y-max parameters to fix the y-axis range from 0 to 100, regardless of actual data values.
Loading graph...
Graph (Fixed Y-min only)
This graph sets y-min: -20 to show the y-axis starting below zero, while letting y-max auto-scale.
Loading graph...
What to Expect
- First graph: Auto-scaled, line from (0,0) to (100,200) since result = speed * 2
- Second graph: Y-axis fixed at 0-100, so the line will extend beyond the visible area after speed=50
- Third graph: Y-axis starts at -20 and auto-scales to ~200