USRBIN plot with Z : -Y option

Dear experts,

Is there any option to plot with Z : -Y option in USRBIN plot? This option is available in geometry plot with additional Axes settings, where we can choose u, v manually.

With the conventional Y:Z, I get this plot, however, my intention is to have a rotated view.

Regards,

Riya

Dear Riya,

you can use the following gnuplot command

set yrange reverse

in the empty bottom field to reverse the y axis of the plot.

Cheers,
David

Dear @horvathd ,

Thank you for the guidance, it worked with set yrange [ ] reverse.

Regards,

Riya