Skip to content

Commit 7ec1091

Browse files
author
NorNet Praesum Presum
committed
Plotting function call fix.
1 parent 3530234 commit 7ec1091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plotter.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ plotstd3 <- function(mainTitle,
624624

625625
if((type == "lx") || (type=="linesx")) {
626626
lines(xSubset, ySubset,
627-
lwd=par("cex"), col=legendColor, lty=legendStyle, lwd=lineWidth*par("cex"), pch=getDot(dotSet, legendDot))
627+
col=legendColor, lty=legendStyle, lwd=lineWidth*par("cex"), pch=getDot(dotSet, legendDot))
628628
}
629629
else if((type == "sx") || (type=="stepsx")) {
630630
lines(xSubset, ySubset, type="s",

0 commit comments

Comments
 (0)