04-15-2023 04:17 PM
On my Z-Axis scale, numbers over 100 overhand the ramp. How can I reposition the numeric scale?
04-15-2023 05:09 PM
@paul_a_cardinale wrote:
On my Z-Axis scale, numbers over 100 overhand the ramp. How can I reposition the numeric scale?
Uncheck the Auto scale if its checked and set value anything above 100 so that you can have space to Visualize.
04-15-2023 06:21 PM
@PalanivelThiruvenkadam wrote:
@paul_a_cardinale wrote:
On my Z-Axis scale, numbers over 100 overhand the ramp. How can I reposition the numeric scale?
Uncheck the Auto scale if its checked and set value anything above 100 so that you can have space to Visualize.
That doesn't work.
04-16-2023 10:38 AM
Can you attach the code with data to plot?
It is easy to debugg when you have a data.
04-16-2023 11:14 AM
@PalanivelThiruvenkadam wrote:
Can you attach the code with data to plot?
It is easy to debugg when you have a data.
This has nothing to do with code.
This has nothing to do with data.
This has nothing to do with debugging.
It's about the cosmetics of an indicator. I want to move the numeric scale to the right so 3-digit numbers don't overhang the ramp.
04-16-2023 11:33 AM - edited 04-16-2023 11:44 AM
@paul_a_cardinale wrote:
It's about the cosmetics of an indicator. I want to move the numeric scale to the right so 3-digit numbers don't overhang the ramp.
I would just start with a new graph indicator, this one seems corrupt. Nothing else you can do.
Note that if the problem exists on the x or y axis, a right-click...advanced...reset scale layout will do the trick, but it seems that it does not fix the scale of the z axis.
These problems mostly seem to occur some time after you randomly change the font justification settings of graphs, so don't do that! There is an obvious bug in the code that incorrectly calculates offsets if the font justification is not at the default. Note: This is my personal wild guess derived from almost 30 years of LabVIEW use. Same problem can occur with anything that has scales, e.g. sliders too).
04-16-2023 11:44 AM
@paul_a_cardinale wrote:
@PalanivelThiruvenkadam wrote:
Can you attach the code with data to plot?
It is easy to debugg when you have a data.
This has nothing to do with code.
This has nothing to do with data.
This has nothing to do with debugging.
It's about the cosmetics of an indicator. I want to move the numeric scale to the right so 3-digit numbers don't overhang the ramp.
Is this the one you wanted to Achieve?