Skip to content

Commit

Permalink
Update text notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Apr 21, 2022
1 parent b125e66 commit 38b3a8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/percent_with_outputs/06_matplotlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

# %% cb1418f2-dfee-4345-a26f-d6775c93fb4e
fig, ax = plt.subplots() # Create a figure containing a single axes.
ax.plot([1, 2, 3, 4], [1, 4, 2, 3]); # Plot some data on the axes.
ax.plot([1, 2, 3, 4], [1, 3, 2, 4]); # Plot some data on the axes.

# «»
# data:
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 38b3a8b

Please sign in to comment.