Skip to content

Commit

Permalink
Merge pull request #388 from opesci/tuto-typos
Browse files Browse the repository at this point in the history
typos fix
  • Loading branch information
Michael Lange authored Oct 28, 2017
2 parents 774a0a0 + f09b89c commit be3a451
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 40 deletions.
50 changes: 12 additions & 38 deletions examples/cfd/02_convection_nonlinear.ipynb

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions examples/seismic/plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ def plot_shotrecord(rec, model, t0, tn, colorbar=True):
ax = plt.gca()
divider = make_axes_locatable(ax)
cax = divider.append_axes("right", size="5%", pad=0.05)
cbar = plt.colorbar(plot, cax=cax)
cbar.set_label('Velocity (km/s)')
plt.colorbar(plot, cax=cax)

plt.show()

Expand Down

0 comments on commit be3a451

Please sign in to comment.