Relative Content

Tag Archive for pythonseabornboxplot

Removing Seaborn Boxplot scaling y axis unnecessarily

I am generating a number of boxplots using Seaborn.
Most are generating fine with the correct linear y-axis scale, however some have a value (eg 1e-7+7.0334e-1) on the top left corner of the plot that I believe to be a scaler and thus the y-axis labels look really wrong (showing ~5.8 instead of ~0.7).
Is there a way I can force the y-axis ticks to show without this scaling factor?
Thanks in advance.