I am trying to create a histogram plot, but I want to make the x-axis labels more readable. How do I go about doing this?
Here is what I am doing:
`my search | bin field span 0.5 | chart count by field`
Here is an example of the x-axis when create the chart. Is there a way to force the x-axis to show single values for each bin (at the bin center)? Or even better, can I force the x-axis to place integer labels at their respective positions relative to my bins?
![alt text][1]
[1]: /storage/temp/283617-screen-shot-2020-02-11-at-14658-pm.png
↧