Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Suggestion for AvGraph3D Object

g_f_thomas
Beginner
627 Views
What are the chances that the AvGraph3D could be improved to accommodated logarithmically scalled axes? Likewise for the palette dataset. This deficiency was also present in the CVF product.

Thanks,
Gerry T.
0 Kudos
6 Replies
Intel_C_Intel
Employee
627 Views
We'll look into adding this. Are you looking for log-scaling of just the Z-axis, or do you need to be to set log-scaling for each axis independently?
BTW, the logplots work for AvGraph2D. The attached is from the sample data file Array Visualizer/Data/XML/LogPlot.xml.
John Readey

Message Edited by JohnReadey on 01-12-2005 12:22 PM

0 Kudos
g_f_thomas
Beginner
627 Views
That's great. Z-axis definitely, but the others would be welcomed too. My current app would benefit from two log axes.

I knew about AvGraph2D's log axes scaling support which the CVF counterpart didn't have.

Thanks,
Gerry T.

Message Edited by g.f.thomas on 01-12-2005 12:40 PM

0 Kudos
Intel_C_Intel
Employee
627 Views
I haven't tried running the AV OCX through the CVF Module Wizard, but I suppose it would work as well as any other OCX.
The Array Visualizer/Samples/Fortran/Sine2DWin32 project just used AUTOInvoke and AUTOSetProperty to setup the AvGLGraph.ocx. It's a little verbose, but the Intel AV ocx's don't have the extensive set of properties that the CVF AV ocx's had. Instead most graph settings are handled by the AV object model, which has a custom Fortran interface defined in AvObjMod.f90.
One note about the sample, you need go to Program Files/Intel/Array Visualizer/compiler80/IA32/bin and run "regsvr32 ifdlg100.dll" before running the sample. For some reason IVF setup doesn't register this dll.
Also, I just noted that the PNG file I attached in my last post doesn't display in IE (though it works in Firefox!) -- here's an updated file.
John
0 Kudos
onkelhotte
New Contributor II
627 Views
Quoting - ISN Admin
One note about the sample, you need go to Program Files/Intel/Array Visualizer/compiler80/IA32/bin and run "regsvr32 ifdlg100.dll" before running the sample. For some reason IVF setup doesn't register this dll.

Why isthis error not fixed after 4 years? Ive had to register this DLL on my own, using IVF 10.1.025.

Markus
0 Kudos
ArturGuzik
Valued Contributor I
627 Views
Hi,

most probably because nobody supports it (on Intel side). Steve will know the reasons. I just want to say, that dropping (even minimal) support was a real blow to many of us, using for years CAV and then IAV and accustomed to its flexibility and usefulness.

A.
0 Kudos
Steven_L_Intel1
Employee
627 Views
The IFDLG100.DLL issue is not specific to AV. I have reported this problem again. What puzzles me is why more people don't run into this, since it affects any use of the IFDLG module.

AV became unsupported because the developer who created and maintained it chose to leave Intel. Our resources are not infinite and we made the difficult decision to drop support so that we could focus on other things. AV DOES still work - I have used it recently.
0 Kudos
Reply