We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5129ea4 commit fc9ac1cCopy full SHA for fc9ac1c
tutorials/Tutorial_MohoTopo_Spada.jl
@@ -39,7 +39,7 @@ lon, lat, depth = data[:,1], data[:,2], -data[:,3];
39
using Plots
40
scatter(lon,lat,marker_z=depth, ylabel="latitude",xlabel="longitude",markersize=2.5, c = :roma)
41
# 
42
-# What we can see nicely here is that the data is reasonably regular but also that there are obviously locations where no data is define.
+# What we can see nicely here is that the data is reasonably regular but also that there are obviously locations where no data is defined.
43
#
44
# The easiest way to transfer this to Paraview is to simply save this as 3D data points:
45
using GeophysicalModelGenerator
0 commit comments