plot - Radviz python not showing points? -
i trying draw radviz of data-frame. data didn't have class attribute, created temporary attribute 'active' values 1. when trying plot radviz, it's not showing points in figure. used below code:
from pandas.plotting import radviz plt.figure(figsize=(30,20)) radviz(result_data,'active')

Comments
Post a Comment