We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028d272 commit df24e26Copy full SHA for df24e26
1 file changed
_episodes/08-putting-it-all-together.md
@@ -297,7 +297,6 @@ plt.show() # not necessary in Jupyter Notebooks
297
> > flood.plot(x ="datetime", y="flow_rate", ax=ax)
298
> > discharge.plot(x ="datetime", y="flow_rate", ax=ax2)
299
> > ax2.legend().set_visible(False)
300
-
301
> > ax.set_xlabel("") # no label
302
> > ax.set_ylabel("Discharge, cubic feet per second")
303
> > ax.legend().set_visible(False)
0 commit comments