New to the forum, not really sure on protocol, but this is worth a shot.
I'm using gri to simply make a set of line graphs, but I'm having trouble removing the x axis labels. I have the graphs stacked on top of one another, but I can't seem to get the x axis labels to go away. I used "set x axis labels" line pretty much everywhere I could think of, but it didn't work. Did I interpret the commands docs wrong and just don't know the right way to use this line?
Thanks for the help guys.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
New to the forum, not really sure on protocol, but this is worth a shot.
I'm using gri to simply make a set of line graphs, but I'm having trouble removing the x axis labels. I have the graphs stacked on top of one another, but I can't seem to get the x axis labels to go away. I used "set x axis labels" line pretty much everywhere I could think of, but it didn't work. Did I interpret the commands docs wrong and just don't know the right way to use this line?
Thanks for the help guys.
Try as below:
read columns x y
0.05 12.5
0.25 19
0.5 15
0.75 15
0.95 13
set x name ""
set x format ""
draw curve