Prev: printing complex
Next: Importing .swf movie files
From: Peng ? on 28 Mar 2010 05:05 I just want to set the 'Box' LineWidth to 1.5, the 'Grid' LineWidth to 0.5. But in the ''Proparty Editor--axas''-----''More properties''-----''LineWidth'', both the 'Box' LineWidth and the 'Grid' LineWidth are set to one value. Anyone can help? thanks a lot!
From: dpb on 28 Mar 2010 09:48 Peng ? wrote: > I just want to set the 'Box' LineWidth to 1.5, the 'Grid' LineWidth to > 0.5. > But in the ''Proparty Editor--axas''-----''More > properties''-----''LineWidth'', > both the 'Box' LineWidth and the 'Grid' LineWidth are set to one value. > Anyone can help? thanks a lot! I'm not sure which property sets which or whether they are shared w/o delving into the handle graphics hierarchy more deeply than I know it ottomh, but -- if they are separable, you can get/set their properties individually by get()ing the object handles and set()ing their property values programmatically. You'll have to either dig thru the handle graphics detail doc pages drilling down to find them or, probably easier, use set() on a trial plot and keep poking at the resulting children objects to find the property names of the two objects. I know the doc does say the axes object line style controls the x-,y-,z-axis grid lines; I don't know for certain whether it is also the box; could well be I can imagine but I don't know for certain. --
|
Pages: 1 Prev: printing complex Next: Importing .swf movie files |