You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Dew.Math.Tee Namespace > Classes > MtxVecTee Class > MtxVecTee Methods > DrawIt Method > MtxVecTee.DrawIt Method (TVec, TVec, string, bool)
Dew Math for .NET
ContentsIndexHome
Example

Load data, display it.

using Dew.Math; using Dew.Math.Tee; Vector x = new Vector(0); Vector y = new Vector(0); x.LoadFromFile("xdata.vec"); y.LoadFromFile("xdata.vec"); MtxVecTee.DrawIt(x,y,"y=y(x)",false);
Copyright (c) 1999-2024 by Dew Research. All rights reserved.