I am looking to delete this .95 X axis label and move the bubble that goes there in between 90 and 100 like the graph on the right. When I just delete the .95 from labels I get the bubbles stacked on each other. I want to show .5-1 but I want the bubble to plot on .95 still.
labels: [0.5, 0.6, 0.7, 0.8, 0.9, 0.95, 1],

This is what happens when I just remove the .95 from labels. The chart appears how I want it but my bubbles are stacking on the 1 instead of between .9 and 1.
