Right now most of the Renderers will check units and plot data with a warning when units don't match. Further, if the data is dimensionless and the axis has units, most will render without any warning. (Dimensionless is somewhat a "don't care" flag.) This has been useful in allowing people to safely get work done without worrying about units. However the axis objects themselves will throw errors when the wrong unit is used, and maybe this should be relaxed.
Right now most of the Renderers will check units and plot data with a warning when units don't match. Further, if the data is dimensionless and the axis has units, most will render without any warning. (Dimensionless is somewhat a "don't care" flag.) This has been useful in allowing people to safely get work done without worrying about units. However the axis objects themselves will throw errors when the wrong unit is used, and maybe this should be relaxed.