Skip to content
Advertisement

Plot Between Certain Y axis Values

I’m plotting some values using Pandas. But my Values are soo close together It doesn’t actually show anything. Is there a way to restrict Y-axis to “Zoom in” on the differences?

JavaScript

And then really show the difference between the value even though there isn’t much..?

Advertisement

Answer

You can adjust the y-axis start and end by replacing the last line bplot.plot.bar( x = 'Name') by below code.

JavaScript

This is the updated graph enter image description here

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement