true
if the label should be dotted, otherwisefalse
.
dot
will befalse
, if the label was generated by a call tolabel()
with the “dot
” argumentfalse
(the default),true
, if the label was generated by a call todotlabel()
, or tolabel()
with the “dot
” argumenttrue
.
The text of the label. text is always put between “
btex
” and “etex
” in the MetaPost code, so that TeX will be used to format the labels. In particular, this means that TeX's math mode can be used. However, double backslashes must be used instead of single backslashes, in order that single backslashes be written toout_stream
.Point P(1, 1, 2); origin.drawarrow(P); P.label("$\\vec{P}$");
![]()
Fig. 76.