Skip to content

Commit

Permalink
Merge pull request #172 from freiburgermsu/patch-1
Browse files Browse the repository at this point in the history
added an omitted word
  • Loading branch information
kaustubhmote authored Jun 27, 2022
2 parents 000003f + 19ae9dd commit 9e98603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ Alternately, the `object-oriented interface <https://matplotlib.org/tutorials/in
>>> ax.plot(data)
>>> fig.savefig("plot_1d.png")

A contour plot of 2D data can created in a similar manner:
A contour plot of 2D data can be created in a similar manner:

>>> dic, data = ng.pipe.read("test.ft2")
>>> cl = [30000 * 1.2 ** x for x in range(20)]
Expand Down

0 comments on commit 9e98603

Please sign in to comment.