Hi,
When I have 2 plots stacked where 1 is (linear,linear) and the other (log,linear), the plots are no longer aligned horizontally. In fact, it seems that the 10^0 in the log plot aligns with 0.0 in the linear plot. Is there an easy way to align the plots?
Thank you,
Robbie
~~~~~~~~~~~~~
import graph;
real Freq=60.0;
real margin=5mm;
pair exp(pair x) {
return...
2009-05-15 16:25:33 UTC in Asymptote