Wolfram 언어

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

특이점과 불연속 유형 특정

함수중 다양한 유형의 특이점과 불연속 점을 하이라이트합니다.

In[1]:=
Click for copyable input
options = Sequence @@ {ExclusionsStyle -> Dashed, PlotTheme -> "Minimal", ImageSize -> 400, PlotRange -> {-7, 8}}; Plot[Callout[ Floor[x] + Tan[x], {"pole", "piecewise jump"}, {{3 Pi/8, -3}, {2.5, 3}}, {{Pi/2, -2}, {3, 2.3}}, LabelStyle -> Medium], {x, 0, Pi}, Evaluate@options]
Out[1]=

삭제를 위해 제외 타입을 지정합니다.

In[2]:=
Click for copyable input
Grid[Partition[{ Plot[Floor[x] Tan[x], {x, 0, 2 Pi}, ImageSize -> 250, Exclusions -> "Discontinuities", PlotLabel -> "Discontinuities"], Plot[Floor[x] Tan[x], {x, 0, 2 Pi}, ImageSize -> 250, Exclusions -> "Singularities", PlotLabel -> "Singularities"]}, 2]]
Out[2]=

관련 예제

de en es fr ja pt-br ru zh