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 = [ ]".
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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 = [ ]".
The idea behind the
grid=[3,3]
form was to allow the user to introduce minor tics.Is there a way to use "grid = [ ]" and then make the gridlines invisible or change their color?
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