Module rstk::chart

source ·
Expand description

Plotchart wrapper - draws different kinds of charts on a canvas.

For more complete descriptions, see the original plotchart documentation.

Re-exports

Modules

  • Bar chart - choice of display with vertical or horizontal bars.
  • Box plot - choice of display with vertical or horizontal bars.
  • Gantt chart - displays information against a time line.
  • Histogram - a bar chart where area, not height, represents frequency.
  • Isometric plot - draws circles/rectangles to true dimensions.
  • Pie chart - display data as slices of a circle.
  • Plotchart - common enums and methods for all charts.
  • Polar plot - plots points along a circular axis.
  • Radial chart - plots points along a circular axis.
  • Right axis - adds a right-hand axis to an xy-style chart.
  • Status timeline - displays information against a time line like a horizontal bar chart.
  • Ternary diagram - displays ratios of three quantities within an equilateral triangle.
  • 3D bar chart - bar chart with 3D-like display and backdrop.
  • 3D plot - draws points across three axes
  • 3D ribbon plot - draws a line on x-y plot, but with 3D appearance.
  • Time chart - displays information against a time line.
  • TX Plot - a chart for displaying 2D data, where the x-axis represents time.
  • XY Plots - a set of charts for displaying 2D numeric data.