Skip to content

Commit d185cbd

Browse files
committed
Python: minor comment change
1 parent 32e02d3 commit d185cbd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Utilities/Python/scripts/pyrolysis.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ def reaction_rate(T, Y, dTdt, R0, E, A, residue):
3232

3333
return r
3434

35-
# Example usage:
35+
# Get plot style parameters
3636
plot_style = fdsplotlib.get_plot_style("fds")
37-
# Set the font globally
3837
plt.rcParams["font.family"] = plot_style["Font_Name"]
3938
plt.rcParams["font.size"] = plot_style["Label_Font_Size"]
4039

0 commit comments

Comments
 (0)