Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.atnf.csiro.au/computing/software/gipsy/sub/pgtext.dc2
Дата изменения: Wed Oct 31 05:16:19 2001
Дата индексирования: Fri Jan 16 01:19:40 2009
Кодировка:

Поисковые слова: orion
Name: PGTEXT

Purpose: write text (horizontal, left-justified)

Category: GRAPHICS

File: pgplot.src

Author: T.J. Pearson

Use: see description below.

Description:

SUBROUTINE PGTEXT (X, Y, TEXT)
REAL X, Y
CHARACTER*(*) TEXT

Write text. The bottom left corner of the first character is placed
at the specified position, and the text is written horizontally.
This is a simplified interface to the primitive routine PGPTXT.
For non-horizontal text, use PGPTXT.

Arguments:
X (input) : world x-coordinate of start of string.
Y (input) : world y-coordinate of start of string.
TEXT (input) : the character string to be plotted.

Updates: Oct 16, 1998: JPT automatically extracted from source.