Menu

Shift labels of colorbar

Help
2013-09-09
2013-10-30
  • Petr Aleksandrov

    Is it possible to shift colorbar tick labels in order that they don't overlap with the colorbar? If I use SetTickShift, the multiplier is shifted too but I needn't it. I can send the examples but I don't know how I can attach images here.

     
  • Alexey Balakin

    Alexey Balakin - 2013-10-30

    You can shift colorbar labels as usual axis labels -- use function SetTickShift() or mgl_set_tick_shift() and change its last argument. For example, SetTickShift(mglPoint(0,0,0,0.1));

     

Log in to post a comment.