You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, ax.plot in 2D case allows to use scalar arguments for x and y, so ax.plot( 1, 1, ls='', marker='o') is valid code. But in 3D case it does not and assumes that arguments are always array-like. I know this is a rare case, but it looks like inconsistent for plot function.