The {@link org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatesPlotter} creates the parallel coordinates, represented by either a {@link org.knime.base.node.viz.plotter.parcoord.NominalParallelAxis} or a {@link org.knime.base.node.viz.plotter.parcoord.NumericParallelAxis} and determines their x position. Then the data points of the data to visualize are mapped to these coordinates. This results in a The {@link org.knime.base.node.viz.plotter.parcoord.LineInfo} for each row, which is passed to the {@link org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateDrawingPane}. The {@link org.knime.base.node.viz.plotter.parcoord.ParallelCoordinateNodeView} is necessary, since an additional menu is provided to show or hide the unhilited lines. The {@link org.knime.base.node.viz.plotter.parcoord.ParallelCoordinatePlotterProperties} let the user selected the columns of interest, adjust the line thickness and dot size and whether the dots are shown or hidden. In addition, the way how missing values are handled can be selected: