Scientific
Overview
This section covers Scientific functions.
Tools
| Tool | Description |
|---|---|
| CONTOUR | Create a contour plot. |
| CONTOUR_FILLED | Create a filled contour plot. |
| LOGLOG | Create a log-log plot from data. |
| POLAR_BAR | Create a bar chart in polar coordinates (also known as a Rose diagram). |
| POLAR_LINE | Create a line plot in polar coordinates. |
| POLAR_SCATTER | Create a scatter plot in polar coordinates. |
| QUIVER | Create a quiver plot (vector field arrows). |
| RADAR | Create a radar (spider) chart. |
| SEMILOGX | Create a plot with a log-scale X-axis. |
| SEMILOGY | Create a plot with a log-scale Y-axis. |
| STREAMPLOT | Create a streamplot (vector field streamlines). |