Post Reply 
(50g) Inserting Text on the Graph Screen
02-21-2015, 03:54 PM
Post: #1
(50g) Inserting Text on the Graph Screen
PCTEXT: Puts text on the graph screen.

The program does not immediately show the graph screen, which allows for use as a subroutine. Not perfect, but efficient.

Input:
2: coordinates
1: string

Code:
<< 1 →GROB PICT ROT C→PX ROT GXOR >> 
Visit this user's website Find all posts by this user
Quote this message in a reply
02-21-2015, 08:16 PM
Post: #2
RE: (50g) Inserting Text on the Graph Screen
(02-21-2015 03:54 PM)Eddie W. Shore Wrote:  PCTEXT: Puts text on the graph screen.

The program does not immediately show the graph screen, which allows for use as a subroutine. Not perfect, but efficient.

Input:
2: coordinates
1: string

Code:
<< 1 →GROB PICT ROT C→PX ROT GXOR >> 

What format should be used for coordinates (list?), and presumably these are pixels?

An example would help a lot.

--Bob Prosperi
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)