Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

slantlabel.sh 330 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
  1. #!/usr/bin/env bash
  2. # Test slanted Cartesian x-axis annotations in the presence of label and title
  3. ps=slantlabel.ps
  4. gmt psbasemap -R0/5000/0/20 -JX16c/6c -Bxaf+a60+l"MY VERY LONG LABEL" -Byaf -B+t"THIS IS MY TITLE" -K -P -Y3c > $ps
  5. gmt psbasemap -R -J -Bxaf+a-25+l"MY VERY LONG LABEL" -Byaf -B+t"THIS IS MY TITLE" -O -Y14c >> $ps
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...