HP Forums

Full Version: (50g) Inserting Text on the Graph Screen
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 >> 
(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.
Reference URL's