Which GMT function should I use to make scattered color plot?

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!

1 Like

It would be nice if for change you post a

Cool this example from the docs is exactly what I was looking for

2 Likes

Cool, this example from the docs is exactly what I was looking for :grinning:

It works out great for me. Many thanks, Joaquim!

1 Like