Skip to content

Commit df24e26

Browse files
committed
additional spacing edits
1 parent 028d272 commit df24e26

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

_episodes/08-putting-it-all-together.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ plt.show() # not necessary in Jupyter Notebooks
297297
> > flood.plot(x ="datetime", y="flow_rate", ax=ax)
298298
> > discharge.plot(x ="datetime", y="flow_rate", ax=ax2)
299299
> > ax2.legend().set_visible(False)
300-
301300
> > ax.set_xlabel("") # no label
302301
> > ax.set_ylabel("Discharge, cubic feet per second")
303302
> > ax.legend().set_visible(False)

0 commit comments

Comments
 (0)