ContourScales bug?
Posted: Thu Jan 24, 2013 9:47 pm
I have a contour plot analogous to, and borrowed heavily from, case 13 in CTEST.C. The one peculiarity of my plot is that the y-axis values represent depth in the earth so they, and the axis annotation, must increase downward.
By including the macro command [ContourScales(, -1,)] to reverse the y-axis only, the plot I would like is correctly displayed on the screen.
Unfortunately, when I try to print that plot the printed version is garbled. The z-scale and all text is rendered about twice as large as it should be and both x and y dimensions of the contour plot are about one-third the proper size.
The problem seems to be entirely attributable to the ContourScales macro command because, when it is removed, the printed version correctly replicates the version on the screen.
By including the macro command [ContourScales(, -1,)] to reverse the y-axis only, the plot I would like is correctly displayed on the screen.
Unfortunately, when I try to print that plot the printed version is garbled. The z-scale and all text is rendered about twice as large as it should be and both x and y dimensions of the contour plot are about one-third the proper size.
The problem seems to be entirely attributable to the ContourScales macro command because, when it is removed, the printed version correctly replicates the version on the screen.