Coordinate system sign

Is there any way to make coordinate system sign more readable on cgx drawing area? I keep confuse XYZ coordinates.

It seems CGX is not capable to show local axes assignment to node or element by orientation and transform function. This is one of feature i miss from commercial FE previously used at office, it can be useful to view and verify the assignment.

I tried to change things

pnt p0 0 0 0
pnt p1 50 0 0
pnt p2 0 70 0
pnt p3 0 0 90

line x p0 p1
line y p0 p2
line z p0 p3

#plot l x b
#plus l y g
#plus l z r

plot la all

and oops, I did not find a way around it.