| Author |
Comment/Response |
Janko
|
05/18/04 08:37am
Hello!
I would like to Show two figures, each with Epilog:
a = Plot[t, {t, 0, 1}, Epilog -> {PointSize[0.03], Point[{0, 0}]}]
b = Plot[1 - t, {t, 0, 1}, Epilog -> {PointSize[0.03], Point[{0, 1}]}]
Show[{a, b}]
When I do this only the epilog of the first figure is shown.
Does anybody know a way to show epilogs of all figures?
URL: , |
|