Typo.
This commit is contained in:
parent
5b1af849dc
commit
86f89b6ffe
|
@ -248,7 +248,7 @@ class PCAFunction(workflow.Function):
|
|||
# cleanup
|
||||
rpy.r.rm(["t", "m"])
|
||||
|
||||
loading_plot = plots.ScatterPlot(P, P, ,'ids','component','1','2', "Loadings")
|
||||
loading_plot = plots.ScatterPlot(P, P, 'ids','component','1','2', "Loadings")
|
||||
score_plot = plots.ScatterPlot(T, T,'filename','component','1','2', "Scores")
|
||||
|
||||
return [T, P, loading_plot, score_plot]
|
||||
|
|
Reference in New Issue