T O P I C R E V I E W |
flirt |
Posted - 09/11/2006 : 11:13:26 AM Origin Version (Select Help-->About Origin): 7.5
I have some problems to control the asex separately. It seems that the top and bottom axes are together, i.e., if i choose not to show one, the other disappears. It is the same with left and right, and more annoying when there are multiple layers. Any suggestions? Thanks:)))
|
3 L A T E S T R E P L I E S (Newest First) |
Mike Buess |
Posted - 09/11/2006 : 2:33:43 PM You probable have "line opposite the axis" turned on. Try layer.x.opposite=0. Or layer.x2.opposite=0, depending on which axis you want to hide.
Mike Buess Origin WebRing Member
Edited by - Mike Buess on 09/11/2006 2:35:24 PM |
flirt |
Posted - 09/11/2006 : 1:55:38 PM Thanks for the reply. I did that but it seems that only the ticks are remove while the line for the axis is still there. I don't know whether this is because of the customized theme, which I set as default. Is there a way to remove the theme and apply the default Origin theme?
|
Mike Buess |
Posted - 09/11/2006 : 12:43:31 PM You must be referring the layer.axis.showaxes properties. Unlike other layer.axis properties layer.x.showaxes controls both the top and bottom axes...
layer.x.showaxes=0; // hide top and bottom axes layer.x.showaxes=1; // show bottom axis layer.x.showaxes=2; // show top axis layer.x.showaxes=3; // show both axes
Mike Buess Origin WebRing Member
Edited by - Mike Buess on 09/11/2006 12:44:33 PM |