Skip to content

Resolve "FEATURE: mytool make an Ax2dPlot"

Yori Fournier requested to merge 78-Ax2dPlot into dev-tools

Closes #78

Added formatters:

  1. FormatterListToLine: transform a list into datas for a line plot
  2. FormatterArrayToLines: transform an array into datas for multi-lines plot
  3. FormatterAppendToLines: transform an column array (each column is a different dataset) into data for multi-line plot.

Added Ax2dPlots: This plot takes now over Axplot2d and Axplots2d it can take formatters and much more keywords see source.

Added the tests for the formatters and test ax2dplots in the tutorials.

Both tests and tutorials are part of the continuous integration.

Merge request reports