Take a look at the attached screenshot. Notice that in between 0% and 100%, no tick marks are displayed. If I set the Fixed End to "0.99", then tick marks are displayed as expected.
|
103 KB
![]() |
351 KB
|
58 KB
|
197 KB
Verified in ADS 18.0.8-7 and ADS 19-dev-21
- Above mentioned issue is now fixed, if we use fixed axis range 0% and 100% multiple tick marks are displayed successfully.
- Multiple tickmarks are displayed on the chart axis, based on the following new limits which are those of floating point precision, or if the min or max >= 1 and the range <= .0000000001.
eg.
-This range works correctly with: min = 10, max = 10.000000001
-This range produces only 2 tick marks with: min = 10, max = 10.0000000001
Please refer attached:
- Verified_15138.vizx
- Verified_15138_IssueScenario.png
- Verified_15138_OtherScenarios.png
Issue #15138 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build ADS 18.0.8-6, ADS 19-dev-21 |
No time estimate |
Verified in ADS 18.0.8-7 and ADS 19-dev-21
- Above mentioned issue is now fixed, if we use fixed axis range 0% and 100% multiple tick marks are displayed successfully.
- Multiple tickmarks are displayed on the chart axis, based on the following new limits which are those of floating point precision, or if the min or max >= 1 and the range <= .0000000001.
eg.
-This range works correctly with: min = 10, max = 10.000000001
-This range produces only 2 tick marks with: min = 10, max = 10.0000000001
Please refer attached:
- Verified_15138.vizx
- Verified_15138_IssueScenario.png
- Verified_15138_OtherScenarios.png