Standardize figure/map/plot terminology in source docstrings#4418
Draft
Standardize figure/map/plot terminology in source docstrings#4418
Conversation
- Change "plot or map" to "plot" in examples and tutorials - Change "Map Boundary" to "Plot Boundary" in figure elements example - Change "Plotting map elements" to "Plotting embellishments" in API docs - Change "geographical maps" to "geographic maps" for consistency - Update "map boundary" to "plot boundary" in decorators and rose module Co-authored-by: seisman <3974108+seisman@users.noreply.github.com>
- Change "geographical tick annotations" to "geographic tick annotations" - Change "map frame" to "plot frame" in 3D perspective documentation Co-authored-by: seisman <3974108+seisman@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Clarify usage of figure vs map and plot
Standardize figure/map/plot terminology across documentation
Feb 14, 2026
Co-authored-by: seisman <3974108+seisman@users.noreply.github.com>
Copilot
AI
changed the title
Standardize figure/map/plot terminology across documentation
Fix terminology: use "plot dimensions" instead of "map dimensions" in 3D scatter example
Feb 14, 2026
- examples/projections/nongeo/polar.py: Changed "Set map limits" to "Set plot limits" and "Set map width" to "Set plot width" (12 instances) - pygmt/src/contour.py: Changed "on a map" to "on a plot" - pygmt/src/image.py: Changed "on a map" to "on a plot" - pygmt/src/text.py: Changed "on the map" to "on the plot" and "of the map" to "of the plot" Co-authored-by: seisman <3974108+seisman@users.noreply.github.com>
Copilot
AI
changed the title
Fix terminology: use "plot dimensions" instead of "map dimensions" in 3D scatter example
Standardize "figure"/"map"/"plot" terminology across codebase
Feb 14, 2026
…→ "plot region" - pygmt/src/plot.py line 199: Changed "clipped to the map region" to "clipped to the plot region" - pygmt/src/plot3d.py line 174: Changed "clipped to the map region" to "clipped to the plot region" - pygmt/src/grdimage.py line 72: Changed "select a map region" to "select a plot region" Co-authored-by: seisman <3974108+seisman@users.noreply.github.com>
Deep search revealed additional terminology issues: - pygmt/src/grdproject.py: "map region large" → "plot region larger" (also fixed typo) - pygmt/src/plot.py: "on a map" → "on a plot" - pygmt/src/velo.py: "on a map" → "on a plot" Co-authored-by: seisman <3974108+seisman@users.noreply.github.com>
Deep search found three more instances in subplot.py where "map" was used in contexts that apply to all plot types (not just geographic maps): - Line 248: "main map plotting" → "main plotting" - Line 378: "dimensions of the map" → "dimensions of the plot" - Line 410: "main map plotting" → "main plotting" Co-authored-by: seisman <3974108+seisman@users.noreply.github.com>
Copilot
AI
changed the title
Standardize "figure"/"map"/"plot" terminology across codebase
Standardize figure/map/plot terminology in source docstrings
Feb 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Inconsistent use of "map" in general plotting contexts creates ambiguity. The term should be reserved for geographic plots only, with "plot" as the general term.
Changes
Fixed incorrect "map" usage in general plotting functions:
pygmt/src/plot.py- Changed "on a map" → "on a plot", "map region" → "plot region"pygmt/src/plot3d.py- Changed "map region" → "plot region"pygmt/src/grdimage.py- Changed "map region" → "plot region"pygmt/src/grdproject.py- Changed "map region large" → "plot region larger"pygmt/src/velo.py- Changed "on a map" → "on a plot"pygmt/src/subplot.py- Changed "main map plotting" → "main plotting", "dimensions of the map" → "dimensions of the plot"Verified correct "map" usage retained in:
coast,basemap,choropleth,tilemap,scalebarmagnetic_rose,directional_rosegrdtrack,select,triangulate,x2sys_crossTerminology
pygmt.Figureclass/objectTotal: 6 files, 9 lines changed.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.