Written by Admin | Aug 30, 2021 4:00:00 AM
Question
I want to temporarily turn the graphics scale bar off in some of my graphics drawings. When I set the OSLO preference "graphics_labels" to be "off" using either:
set_preference graphics_labels off; or,
stp glab off; the graphics scale disappears from the shaded solid drawings, but it remains in the 2D layout view, the 3D solid view and others. How do I remove the graphics scale from these drawings?
Synopsis
Turning graphics scale bar off
Solution
The drawing of the graphics scale bar in these drawings is governed by the "graphics_axes" preference. Use the following commands: set_preference graphics_axes off; or, stp grax off;