Skip to content

Commit

Permalink
Merge pull request #209 from Nidhi-Sharma9419/main
Browse files Browse the repository at this point in the history
axis changed to axes
  • Loading branch information
ErinBecker authored Mar 8, 2024
2 parents e6eb3f4 + 2bf714f commit cd2b2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion episodes/08-plot.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ ax.tick_params(top=True, right=True)
# Looking up the 'axes.edgecolor' rcParams value
print(plt.rcParams['axes.edgecolor'])

plt.rcParams['axis.edgecolor'] = 'red'
plt.rcParams['axes.edgecolor'] = 'red'

fig = plt.figure(figsize=(10,2.5))
ax = fig.add_subplot(1,1,1)
Expand Down

0 comments on commit cd2b2ec

Please sign in to comment.