Wolfram Language

Visualización: Etiquetas, escalas, exclusiones

Funciones de escala con nombre

Aplique ScalingFunctions a un gráfico.

muestre la entrada completa de Wolfram Language
In[1]:=
Click for copyable input
Grid[Partition[{ Plot[{2^x, 3^x, 4^x, 5^x}, {x, 0, 2}, ScalingFunctions -> None, PlotLabel -> "None", ImageSize -> 250], Plot[{2^x, 3^x, 4^x, 5^x}, {x, 0, 2}, ScalingFunctions -> "Reciprocal", PlotLabel -> "Reciprocal", PlotRangePadding -> None, ImageSize -> 250], Plot[{2^x, 3^x, 4^x, 5^x}, {x, 0, 2}, ScalingFunctions -> "Log", PlotLabel -> "Log", ImageSize -> 250], Plot[{2^x, 3^x, 4^x, 5^x}, {x, 0, 2}, ScalingFunctions -> "Reverse", PlotLabel -> "Reverse", ImageSize -> 250]}, 2]]
Out[1]=

Ejemplos relacionados

de en fr ja ko pt-br ru zh