scatter3
scatter3(cmd0::String="", arg1=[]; kwargs...)Reads (x,y,z) triplets and plot symbols at those locations on a map. This module is a subset of plot to make it simpler to draw scatter plots. So many (fine) controlling parameters are not listed here. For a finer control, user should consult the plot module.
Parameters
- S or symbol or marker or Marker or shape : – Default is
cubewith size of 7 points- symbol=symbol string
A full GMT compact string. - symbol=(symb=…, size=…, unit=…)
Where symb is one like:circle, size is symbol size in cm, unless unit is specified i.e.:points
- symbol=symbol string
Examples
A scatter of ten points plotted as black cubes of 7 points size using the default perspective of 200,30
See also
The GMT man page