Fixed labels for scatter plots. Set correct labels in go_workflow. Removed extra loadings plot.
This commit is contained in:
@@ -250,8 +250,7 @@ class PCAFunction(workflow.Function):
|
||||
# cleanup
|
||||
rpy.r.rm(["t", "m"])
|
||||
|
||||
loading_plot1 = plots.ScatterPlot(P,'ids','component','1','2')
|
||||
loading_plot2 = plots.ScatterPlot(P,'ids','component','3','4')
|
||||
score_plot = plots.ScatterPlot(T,'filename','component','1','2')
|
||||
loading_plot = plots.ScatterPlot(P,'ids','component','1','2', "Loadings")
|
||||
score_plot = plots.ScatterPlot(T,'filename','component','1','2', "Scores")
|
||||
|
||||
return [T, P, loading_plot1, loading_plot2, score_plot]
|
||||
return [T, P, loading_plot, score_plot]
|
||||
|
Reference in New Issue
Block a user