How to change the style of the plot box outline without affecting axis style?
Show older comments
I'm trying to reproduce the template of my institute. We are forced to thicken the main axis (xyz) and frame the plot similar to the "box on" command. However, the box and the axis need to have different thicknesses, and its getting worse, the grid can't be used as we have different thicknesses here as well.
Drawing lines on top of the axis is no solution as the axis flip over when I rotate my viewport.
So I need 2 pt main axis, 1 pt borders and 0.5 pt grid. I already tried to find the lines via "findobj", however I was not successful. In theory the lines are there somewhere in "gca", but it depends on the actual viewport which line is what as far as I understood. I need a general solution for this.
Any help is much appreciated :)
Accepted Answer
More Answers (0)
Categories
Find more on Axes Appearance in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!