python - seaborn subplot graph distortion issue -


i have tried create subplot multiple regplot using seaborn(python visualization package).

i pretty comfortable using subplot, find unordinary issue last regplot gets distorted.

as shows in image below, last regplot(weight_per_vol) graph gets distorted. scale of x(weight_per_vol) regular float num in range of 1 ~ 10. scale of y(normal_loss) continuous integer in range of 65 ~ 250.

i not see why scale of axis , graph being distorted last regplot graph. x not seem problem because have tried switching position other variables. whichever variable use, last graph gets distorted.

the distorted graph image link


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -