MuPAD Pro Computing Essentials, 2nd Edition

Example 6.7 Exploring canvas properties

 
export(plot, Circle2d, Function2d, Scene2d):
 
C1 := Circle2d(1, [2,3]):
C2 := Function2d(sin(x), x = 0.. PI):
C3 := Scene2d(C1, C2, BackgroundColor = [0.8, 0.8, 0.8]):
C4 := Scene2d(C1, BackgroundColor = [0.7, 0.7, 0.7]):
 
plot(C3,C4)
 

plot(C3, C4, LineColor = [1,1,1], LineWidth = 0.7)
 
 
 
plot(C1, C2, C3)
 

© Miroslaw Majewski, Abu Dhabi,  Update  26-10-2004