Skip to content
Advertisement

python, How to get smoother value?

JavaScript

enter image description here

Somehow seaborn draws smoother line than actual data.

For example, for x-value 0.18, actual data is like 11 but value on smoother line is about 3.

How would I get value 3 for the x-value when given the list of data?

The actual data are:

JavaScript

Advertisement

Answer

You can access the plot data with:

JavaScript

out:

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