Skip to content

Commit c6c49e7

Browse files
committed
plot_means now uses single-pane
1 parent c9889a1 commit c6c49e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/PDL/Stats/GLM.pd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,7 +2026,7 @@ sub PDL::plot_means {
20262026
my $nx = $self->dim($iD[2]); # n xpanels
20272027
my $ny = $self->dim($iD[3]); # n ypanels
20282028
my $w = $opt{WIN} || PDL::Graphics::Simple::pgswin(
2029-
multi=>[$nx,$ny], size=>[$opt{SIZE}*$nx, $opt{SIZE}*$ny,'px']);
2029+
size=>[$opt{SIZE}*$nx, $opt{SIZE}*$ny,'px']);
20302030
my $seq0 = sequence(my $dim0 = $self->dim($iD[0]));
20312031
my ($pcount, @plots) = 0;
20322032
for my $y (0..$ny-1) {
@@ -2250,7 +2250,7 @@ The GLM procedure: unbalanced ANOVA for two-way design with
22502250
interaction. (2008). SAS/STAT(R) 9.2 User's Guide. Retrieved June 18,
22512251
2009 from http://support.sas.com/
22522252

2253-
Van den Noortgatea, W., & Onghenaa, P. (2006). Analysing repeated
2253+
Van den Noortgate, W., & Onghena, P. (2006). Analysing repeated
22542254
measures data in cognitive research: A comment on regression coefficient
22552255
analyses. European Journal of Cognitive Psychology, 18, 937-952.
22562256

0 commit comments

Comments
 (0)