Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : cd2b2ec
Branch  : main
Author  : Erin Becker <[email protected]>
Time    : 2024-03-08 23:47:43 +0000
Message : Merge pull request #209 from Nidhi-Sharma9419/main

axis changed to axes
  • Loading branch information
actions-user committed Mar 8, 2024
1 parent a38bfad commit 5a80fc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"episodes/05-select.md" "600928a8a4997755e32c8755cfeb31fd" "site/built/05-select.md" "2024-03-08"
"episodes/06-join.md" "9b19db10b8e0f95e622be96fd6e54025" "site/built/06-join.md" "2024-03-08"
"episodes/07-photo.md" "2a244ed606346a0befbaeb2ea006c488" "site/built/07-photo.md" "2024-03-08"
"episodes/08-plot.md" "abae0965c1415da07a22c13593bbfe4f" "site/built/08-plot.md" "2024-03-08"
"episodes/08-plot.md" "668ecaa66aa0e67f4d4cb8ba1f6fb6a0" "site/built/08-plot.md" "2024-03-08"
"instructors/calculating_MIST_isochrone.md" "3201f3ca13dc11bbef74a7d24a433362" "site/built/calculating_MIST_isochrone.md" "2023-05-15"
"instructors/instructor-notes.md" "89d23bec26e7345459eb2621bd2c73d5" "site/built/instructor-notes.md" "2023-05-15"
"instructors/link-list.md" "2271509ca39f9635af8b6daa5e12f610" "site/built/link-list.md" "2023-05-15"
Expand Down

0 comments on commit 5a80fc7

Please sign in to comment.