Hello,
Please see attached data file.
I am trying to plot "actual" vs. "perceived" separated by "context". I have created a graph doing this and saved the script as "Graph - Perceived ~ Actual x Context".
(1.png)
The data is skewed so I created via the formula function two new variable by logging both "actual" vs. "perceived". I then created a new graph and saved the script as " Graph - Ln(Perceived ) ~ Ln(Actual) x Context".
(2.png)
This new figure gives me the shape I want but the axes are not interpretable. How do I create axes that operate on the original raw numbers and create a graph that has axes like the following:
(3.png)
Basically, how do I draw a figure that logs the data of the x and y axes but presents the data in the original units, rather than log units?
Thanks.
Adrian