I used to, I compared the output of two functions using python and matplotlib. The result was just as simple since building with matplotlib is pretty simple: I just built two arrays with different markers. Piece of cake.
Now I am having the same problem, but now I have many pairs of curves for comparison. At first I tried to sketch everything with different colors and markers. This did not satisfy me, since the ranges of each curve are not exactly the same. In addition to this, I quickly ran out of colors and markers that were different enough for identification (RGBCMYK, after that the custom colors resemble any previous ones).
I also tried to fit each pair of curves, getting a window with many graphs. Too many people. I tried one window per plot, too many windows.
So, I'm just wondering if there is any existing widget, or if you have any suggestion (or other idea) to accomplish this:
I want to see a couple of curves and then easily select the following: with a slider, button, mouse scroll, or any other widgets or events. By changing the curves, the previous one should disappear, the legend should change and its axis.
source
share