I would like to plot a 1D graph with two curves that identically overlap. For example, trivially consider
Plot[Sin[x], {x, 0, 3}]
What are the best options to use to plot two overlapping $\sin$ cuves (in the same domain) such that the graphs are (to some extent) visually distinguishable so that the reader can say -- yes, these two plots are the same (for more interesting cases, though).
Thanks.


