We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65d630c commit 9b71103Copy full SHA for 9b71103
1 file changed
src/cli/Figure_Generation/CompositePlotCLI.java
@@ -62,7 +62,7 @@ public Integer call() throws Exception {
62
}
63
64
// Generate Composite Plot
65
- PlotComposite.plotCompositeFile(inputComposite, output, true, title, COLORS, legend, pixelWidth, pixelHeight);
+ PlotComposite.plotCompositeFile(inputComposite, output, true, title, COLORS, legend, pixelHeight, pixelWidth);
66
67
System.err.println("Image Generated.");
68
return (0);
0 commit comments