Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

pls loading plot now have correct name

This commit is contained in:
Arnar Flatberg 2007-03-15 10:38:52 +00:00
parent dbe49b366d
commit b02773b4e6
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ class PlsScorePlot(BlmScatterPlot):
class PlsLoadingPlot(BlmScatterPlot):
def __init__(self, model, absi=0, ordi=1):
title = "Pca loadings (%s)" %model._dataset['X'].get_name()
title = "Pls loadings (%s)" %model._dataset['X'].get_name()
BlmScatterPlot.__init__(self, title, model, absi, ordi, part_name='P', color_by='w_tsq')