Learn English – Word for “make visually intuitive”

single-word-requeststerminologyverbsword-choice

There is an art/science to turning data from a collection of numbers on a page into something that the mind can understand through the brain's ability to recognize patterns with the different senses. For example, associating numbers or letters with specific sounds can enable a human to listen to the data as "music" and hear auditory patterns. There is a word for the act of translating the numbers into sound (that is just an example, not my question). Similarly, numbers can be represented visually, such as in a graph, so that humans can recognize the numerical patterns through sight. I'm looking for the word that means translate numbers into a visually recognizable form.

Like a song that you can't get out of your head, I keep thinking I have seen the word "visualize" used in the sense of "make visually intuitive for other people", but I'm pretty sure that's not a recognized usage of the word. "Illustrate" is not the word I'm thinking of. That has a meaning more related to "make pretty" or "clarify with an example".

Edit: "Chart" or "graph" (verbs) are similar to the kind of word I'm looking for, but they refer to a specific type of representation. I'm looking for a more general term that applies to translating into any visually recognizable form.

Best Answer

In computer science and graphics, there is rendering. You are basically converting raw data into an image but there are other technical details of course.

To convert (graphics) from a file into visual form, as on a video display.

http://www.thefreedictionary.com/render

A more detailed explanation:

Rendering is the process of generating an image from a 2D or 3D model (or models in what collectively could be called a scene file), by means of computer programs. Also, the results of such a model can be called a rendering. A scene file contains objects in a strictly defined language or data structure; it would contain geometry, viewpoint, texture, lighting, and shading information as a description of the virtual scene.

http://en.wikipedia.org/wiki/Rendering_%28computer_graphics%29

Though visualization is the general concept and rendering can be a part of it.

Using the computer to convert data into picture form. The most basic visualization is that of turning transaction data and summary information into charts and graphs. Visualization is used in computer-aided design (CAD) to render screen images into 3D models that can be viewed from all angles and which can also be animated.

http://www.computerlanguage.com/

More specifically, there is data visualization:

Data visualization or data visualisation is viewed by many disciplines as a modern equivalent of visual communication. It involves the creation and study of the visual representation of data, meaning "information that has been abstracted in some schematic form, including attributes or variables for the units of information".

http://en.wikipedia.org/wiki/Data_visualization

I can also say that the verb visualize is not uncommon in technical contexts for the sense that you mention.