Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://xmm.vilspa.esa.es/sas/5.4.1/doc/implot/node10.html
Дата изменения: Fri Jan 10 22:39:39 2003 Дата индексирования: Sat Dec 22 08:21:19 2007 Кодировка: |
In this style, the radius can be scaled from an arbitrary function of column values in the input source table. This is a two-stage process:
radius = maxradius * max(1 + 0.5 * log10(proto-radius / max(proto-radius)), 0.2)The result is the radius in image pixels. Here `maxradius' (in image pixels) is supplied via the parameter maxradius.
Some users find this a bit too `foolproof' for complete satisfaction, so (after column arithmetic becomes possible) I may in the future either make it simpler (ie dispense with the second step above altogether) or at least allow the option for WYSIWYG setting of radii.