Skip to content

Commit 63ed1c1

Browse files
author
Meghan Jones
authored
Adjust auto frame interval for themes (#4991)
1 parent 2884c77 commit 63ed1c1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2
-2
lines changed

doc/examples/ex07/ex07.ps

2.53 KB
Binary file not shown.

doc/examples/ex17/ex17.ps

2.04 KB
Binary file not shown.

doc/examples/ex18/ex18.ps

540 Bytes
Binary file not shown.

doc/examples/ex27/ex27.ps

1.63 KB
Binary file not shown.

doc/examples/ex33/ex33.ps

462 Bytes
Binary file not shown.

doc/examples/ex34/ex34.ps

1.61 KB
Binary file not shown.

doc/examples/ex39/ex39.ps

24.3 KB
Binary file not shown.

doc/examples/ex44/ex44.ps

1.9 KB
Binary file not shown.

doc/examples/ex48/ex48.ps

8.45 KB
Binary file not shown.

doc/examples/ex52/ex52.ps

10.6 KB
Binary file not shown.

doc/scripts/GMT_cassini.ps

683 Bytes
Binary file not shown.

doc/scripts/GMT_colorbar.ps

310 Bytes
Binary file not shown.

doc/scripts/GMT_cyclic.ps

310 Bytes
Binary file not shown.

doc/scripts/GMT_equidistant_conic.ps

487 Bytes
Binary file not shown.

doc/scripts/GMT_inset.ps

1.69 KB
Binary file not shown.

doc/scripts/GMT_lambert_az_rect.ps

695 Bytes
Binary file not shown.

doc/scripts/GMT_lambert_conic.ps

834 Bytes
Binary file not shown.

doc/scripts/GMT_linearrow.ps

652 Bytes
Binary file not shown.

doc/scripts/GMT_lineoffset.ps

652 Bytes
Binary file not shown.

doc/scripts/GMT_mapscale.ps

846 Bytes
Binary file not shown.

doc/scripts/GMT_obl_merc.ps

338 Bytes
Binary file not shown.

doc/scripts/GMT_sinus_int.ps

4.04 KB
Binary file not shown.
896 Bytes
Binary file not shown.
497 Bytes
Binary file not shown.

doc/scripts/GMT_stereographic_rect.ps

592 Bytes
Binary file not shown.

doc/scripts/GMT_tut_12.ps

342 Bytes
Binary file not shown.

doc/scripts/GMT_tut_13.ps

342 Bytes
Binary file not shown.

doc/scripts/GMT_tut_15.ps

1.93 KB
Binary file not shown.

doc/scripts/GMT_tut_16.ps

1.93 KB
Binary file not shown.

doc/scripts/GMT_tut_18.ps

189 Bytes
Binary file not shown.

doc/scripts/GMT_tut_4.ps

2.66 KB
Binary file not shown.

doc/scripts/GMT_tut_5.ps

9.45 KB
Binary file not shown.

src/gmt_map.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -6713,9 +6713,9 @@ void gmt_auto_frame_interval (struct GMT_CTRL *GMT, unsigned int axis, unsigned
67136713
#ifndef NO_THEMES
67146714
if (GMT->current.setting.run_mode == GMT_MODERN && gmt_M_axis_is_geo (GMT, axis)) { /* Need more space for degree symbol and WESN letters not considered in the algorithm */
67156715
if (strchr (GMT->current.setting.format_geo_map, 'F')) /* Need more space for degree symbol and letter */
6716-
d *= 1.75;
6716+
d *= 1.2;
67176717
else /* Just more space for degree symbol */
6718-
d *= 1.25;
6718+
d *= 1.1;
67196719
}
67206720
#endif
67216721

test/geodesy/geodesy_08.ps

1010 Bytes
Binary file not shown.

test/gmtmex/WL_example_1.ps

1.31 KB
Binary file not shown.

test/gmtmex/WL_example_2.ps

2.45 KB
Binary file not shown.

test/gmtmex/WL_example_3.ps

765 Bytes
Binary file not shown.

test/grd2cpt/equalarea.ps

1.01 KB
Binary file not shown.

test/grdfill/splinefill.ps

4.12 KB
Binary file not shown.

test/grdimage/const_intens.ps

1.45 KB
Binary file not shown.

test/grdimage/rounding.ps

1.16 KB
Binary file not shown.

test/grdinterpolate/fake_geot_cube.ps

1.69 KB
Binary file not shown.

test/grdinterpolate/fake_geoz_cube.ps

1.69 KB
Binary file not shown.

test/mapproject/azimuth.ps

2.6 KB
Binary file not shown.

test/modern/longbasemap.ps

19.7 KB
Binary file not shown.

test/psbasemap/fancyannot.ps

1.92 KB
Binary file not shown.

test/psbasemap/nav_ticks.ps

63.3 KB
Binary file not shown.

test/psbasemap/polarapex.ps

1.35 KB
Binary file not shown.

test/psbasemap/polarcases.ps

3.17 KB
Binary file not shown.

test/psbasemap/polarcircles.ps

929 Bytes
Binary file not shown.

test/pscoast/gshhs_A.ps

2.05 KB
Binary file not shown.

test/psxy/symbol_orientation.ps

3.19 KB
Binary file not shown.

test/seis/seis_11.ps

2.28 KB
Binary file not shown.

test/subplot/linpanels.ps

506 Bytes
Binary file not shown.

test/subplot/linpanelsnew.ps

506 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)