Hi All -
sorry for this trivial question but frustration is growing and maybe
there
is a way to do this..
Is there a way to resize objects without having predefined resize steps?
E.g. when I try to resize a check box by clicking on one of the corners
and dragging it, the item "snaps" to certain sizes.
I cannot give it the exact size that I want it to be.. very frustrating
indeed!
For some objects I can specify the size dirctly through the properties
but seemingly
I cant do this with all objects, e.g. check box does not have a size
entry .. why not?
It would be nice to disable the snap feature and allow resizing by
mouse..
maybe pressing shift while resizing by mouse could disable the snap
feature
temporarily?
Anyway if someone knows a way to set the size of a check box manually
please let me know..
Many thanks,
Sascha
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
sorry for this trivial question but frustration is growing and maybe
there
is a way to do this..
Is there a way to resize objects without having predefined resize steps?
E.g. when I try to resize a check box by clicking on one of the corners
and dragging it, the item "snaps" to certain sizes.
I cannot give it the exact size that I want it to be.. very frustrating
indeed!
For some objects I can specify the size dirctly through the properties
but seemingly
I cant do this with all objects, e.g. check box does not have a size
entry .. why not?
It would be nice to disable the snap feature and allow resizing by
mouse..
maybe pressing shift while resizing by mouse could disable the snap
feature
temporarily?
Anyway if someone knows a way to set the size of a check box manually
please let me know..
Many thanks,
Sascha
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
Good advice from Stan. surf() will plot a surface, e.g. a scalar function
of 2 variables, and mesh() a wireframe of a surface. For plotting curves
in 3D use plot3()
--
Bill Ossmann
Philips Ultrasound
e-mail: bill.ossmann@philips.com
---------------------------------------------------
"Shawn Crossland" <scrossland@drti.com> wrote:
> All,
> Can Vee do a 3-axis plot? I'd like to show a graph of frequency,
> amplitude and phase. I want to try to put phase an the Z axis.
> Thanks in advance,
Sure- use the Matlab script capability. surf() or other
plots should do what you need. wander by the Function
and Object browser and look at the Matlab section.
Or- if you're on VEE 7 odds are you can find a .NET assembly
to do what's needed also.
regards
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
You are currently subscribed to vrf as: bill.ossmann@philips.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to
"owner-vrf@it.lists.it.agilent.com".
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
> All,
> Can Vee do a 3-axis plot? I'd like to show a graph of frequency,
> amplitude and phase. I want to try to put phase an the Z axis.
> Thanks in advance,
Sure- use the Matlab script capability. surf() or other
plots should do what you need. wander by the Function
and Object browser and look at the Matlab section.
Or- if you're on VEE 7 odds are you can find a .NET assembly
to do what's needed also.
regards
Stan
--------------------------------------------------------------------------
Stan Bischof Agilent Technologies 707-577-3994 stan_bischof@agilent.com
--------------------------------------------------------------------------
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".
It is very interesting!
Would you mind showing us a sample of you 3-D plots.
It is difficult for me to imagine your idea because my graphic
processor in the brain is poor in ability.
Regards,
FUKUI Yutaka
> Allan Thomson wrote:
>
> For 3d plots, I use the VEE X vs Y Plot. First I convert my 3d
> co-ordinates into a 2d representation for the view angle I require and
> then plot the 2d co-ordinates in the X vs Y Plot.
>
> Works well for all sort of data, even for waterfall plots by using
> Next Curve and AutoScale inputs. Remember to disable the autoscale and
> then to action the autoscale input only when all your data has been
> sent to the X vs Y Plot. This way it is very quick. You can also hid
> the grids and make up and plot your own axis.
>
>
> Regards,
>
> Allan A Thomson
> Senior Consultant
> SKF RS - DEI
> Tel: +44 (0)1224 723321
> Fax: +44 (0)1224 723341
> Email: allan.thomson@dei-ltd.co.uk
> Web: www.dei-ltd.co.uk
>
> Duty Manager Out of Hours Contact: +44 (0)7713 401221
>
> This email and any files transmitted with it are confidential and
> intended solely for the use of the individual or entity to whom they
> are
> addressed. If you have received this email in error please notify the
>
> sender immediately. We virus scan all e-mails but are not responsible
>
> for any damage caused by a virus or alteration by a third party after
> it
> is sent.
>
>
> -----Original Message-----
> From: Shawn Crossland [mailto:scrossland@drti.com]
> Sent: 13 October 2004 17:40
> To: VRF
> Subject: [vrf] 3-D Plots?
>
> All,
> Can Vee do a 3-axis plot? I'd like to show a graph of
> frequency, amplitude and phase. I want to try to put phase
> an the Z axis.
> Thanks in advance,
> -Shawn
>
> Shawn Crossland
> DRT Inc.
> (301) 916-5554 x 148
>
> ---
> You are currently subscribed to vrf as:
> allan.thomson@dei-ltd.co.uk
> To subscribe send a blank email to
> "join-vrf@it.lists.it.agilent.com".
> To unsubscribe send a blank email to
> "leave-vrf@it.lists.it.agilent.com".
> To send messages to this mailing list, email
> "vrf@agilent.com".
> If you need help with the mailing list send a message to
> "owner-vrf@it.lists.it.agilent.com".
>
> ---
> You are currently subscribed to vrf as: fukui.yutaka@jp.fujitsu.com
> To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
> To unsubscribe send a blank email to
> "leave-vrf@it.lists.it.agilent.com".
> To send messages to this mailing list, email "vrf@agilent.com".
> If you need help with the mailing list send a message to
> "owner-vrf@it.lists.it.agilent.com".
--
*****************************************************************
* $BJ!0f!!K-!J (BFUKUI Yutaka)
* E-Mail: fukui.yutaka@jp.fujitsu.com
* $BIY;NDL3t<02q<R!!@n:j9)>l (B
* $B$b$N$E$/$j?d?JKIt!&@8;:5;=Q3+H/E}3gIt!!;n835;=Q (BPj <-- 2004/10/01 $B$h$j (B
$B?&@)$,JQ$j$^$7$? (B
* $B7WB,@_Hw3+H/It (BHomePage http://www.psl.fujitsu.co.jp/htd2/ksk/
* $B@n:j;TCf866h>e>.EDCf#4 (B- $B#1 (B- $B#1!!M9JXHV9f!' (B211-8588
* TEL $B!!30@~ (B 044-754-3661, $B!!Fb@~ (B 711-3-1966,7 <-- 2004/09/27 $B$h$j30@~$,JQ (B
$B$j$^$7$? (B
* FAX $B!!30@~ (B 044-754-3509, $B!!Fb@~ (B 711-3-5359
*****************************************************************
---
You are currently subscribed to vrf as: rsb@soco.agilent.com
To subscribe send a blank email to "join-vrf@it.lists.it.agilent.com".
To unsubscribe send a blank email to "leave-vrf@it.lists.it.agilent.com".
To send messages to this mailing list, email "vrf@agilent.com".
If you need help with the mailing list send a message to "owner-vrf@it.lists.it.agilent.com".