How to configure the scale label position in ILNumerics?
问题 I draw some lines with ILLinePlot. Then I rotate the cube (with the intention to change the position of the Y scale label that starts from the top): Rotation = Matrix4.Rotation(new Vector3(1, 0, 0), ILMath.pif), It produces results like this. In this graph, I am losing the scale label in Y axis. How to configure it? So the label can be shown? Update: This question is related to : How to reverse the axis in ILNumerics At first, I have make a graph that consists some lines like this figure: