Wolfram 언어

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

스케일링 함수 정의

스케일 데이터에 임의의 함수와 역함수를 사용합니다.

전체 Wolfram 언어 입력 표시하기
In[1]:=
Click for copyable input
rightArrow = Graphics[{GrayLevel[0.7], Polygon[{{0, 0}, {-0.5, 0.5}, {-0.5, 0.25}, {-1, 0.25}, {-1, -0.25}, {-0.5, -0.25}, {-0.5, -0.5}}]}, ImageSize -> 50];
In[2]:=
Click for copyable input
Grid[Partition[{ Plot[{Sin[x], Cos[x]}, {x, 0, 10}, ImageSize -> 250, PlotTheme -> "Web"], rightArrow, Plot[{Sin[x], Cos[x]}, {x, 0, 10}, ImageSize -> 250, PlotTheme -> "Web", ScalingFunctions -> {None, {Tan, ArcTan}}]}, 3]]
Out[2]=

관련 예제

de en es fr ja pt-br ru zh