logo

How to Change Axis Style in Julia Plots `framestyle`e` 📂Julia

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◁

default.png

The styles for each attribute are as follows.

▷code2◁

framestyle.png