matplotlib - Python Plotting. How to plot f(x,y)? -
I'm new to Python I have a column of data x and other columns of data (both of which are floats). I have saved them as a list of other B.
I wanted to plot the relationship and wanted a standard deviation between the 10 rows of A and B. So in short, I want to plot:
| | X | Corr (x, y), stdev (x, y) | | Can anyone tell me how to do it in Python?
For the first part of your question ... plotting two lists in relation to each other ( Correlation) I would like to mention, in which there is a very clear example.
Could you please explain the detailed question (explanation) in the second part of your question (stdev.)?
Do you want to plot standard deviation on dataset (1 continuous?)? Or do you want to plot the standard deviation in the work of correlation (there is not a lot of information about this data but I am sure if that is meaningful: D)?
Value,
M.
Comments
Post a Comment