Although drawing works sufficiently well, there are a few issues with drawing:
- Under Windows, the plot always flashes: it is first drawn with thin lines (default?), then redrawn with thick lines. Cause is unknown, but seems to happen only under Windows.
- To keep things simple, we use Matlab's standard "plot" instead of our self-written "plot_color" for the while being. Make a decision if we want to try out plot_color() at all.
When trying to visualize reduced densities (1D or 2D, 'wave' or 'traj'), there occurs a problem under Octave that has to do with the 'subplot' command. Probably Octave doesn't like the mixing the 'col row index' and the 'Position' syntay of that command.
Diff:
Diff: