I am trying to include axes on a 3D graph using Array Visualizer. I have included a simple win project to explain my dilema.
Any suggestions how to fix the following issues would be appreciated:
The minor and major tickmarks do not appear on the graph - although I have attempted to make them visible.
The axis line thickness does not change regardless of the value used in avSetLineWidth. The integer return value from avGetLineWidthUnits is -1, even if set to 1 using avSetLineWidthUnits. What should it be? Am I applying the property modification to the correct object?
Setting the axis line end-caps to values lower than 1.0_4 makes them dissapear from the graph. At 1.0_4 they are oversized. Not all the end caps What am I missing?
Does anyone have a working Fortran 3D graph with axes and lables that they can post?
Thanking you in advance.