Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Apr 22, 2024
1 parent 3b643bd commit c922985
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/learn_julia/krige.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PyPlot.svg(true)

dim = 2
nobs = 20
X = rand(dim, nobs); # random observation locations
X = rand(dim, nobs) # random observation locations
z = rand(nobs) # random observations

n = 101
Expand Down Expand Up @@ -35,4 +35,4 @@ PyPlot.gcf()

PyPlot.clf()
PyPlot.surf(k)
PyPlot.gcf()
PyPlot.gcf()
2 changes: 1 addition & 1 deletion src/MadsPlot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function getdefaultplotformat()
end

"""
Set image file `format` based on the `filename` extension, or sets the `filename` extension based on the requested `format`. The default `format` is `SVG`. `PNG`, `PDF`, `ESP`, and `PS` are also supported.
Set image file `format` based on the `filename` extension, or set the `filename` extension based on the requested `format`. The default `format` is `SVG`. `PNG`, `PDF`, `ESP`, and `PS` are also supported.
$(DocumentFunction.documentfunction(setplotfileformat;
argtext=Dict("filename"=>"output file name",
Expand Down

0 comments on commit c922985

Please sign in to comment.