I have a 3-column data: longitude, latitude, and temperature. In Matlab, I can use scatter as below to plot the data points at x and y location with the c being temperature whose values will be shown with a colormap, and sz indicating the size. scatter(x,y,sz,c)
Which GMT.jl function should I use for this purpose? Many thanks!