You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For an exercise in section 5, we request the user to do construct their own dataset and then render it with render_combined, which relies on render_trace and render_sine_trace. Both functions run:
ax[:set_ylim]((xmin, xmax))
If a user constructs a dataset where x and y axis limits don't agree, it won't be plotted fully (or at all).
The text was updated successfully, but these errors were encountered:
For an exercise in section 5, we request the user to do construct their own dataset and then render it with
render_combined
, which relies onrender_trace
andrender_sine_trace
. Both functions run:If a user constructs a dataset where x and y axis limits don't agree, it won't be plotted fully (or at all).
The text was updated successfully, but these errors were encountered: