PlotLine
Defines the line style to be plotted.
Solid
Draws a solid line.
Name | Type | Annotation |
---|---|---|
width | double | line width [p] |
color | plotColor |
Dashed
Draws a dashed line.
Name | Type | Annotation |
---|---|---|
width | double | line width [p] |
color | plotColor |
Dotted
Draws a dotted line.
Name | Type | Annotation |
---|---|---|
width | double | line width [p] |
color | plotColor |
Custom
Draws a custom line. The line style code is described in https://docs.generic-mapping-tools.org/latest/cookbook/features.html#specifying-pen-attributes.
Name | Type | Annotation |
---|---|---|
style | string | line style code |
width | double | line width [p] |
color | plotColor |