Add the text "txt1" at the top left of the image coordinates (100,100)
Thanks!
![2023-11-08_7-14-18.png 2023-11-08_7-14-18.png](https://community.jmp.com/t5/image/serverpage/image-id/58429i1101F255A5FEB80E/image-size/large?v=v2&px=999)
dt = Current Data Table();
P1 = dt << Graph Builder(
Show Control Panel( 0 ),
Variables( X( :age ), Y( :sex ) ),
Elements( Heatmap( X, Y, Legend( 2 ) ) )
//, Text( Center Justified, {100, 100 }, "txt1"); ??
);