Hello and thanks for checking out the post.
I have here a few lines of very simple code.
Rexp = {.21, .25, .3};
texp = {0, 1000, 2000};
ListLinePlot[{texp, xexp}]
This graph is just a simple line based on the numbers of text and xexp. All I want to do is switch their axis. Right now the texp is on the Y axis and the xexp is on the X axis. How do you switch them so that I may be able to use 'Show[]' to put two plots on one graph. Would someone be able to tell me how to do this?
I have looked everywhere I could for a solution, but I can't find anything.
Thanks,
Vardo