Skip to content

Adjust auto frame interval for themes #4991

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Mar 19, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified doc/examples/ex07/ex07.ps
Binary file not shown.
Binary file modified doc/examples/ex17/ex17.ps
Binary file not shown.
Binary file modified doc/examples/ex18/ex18.ps
Binary file not shown.
Binary file modified doc/examples/ex27/ex27.ps
Binary file not shown.
Binary file modified doc/examples/ex33/ex33.ps
Binary file not shown.
Binary file modified doc/examples/ex34/ex34.ps
Binary file not shown.
Binary file modified doc/examples/ex39/ex39.ps
Binary file not shown.
Binary file modified doc/examples/ex44/ex44.ps
Binary file not shown.
Binary file modified doc/examples/ex48/ex48.ps
Binary file not shown.
Binary file modified doc/examples/ex52/ex52.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_cassini.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_colorbar.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_cyclic.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_equidistant_conic.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_inset.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_lambert_az_rect.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_lambert_conic.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_linearrow.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_lineoffset.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_mapscale.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_obl_merc.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_sinus_int.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_stereographic_general.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_stereographic_polar.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_stereographic_rect.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_tut_12.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_tut_13.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_tut_15.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_tut_16.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_tut_18.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_tut_4.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_tut_5.ps
Binary file not shown.
4 changes: 2 additions & 2 deletions src/gmt_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -6713,9 +6713,9 @@ void gmt_auto_frame_interval (struct GMT_CTRL *GMT, unsigned int axis, unsigned
#ifndef NO_THEMES
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 */
if (strchr (GMT->current.setting.format_geo_map, 'F')) /* Need more space for degree symbol and letter */
d *= 1.75;
d *= 1.2;
else /* Just more space for degree symbol */
d *= 1.25;
d *= 1.1;
}
#endif

Expand Down
Binary file modified test/geodesy/geodesy_08.ps
Binary file not shown.
Binary file modified test/gmtmex/WL_example_1.ps
Binary file not shown.
Binary file modified test/gmtmex/WL_example_2.ps
Binary file not shown.
Binary file modified test/gmtmex/WL_example_3.ps
Binary file not shown.
Binary file modified test/grd2cpt/equalarea.ps
Binary file not shown.
Binary file modified test/grdfill/splinefill.ps
Binary file not shown.
Binary file modified test/grdimage/const_intens.ps
Binary file not shown.
Binary file modified test/grdimage/rounding.ps
Binary file not shown.
Binary file modified test/grdinterpolate/fake_geot_cube.ps
Binary file not shown.
Binary file modified test/grdinterpolate/fake_geoz_cube.ps
Binary file not shown.
Binary file modified test/mapproject/azimuth.ps
Binary file not shown.
Binary file modified test/modern/longbasemap.ps
Binary file not shown.
Binary file modified test/psbasemap/fancyannot.ps
Binary file not shown.
Binary file modified test/psbasemap/nav_ticks.ps
Binary file not shown.
Binary file modified test/psbasemap/polarapex.ps
Binary file not shown.
Binary file modified test/psbasemap/polarcases.ps
Binary file not shown.
Binary file modified test/psbasemap/polarcircles.ps
Binary file not shown.
Binary file modified test/pscoast/gshhs_A.ps
Binary file not shown.
Binary file modified test/psxy/symbol_orientation.ps
Binary file not shown.
Binary file modified test/seis/seis_11.ps
Binary file not shown.
Binary file modified test/subplot/linpanels.ps
Binary file not shown.
Binary file modified test/subplot/linpanelsnew.ps
Binary file not shown.