Hi everyone,
So I'm using the surface command in order to create 3-D surface plots, and I cannot figure out how to reverse the scales so as to match them with each other.
My original plot is the following, where you can see how the x and y axes are not matching (i.e. the higher end of the x-axis runs into the lower end of the y-axis).
* command: surface wv_extrinsic_mean jq_extrinsic_mean wc_index, title ("Example 1") xlabel(-2(1)2) ylabel(-2(1)2)

Then I tried to use the reverse command (for both the x-axis [example below] and y-axis separately and together), but it still did not solve the problem:
* Command: surface wv_extrinsic_mean jq_extrinsic_mean wc_index, title ("Example 2") xlabel(-2(1)2) ylabel(-2(1)2) xscale(reverse)

I also tried reversing the z-axis but received the following error message
zaxis1.plotregion.zscale.reverse.set_true: class type not found
r(4018);
Any idea whether what I'm looking for here has a solution?
Thank you!
So I'm using the surface command in order to create 3-D surface plots, and I cannot figure out how to reverse the scales so as to match them with each other.
My original plot is the following, where you can see how the x and y axes are not matching (i.e. the higher end of the x-axis runs into the lower end of the y-axis).
* command: surface wv_extrinsic_mean jq_extrinsic_mean wc_index, title ("Example 1") xlabel(-2(1)2) ylabel(-2(1)2)
Then I tried to use the reverse command (for both the x-axis [example below] and y-axis separately and together), but it still did not solve the problem:
* Command: surface wv_extrinsic_mean jq_extrinsic_mean wc_index, title ("Example 2") xlabel(-2(1)2) ylabel(-2(1)2) xscale(reverse)
I also tried reversing the z-axis but received the following error message
zaxis1.plotregion.zscale.reverse.set_true: class type not found
r(4018);
Any idea whether what I'm looking for here has a solution?
Thank you!

Comment