I have made a bar graph using Plots.jl.
One of the axes contains String type data.
Here are the two things I would like to do:
-
The bars are too close by. I would like to change the “spacing” between values of an axis.
This is a problem I always face with Julia plots. How do I scale the axes? -
The String axis does not show all the data. I would like the ticks to represent each and every String.