What are the arrangement issues that arise with respect to three-dimensional plots?

What will be an ideal response?

It would have been better to state this more generally as “What are the issues
. . . ,” since selection, as well as arrangement plays a key issue in displaying a
three-dimensional plot.
The key issue for three dimensional plots is how to display information so

that as little information is obscured as possible. If the plot is of a two-
dimensional surface, then the choice of a viewpoint is critical. However, if the
plot is in electronic form, then it is sometimes possible to interactively change
the viewpoint to get a complete view of the surface. For three dimensional
solids, the situation is even more challenging. Typically, portions of the
information must be omitted in order to provide the necessary information.
For example, a slice or cross-section of a three dimensional object is often
shown. In some cases, transparency can be used. Again, the ability to change
the arrangement of the visual elements interactively can be helpful.

Computer Science & Information Technology

You might also like to view...

Answer the following statements true (T) or false (F)

1. The computer is a tool used by so many professionals that it cannot be easily categorized. 2. Without programmers, the users of computers would have no software, and, without software, computers would not be able to do anything. 3. The contents of a variable cannot be changed while the program is running. 4. Java source files end with the .class extension. 5. When an object's internal data is hidden from outside code and access to that data is retricted to the object's methods, the data is protected from accidental corruption.

Computer Science & Information Technology

A label control used to display output should use which of the following BorderStyle settings?

A. FixedSingle B. Fixed3D C. No BorderStyle (None) D. Sizable

Computer Science & Information Technology