Skip to content

vtkLegendScaleActor & vtkNumberToString improvements

vtkLegendScaleActor has been improved in several ways:

  • The axes appearance can be configured using a vtkProperty2D
  • In non-adjusted mode, the number of horizontal and vertical ticks can be configured
  • Label values can be formatted using fixed-point or scientific notation in addition to the default formatting

In addition, vtkNumberToString now supports using scientific and fixed-point notation with a given number of digits after the decimal point. vtkNumberToString has been moved from module IO/Core to Common/Core.

Edited by Louis Gombert

Merge request reports