Home
last modified time | relevance | path

Searched refs:r_theta_annot (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_types.h358 bool r_theta_annot; /* true for special r-theta map annotation (see gmtlib_get_annot_label) */ member
H A Dgmt_plot.c2463 if (GMT->current.plot.r_theta_annot) { /* Make format for radial term */ in gmtplot_consider_internal_annotations()
2557 if (GMT->current.plot.r_theta_annot) /* Restore the format */ in gmtplot_consider_internal_annotations()
2854 if (GMT->current.plot.r_theta_annot) { /* Make format for radial term */ in gmtplot_map_annotate()
2917 if (GMT->current.plot.r_theta_annot) /* Restore the format */ in gmtplot_map_annotate()
3307 GMT->current.plot.r_theta_annot = false; /* Just in case it was turned on in gmt_map.c */ in gmtplot_draw_mag_rose()
H A Dgmt_map.c2830 …if (!GMT->current.proj.got_elevations) GMT->current.plot.r_theta_annot = true; /* Special labeling… in gmtmap_init_polar()
H A Dgmt_support.c15438 …if (!(lat_special || deg_special) && GMT->current.plot.r_theta_annot && lonlat) /* Special check f… in gmtlib_get_annot_label()