Hi all,
I am new to JSL. I am creating a contour plot using graph builder as follows:
out << Graph Builder(
Show Control Panel( 0 ),
Size( 1301, 847 ),
Set α Level( 0.1 ),
Variables( X( :t ), Y( :f ), Color( :p ) ),
Elements( Contour( X, Y, Legend( 2 ), Number of Levels( 10 ), Smoothness( 0.0115027054779012 ) ) )
);
What would be the equivalent code if I want to replace Graph Builder with Graph Box and t,f,p are matrices?