Skip to content

Commit cd2b2ec

Browse files
authored
Merge pull request #209 from Nidhi-Sharma9419/main
axis changed to axes
2 parents e6eb3f4 + 2bf714f commit cd2b2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/08-plot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ ax.tick_params(top=True, right=True)
364364
# Looking up the 'axes.edgecolor' rcParams value
365365
print(plt.rcParams['axes.edgecolor'])
366366

367-
plt.rcParams['axis.edgecolor'] = 'red'
367+
plt.rcParams['axes.edgecolor'] = 'red'
368368

369369
fig = plt.figure(figsize=(10,2.5))
370370
ax = fig.add_subplot(1,1,1)

0 commit comments

Comments
 (0)