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

scale_percent.sh 349 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
  1. #!/usr/bin/env bash
  2. # Test implementation of giving width and/or height of color bar in percentages
  3. # when -B is not used.
  4. gmt begin scale_percent ps
  5. gmt makecpt -Cturbo -T0/10
  6. gmt basemap -R0/10/0/10 -JX15c -B
  7. gmt colorbar -DJTC+w40%/15% -B
  8. gmt colorbar -DJML+w9c/5% -B
  9. gmt colorbar -DJMR+w80%/0.6c -B
  10. gmt colorbar -DJBC+w70% -B
  11. gmt end show
Tip!

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

Comments

Loading...