Menu

How Can You Create Minor Tick Marks

2020-08-28
2020-08-31
  • CuriousSpider

    CuriousSpider - 2020-08-28

    How do I create unlabeled minor tick marks in "draw2d( )"? I've noticed that when I use "grid = [ ]" it creates minor tick marks as a side effect, but I want to have minor tick marks without using "grid = [ ]".

     
  • Gunter Königsmann

    The idea behind the grid=[3,3] form was to allow the user to introduce minor tics.

     
  • CuriousSpider

    CuriousSpider - 2020-08-28

    Is there a way to use "grid = [ ]" and then make the gridlines invisible or change their color?

     
  • CuriousSpider

    CuriousSpider - 2020-08-31

    I found a way to do what I wanted. You can use user_preamble = "set mxtics 2; set mytics 2" to set up minor tic marks through gnuplot.

     

    Last edit: CuriousSpider 2020-08-31