Skip to content

Commit 447b3c0

Browse files
committed
switching default layout to tall
1 parent 9a7d575 commit 447b3c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

famodel/design/LineDesign.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1313,7 +1313,7 @@ def getCons4PSO(self, X):
13131313
return conList
13141314

13151315

1316-
def plotOptimization(self, layout="grid"):
1316+
def plotOptimization(self, layout="tall"):
13171317
'''Plot the optimization trajectory, including design variables, constraints and cost.
13181318
13191319
Parameters

0 commit comments

Comments
 (0)