show displays a chess figure.
handle = show(fig_name,pos,color)
A chess figure is displayed at a certain position.
Note: There are currently two sets of chess figures available.
Inputs:
Outputs:
Assume there is a global board and global layer variable defined. To display a white Knight at c3 [3 6] you would type show('N',[3 6],1).
setFiguresPosition, Knight, Chess