dpi

type: double, default: 96.0, 0.0

Specifies the expected number of pixels per inch on a display device.

For bitmap output, dpi guarantees that text rendering will be done more accurately, both in size and in placement.

For SVG output, dpi guarantees the dimensions in the output correspond to the correct number of points or inches.

Valid on:
  • Graphs
Note: bitmap output, svg only
Last modified June 14, 2021 : Update docsy theme (097a529)