You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you pass in the ymult option to a plot, say {ymult: 3}, as well as xmult: 5, it sets the Gx.ymult to use the o.xmult value. See sigplot.js:6754 to see that it is setting Gx.ymult = o.xmult.
If you pass in the ymult option to a plot, say
{ymult: 3}, as well asxmult: 5, it sets theGx.ymultto use theo.xmultvalue. Seesigplot.js:6754to see that it is settingGx.ymult = o.xmult.