8000 Update plot_singlediode.py · RoyCoding8/pvlib-python@633b240 · GitHub
[go: up one dir, main page]

Skip to content

Commit 633b240

Browse files
committed
Update plot_singlediode.py
Changed the unit from C to degree C (°C)
1 parent 884a153 commit 633b240

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples/iv-modeling/plot_singlediode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
for i, case in conditions.iterrows():
104104
label = (
105105
"$G_{eff}$ " + f"{case['Geff']} $W/m^2$\n"
106-
"$T_{cell}$ " + f"{case['Tcell']} $C$"
106+
"$T_{cell}$ " + f"{case['Tcell']} $°C$"
107107
)
108108
plt.plot(curve_info['v'][i], curve_info['i'][i], label=label)
109109
v_mp = curve_info['v_mp'][i]

0 commit comments

Comments
 (0)
0