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

dual_labels.sh 290 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
  1. #!/usr/bin/env bash
  2. #
  3. # Demonstrates use of dual (left vs right, bottom vs top) Cartesian axis labels
  4. # specified via -B +l"label" and +s"label" strings.
  5. ps=dual_labels.ps
  6. gmt psbasemap -R0/50/0/7 -JX6i/8i -Xc -P -Bxaf+l"Bottom label"+s"Top label" -Byaf+l"Left label"+s"Right label" > $ps
Tip!

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

Comments

Loading...