Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a1c43f0

Browse files
committed
Improved margins in Sankey demo
1 parent 11737f3 commit a1c43f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/sankey_demo_rankine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from matplotlib.sankey import Sankey
77

8-
fig = plt.figure(figsize=(8, 12))
8+
fig = plt.figure(figsize=(8, 9))
99
ax = fig.add_subplot(1, 1, 1, xticks=[], yticks=[],
1010
title="Rankine Power Cycle: Example 8.6 from Moran and Shapiro\n"
1111
+ "\x22Fundamentals of Engineering Thermodynamics\x22, 6th ed., 2008")

0 commit comments

Comments
 (0)