Dear Knimers,
sometimes I want to be able to manually set the axis limits of a plot. For example, when visually comparing different plots it is nice if they have the same axis limits. Or, sometimes it is nice to have the origin (0,0) in lower left corner. Unfortunately, the Knime plotting nodes do not seem to have a configuration option for manually setting the axis limits. Of course, I can manually scale the plots after plotting, but that is not very exact. The workaround that I found is add invisible (white) data points to opposite corners of the plot, but that only works for the Scatter Plot and if there are no real data points that fall outside these limits.
My suggestion is to have a configuration option for setting the minimum and maximum of the x and y axes of a plot; something like set_xlim and set_ylim in Python’s Matplotlib.
Or is there already a way to do this already that I missed somehow?
Best
Aswin