File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -984,7 +984,7 @@ def draw(self):
984
984
)
985
985
986
986
# Plotting
987
- fig3 = plt .figure (figsize = (4 , 4 ))
987
+ fig3 = plt .figure (figsize = (7 , 4 ))
988
988
with plt .style .context ("bmh" ):
989
989
ax1 = fig3 .add_subplot (111 )
990
990
@@ -1015,6 +1015,7 @@ def draw(self):
1015
1015
ax1 .set_title ("Trapezoidal Fin" )
1016
1016
ax1 .legend (bbox_to_anchor = (1.05 , 1.0 ), loc = "upper left" )
1017
1017
1018
+ plt .tight_layout ()
1018
1019
plt .show ()
1019
1020
1020
1021
return None
@@ -1309,7 +1310,7 @@ def draw(self):
1309
1310
cp_point = [self .cpz , self .Yma ]
1310
1311
1311
1312
# Plotting
1312
- fig3 = plt .figure (figsize = (4 , 4 ))
1313
+ fig3 = plt .figure (figsize = (7 , 4 ))
1313
1314
with plt .style .context ("bmh" ):
1314
1315
ax1 = fig3 .add_subplot (111 )
1315
1316
ax1 .add_patch (el )
@@ -1328,6 +1329,7 @@ def draw(self):
1328
1329
ax1 .set_title ("Elliptical Fin" )
1329
1330
ax1 .legend (bbox_to_anchor = (1.05 , 1.0 ), loc = "upper left" )
1330
1331
1332
+ plt .tight_layout ()
1331
1333
plt .show ()
1332
1334
1333
1335
return None
You can’t perform that action at this time.
0 commit comments