Skip to content

Commit

Permalink
Merge pull request JuliaPlots#115 from daschw/cornerplot
Browse files Browse the repository at this point in the history
enable tick labels in last row of cornerplot (fix JuliaPlots#114)
  • Loading branch information
Daniel Schwabeneder authored Dec 1, 2017
2 parents 7cccc75 + 8f72da2 commit e6776d0
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 e6776d0

Please sign in to comment.