| T O P I C R E V I E W |
| peroma |
Posted - 06/10/2003 : 04:11:16 AM Hi forum,
is it possible to manipulate the scaling factor of the symbols via LabTalk or Origin C?
Thanks
Peter |
| 4 L A T E S T R E P L I E S (Newest First) |
| Hideo Fujii |
Posted - 06/12/2003 : 10:34:33 AM As Mike suggested, how about to use a customized template from the Bubble graph type, BUBBLE.OTP? You can set and save the default base scaling factor to the template, and set up your size index in the second Y column in your X-Y-Y worksheet. --Hideo
|
| Mike Buess |
Posted - 06/12/2003 : 09:36:02 AM Hi Peter,
I know of no way to change that setting by script (perhaps someone else does) but you can change the default scaling factor permanently by saving the plot as a template.
Hope that helps.
Mike Buess Origin WebRing Member |
| peroma |
Posted - 06/12/2003 : 08:55:22 AM Hi Mike,
thank you for your reply. Unfortunaltely this is not what I want to do. I want to use a column as a size index. The default setting for the scaling factor is "1" (It is value in the upper right edge when size of the symbol is set to a column). For my plots this "scaling" must be about 50. Do you know any way to chance this scaling via any form of scripts?
I hope this makes my problem more clear.
Peter |
| Mike Buess |
Posted - 06/10/2003 : 4:50:39 PM Hi Peter,
You can change the data point symbol size with the LabTalk set command...
set dataset -z n;
where n is the symbol size in points (1 point = 1/72 inch).
If that's not what you mean then please elaborate.
Mike Buess Origin WebRing Member |