- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am trying to show a sequence of plots on the Array Visualizer as in the Simple2 example provided, where I load/display a new array set every time I press return. What I am trying to do was keep my fMAt or Z axis range the same say between 0 and 300 value. Right now it autoscales it such that the max and min values for the Z axis changes automatically.
I tried favsetdimscale and favsetZscale calls and they do not do what I intend to do.
Can anyone please help me.
Also is there a way to create an animation (gif or movie) file out of this without using a screen capture software
Thanks
Sumit
I am trying to show a sequence of plots on the Array Visualizer as in the Simple2 example provided, where I load/display a new array set every time I press return. What I am trying to do was keep my fMAt or Z axis range the same say between 0 and 300 value. Right now it autoscales it such that the max and min values for the Z axis changes automatically.
I tried favsetdimscale and favsetZscale calls and they do not do what I intend to do.
Can anyone please help me.
Also is there a way to create an animation (gif or movie) file out of this without using a screen capture software
Thanks
Sumit
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sumit,
Try using the favSetPaletteAutoAdjust routine as in the following
where PALMIN and PALMAX are the minimum and maximum values of the palette.
Tom
Try using the favSetPaletteAutoAdjust routine as in the following
CALL favSetPaletteAutoAdjust(H,AV_FALSE,status) CALL favSetPaletteRange (H,PALMIN,PALMAX,status)
where PALMIN and PALMAX are the minimum and maximum values of the palette.
Tom

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page