set_axis_scale
Set a graph's x or y axis to linear, log10, ln, or log2 scale by specifying the graph name and axis.
Instructions
Set an axis to linear or a logarithmic scale.
Args: graph_name: Graph name axis: "x" or "y" scale: linear, log10, ln, or log2
Returns: Success message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_name | Yes | ||
| axis | No | y | |
| scale | No | log10 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |