Source: scale_examples.f90
Linear, log, and symlog axis scales.
scale_examples.f90 - Source codeoutput/example/fortran/scale_examples/make example ARGS="scale_examples"

ASCII output:
Log Scale Example
+--------------------------------------------------------------------------------+
| |
| | |
| | - |
| | ----- |
| | ---- |
| | ---- |
| | ----- |
| | ---- |
| | ---- |
| | ----- |
| | ---- |
| | ---- |
| | ----- |
| | ---- |
| | ---- |
| | ----- |
| 1e4 ---- |
| | ---- |
| | ----- |
| | ---- |
| | ---- |
| 1e3----- |
| ++--------------+-------------+--------------+-------------+-------------+---- |
| 0 10 20 30 40 50 |
+--------------------------------------------------------------------------------+
x
exp(0.2x)

ASCII output:
Symlog Scale Example
+--------------------------------------------------------------------------------+
| |
| | |
| | -- |
| | ------------------ |
| | ------------- |
| | ----------- |
| | -------- |
| | ------ |
| | ---- |
| | --- |
| | -- |
| | - |
| | - |
| | -- |
| 1e5 - |
| | - |
| | - |
| | - |
| | -- |
| | - |
| | - -- |
| 1e4-------- |
| ++--------------+-------------+--------------+-------------+-------------+---- |
| 0 10 20 30 40 50 |
+--------------------------------------------------------------------------------+
x
x^3 - 50x (1e5)