Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xray.sai.msu.ru/~ivan/gmt/patch/
Дата изменения: Thu Jun 10 14:00:02 1999
Дата индексирования: Tue Oct 2 05:32:45 2012
Кодировка:

Поисковые слова: arp 220
Ivan's contribution to GMT 3.2

Ivan's contribution to GMT 3.2

Logarithmic axes patch

I would like to propose two new features for the axes annotation in the GMT. An example:
     
  psbasemap -JX8l/8l -R0.1/1e8/1e-15/1e15 -Bf3a100p/f1000a1000p > example.ps

The patch is here.

Makefile for Linux with shared library

The dozens of GMT utilites contain much common code, so one can save the diskspace by linking them dynamically. The proposed makefile makes a shared libraries libgmt.so.3.2 and libpsl.so.3.2, and links the utilites over them. After that, the disk usage by GMT utilites reduces remarkably.