Skip to content

Commit 611d42d

Browse files
committed
Python: remove comments
1 parent e3bffa2 commit 611d42d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Utilities/Python/fdsplotlib.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -461,12 +461,6 @@ def plot_to_fig(x_data,y_data,**kwargs):
461461
# print ("%s == %s" %(key, value))
462462

463463
plot_style = get_plot_style("fds")
464-
# plt.rcParams["font.family"] = plot_style["Font_Name"]
465-
# plt.rcParams["font.size"] = plot_style["Label_Font_Size"]
466-
# print(plot_style)
467-
468-
# plt.rcParams['text.usetex'] = False # supports latex math (set per plot below)
469-
# plt.rcParams["pdf.use14corefonts"] = True # forces matplotlib to write native pdf fonts rather than embed
470464

471465
import matplotlib.pyplot as plt
472466

0 commit comments

Comments
 (0)