Skip to content

Commit

Permalink
Change Axis case (#3046)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepijndevos authored Jul 6, 2023
1 parent 7a15b14 commit 83fc003
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theming.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ const MAKIE_DEFAULT_THEME = Attributes(
patchstrokewidth = 0,
resolution = (800, 600), # 4/3 aspect ratio
visible = true,
axis = Attributes(),
axis3d = Attributes(),
Axis = Attributes(),
Axis3 = Attributes(),
legend = Attributes(),
axis_type = automatic,
camera = automatic,
Expand Down

0 comments on commit 83fc003

Please sign in to comment.