Code Monkey home page Code Monkey logo

Comments (4)

PaulWessel avatar PaulWessel commented on May 19, 2024

Yes, I see this defeats our scheme of using a very large paper size and crop back later. The painting of the background prevents the cropping and you get a giant page size. The only way around this is to not use PS_PAGE_COLOR but to set the psconvert options you want: You want -A+glightblue. Something like this works:

gmt begin
    gmt figure map pdf A+glightblue
    gmt basemap -R0/10/0/10 -JX5c -Bafg
gmt end

The implication of this is that perhaps PS_PAGE_COLOR cannot be allowed in modern node.

from gmt.

seisman avatar seisman commented on May 19, 2024

Nice workaround.

The issue also exists in classic mode. Script below also cannot crop the plot correctly.

gmt set PS_PAGE_COLOR lightblue
gmt psbasemap -R0/10/0/10 -JX5c -Bafg > map.ps
gmt psconvert -A -P -Tf map.ps

So, PS_PAGE_COLOR is almost unusable in GMT.

from gmt.

PaulWessel avatar PaulWessel commented on May 19, 2024

Yes this is true. Since changing the paper color means filling the boundingbox with a color then the cropping that psconvert -A will do cannot work (since there are no marks on the page everywhere...). However, it is OK for just the PS file but not when converting and using -A. I will see if we can be clever in psconvert and delay the effect of PS_PAGE_COLOR until after the cropping has been done.

from gmt.

PaulWessel avatar PaulWessel commented on May 19, 2024

Clever solution implemented in PR #100

from gmt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.