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')  

enter image description here


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -