MATLAB: Different colors for axes tick label and axes ticks

axes labelquivertick labelstick marks

Is there a way to set the tick marks and axis lines as white but keep the tick labels as black. I'm using the quiverc function from the the Matlab file exchange which automatically set the axes as white and the axes and figure backgrounds as black but I'd like to keep the tick labels as black also.
Thanks

Best Answer

Not unless it can be done at the java level.
You might want to look at the File Exchange contribution plt() which is more configurable.