Skip to content

Commit

Permalink
Use outside tick marks for filled contour plots
Browse files Browse the repository at this point in the history
  • Loading branch information
jheinen committed Jul 31, 2024
1 parent 3c5ccd1 commit 748e71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jlgr.jl
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ function draw_axes(kind, pass=1, plt=plt[])
else
charheight = max(0.018 * diag, 0.012)
GR.setcharheight(charheight)
if kind === :heatmap || kind === :nonuniformheatmap || kind === :shade
if kind === :heatmap || kind === :nonuniformheatmap || kind === :shade || kind === :contourf
ticksize = -ticksize
if kind === :shade
drawgrid = false
Expand Down

0 comments on commit 748e71f

Please sign in to comment.