How to Change Axis Style in Julia Plots `framestyle`e`
Overview1
The framestyle
attribute allows changing the style of the plot’s axes and border. The possible options are as follows:
:box
:semi
:axes
:origin
:zerolines
:grid
:none
Code
The default setting is :axes
.
▷code1◁
The styles for each attribute are as follows.
▷code2◁