Wolfram 언어

시각화: 라벨, 스케일, 제외

임의의 축 스케일 하기

스케일링 함수를 임의의 축에 적용합니다.

전체 Wolfram 언어 입력 표시하기
In[1]:=
Click for copyable input
options = Sequence @@ {ImageSize -> 250, PlotRange -> {{0.5, 1.5}, {0.1, 2}}}; Grid[Partition[{ Plot[{x^(1/4), x^(3/4), x^(3/2), x^(7/2)}, {x, 0, 2}, Evaluate@options, PlotLabel -> "Linear, Linear"], Plot[{x^(1/4), x^(3/4), x^(3/2), x^(7/2)}, {x, 0, 2}, Evaluate@options, PlotLabel -> "Linear, Log", ScalingFunctions -> "Log"], Plot[{x^(1/4), x^(3/4), x^(3/2), x^(7/2)}, {x, 0, 2}, Evaluate@options, PlotLabel -> "Log, Linear", ScalingFunctions -> {"Log", "Linear"}], Plot[{x^(1/4), x^(3/4), x^(3/2), x^(7/2)}, {x, 0, 2}, Evaluate@options, PlotLabel -> "Log, Log", ScalingFunctions -> {"Log", "Log"}]}, 2]]
Out[1]=

관련 예제

de en es fr ja pt-br ru zh