Skip to content

Commit

Permalink
defined
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardScottOZ authored May 18, 2024
1 parent 5129ea4 commit fc9ac1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/Tutorial_MohoTopo_Spada.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ lon, lat, depth = data[:,1], data[:,2], -data[:,3];
using Plots
scatter(lon,lat,marker_z=depth, ylabel="latitude",xlabel="longitude",markersize=2.5, c = :roma)
# ![DataPoints](../assets/img/Tutorial_MohoSpada_LonLat.png)
# 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.
#
# The easiest way to transfer this to Paraview is to simply save this as 3D data points:
using GeophysicalModelGenerator
Expand Down

0 comments on commit fc9ac1c

Please sign in to comment.