Hi Jake,
For your second question, I think what you might be looking for is what we call a split axis. Take a look here and let us know if that was it. Split X-Axis
For the first question, DataGraph does not have a log2 axis built-in to the axis settings. What you can do is to use the log2(x) function to scale the data and then specify where you want the tick marks. Depending on the range of your data the tick mark settings can be tricky to select but here is a simple example.
(FYI – for a list functions see the Function reference).
For this example, we will plot y = log2(x). In the first plot, x is still on a linear scale.
The second plot has the function plotted on the log2 scale, and is a straight line as a result.
To generate the data, we calculated some values using the Expression column.
Then we created a group of columns to define where we wanted the label locations.
Finally, the Axis settings get modified to use these label locations as follows:
Does this help?