Menu

Removing X axis labels

Help
jpokeefe
2007-04-11
2013-04-24
  • jpokeefe

    jpokeefe - 2007-04-11

    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.

     
    • Dan Kelley

      Dan Kelley - 2007-04-12

      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

       

Log in to post a comment.

MongoDB Logo MongoDB