reneshbedre/bioinfokit

marker size and shape in bioinfokit.visuz.cluster.pcaplot

amir-tagh opened this issue · 1 comments

Hello,

I am using cluster.pcaplot to plot 2D and 3D plots for a set of data. Is there any option for marker size and marker shape that I can use?
currently marker labels overlap and they are not distinguishable.

Thanks,
Amir

cluster.pcaplot(x=loadings[0], y=loadings[1],show=True,plotlabels=True,axlabelfontsize=20,labels=df.columns.values,
var1=round(pca_out.explained_variance_ratio_[0]*100, 2),
var2=round(pca_out.explained_variance_ratio_[1]*100, 2))

Currently, you can not change the marker shape/color for PCA plots. I will add this request to my development list. Thank you.