Skip to content

LegendScaleActor coordinates start at custom Origin

Nicolas Vuaille requested to merge nicolas.vuaille/vtk:LegendScaleOrigin into master
  • XY_COORDINATES is now equivalent to the new, generic, COORDINATES mode, because the actor can automatically find the main axis. (instead of expecting a Z-normal viewport)
  • In COORDINATES mode, LegendScaleActor start at a custom origin (default 0,0,0). Useful to get local coordinates.

Merge request reports