Question: This a question about matplotlib.pyplotand and mpl_toolkits.mplot3d. can u have more than 3 variables for .scatter? For example: ax.scatter(X['width'], X['height'], X['color_score'], c = y, marker
This a question about matplotlib.pyplotand and mpl_toolkits.mplot3d.
can u have more than 3 variables for .scatter?
For example: ax.scatter(X['width'], X['height'], X['color_score'], c = y, marker = 'o', s=100)
cant there be another one after color_score? if so can you explain.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
