I would like to remove the numbering on the axes of the following RegionPlot. I would like to keep the tick marks but drop the numbering, I haven't figured out how to do this from the documentation.

|
I would like to remove the numbering on the axes of the following
| |||||
feedback
|
|
An even simpler way that does not require you to figure out the tick positions, is to set the tick font opacity to
Alternately, you could also use | |||||||||
feedback
|
|
FrameTicks Consider FrameTicks in the example below:
In
Note that the first | ||||
|
feedback
|
|
I don't believe this has been mentioned yet:
| |||||||||||
feedback
|
|
My preferred solution is playing with Another alternative is to change the labels to blank in
First extract the frameticks information and change the labels to blank:
Then replot or use
to get:
| |||||||
feedback
|