Hello,
I am currently running into some trouble setting up the y axis scaling of a perspective XY chart. The chart in question should be a histogram/bar chart looking chart that is displaying the values of some tags. The values of these tags are very small, they can go as small as 10^-6 or 10^-7.
The problem I am having here is formatting both a linear y axis scale and a logarithmic scale for said chart. When I am attempting to set the linear y axis scale, I get the options to set a min and max values but the y axis then gets populated with too many values and then it becomes cluttered:
Is there a way to make the y axis here more legible?
The problem I have with the logarithmic scaling is that the y axis does not have any values and the data seems to "shrink and disappear":
Any help with addressing these two issues would be greatly appreciated.