Skip to content

Commit

Permalink
enable tick labels in last row
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Schwabeneder committed Dec 1, 2017
1 parent 7cccc75 commit 8f72da2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cornerplot.jl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
linecolor --> Plots.fg_color(plotattributes)
grid --> true
ticks := nothing
formatter := v->""
xformatter := x -> ""
yformatter := y -> ""
link := :both
grad = cgrad(get(plotattributes, :markercolor, cgrad()))

Expand Down

0 comments on commit 8f72da2

Please sign in to comment.