Back to Data Visualization
loglog
Log-log scale plot
Syntax
loglog(y) loglog(x, y)
Description
Creates a 2-D line plot with logarithmic scales on both the x-axis and y-axis. Useful for visualizing power-law relationships and data spanning multiple orders of magnitude.
Parameters
| Name | Description |
|---|---|
| x(optional) | X-axis data (NDArray or scalar) |
| y | Y-axis data (NDArray or scalar) |
Returns
Line handle