Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11737f3 commit a1c43f0Copy full SHA for a1c43f0
1 file changed
examples/api/sankey_demo_rankine.py
@@ -5,7 +5,7 @@
5
6
from matplotlib.sankey import Sankey
7
8
-fig = plt.figure(figsize=(8, 12))
+fig = plt.figure(figsize=(8, 9))
9
ax = fig.add_subplot(1, 1, 1, xticks=[], yticks=[],
10
title="Rankine Power Cycle: Example 8.6 from Moran and Shapiro\n"
11
+ "\x22Fundamentals of Engineering Thermodynamics\x22, 6th ed., 2008")
0 commit comments