Visual comparison example showing ylabel positioning improvement This demonstrates the fix for issue #1136 where ylabel was cut off
| Type | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|
| real(kind=wp) | :: | x(100) | ||||
| real(kind=wp) | :: | y1(100) | ||||
| real(kind=wp) | :: | y2(100) | ||||
| real(kind=wp) | :: | y3(100) | ||||
| integer | :: | i |