| Author |
Message |
EMebane
Joined: Apr 15, 2019 Posts: 108
|
Posted: Jun 20, 2019 9:49 PM Post subject: Chart Labels missing numerals after decimal |
|
Some values appear to repeat themselves in chart labels, but I think it's a matter of the decimal point and numerals after it that are missing, possibly due to space limitations. e.g., in the example below I see 10 and 12 repeated for 2 lines.
https://drive.google.com/open?id=11h5mSdVU2H-GQaaA_G-RuLMudZE64d1V |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 1073
|
Posted: Jun 20, 2019 10:01 PM Post subject: |
|
| Yes, that is the reason. If this is Oscilloscope or Polygraph, then you can set advanced property "Vertical precision" to 0.1 and it should help. |
|
 |
EMebane
Joined: Apr 15, 2019 Posts: 108
|
Posted: Jun 20, 2019 11:51 PM Post subject: |
|
| This is on Vector2DDisplay so that property isn't available. Also, I tried that property on an Oscilloscope and it added trailing ".0" to whole numbers, but in my sample it wouldn't have helped the values like 10 or 12 that were *not* whole numbers and were not showing their decimals. (Note that the numbers < 10 did show their decimals). |
|
 |
jarek
Joined: Oct 22, 2007 Posts: 1073
|
Posted: Jun 21, 2019 12:49 AM Post subject: |
|
Not whole numbers which do not show decimals would be incorrect behavior. If you could send me a snippet which demonstrates that I will take a look.
The "0.1" precision setting only adds one decimal point. It still can be 0. If you use scalars, then this might be also caused by a rounding (which is not a bug). |
|