Unit 7 / 12

Data Visualization and Chart Selection: The At-a-Glance Slide

Gains:

  • Ability to choose the right chart type (line, bar, scatter, waterfall) according to the message you want to convey, with artificial intelligence support
  • Ability to print clean code/formula to produce graphics for artificial intelligence and check the output for accuracy and honesty
  • Ability to recognize misleading visualization pitfalls (broken axis, skewed scale, excessive ornamentation) and produce honest graphs

If the analysis is correct, half of it is done; The other half is explaining it to the decision maker at a glance. On average, it takes a CEO a few seconds to look at a slide; If it can't catch the message in those seconds, it doesn't matter how good the analysis is. Visualization is the bridge that turns a pile of numbers into an insight. Artificial intelligence helps build this bridge in two ways: it suggests which type of graphic fits the message and writes the code/formula to produce the graphic. But the biggest risk of visualization is honesty; An incorrectly chosen axis or scale can lie even with accurate data.

Message first, graphics later

The amateur mistake is to start with data: "I have sales data, let me make a chart." The professional approach starts with the message: "What I'm saying is that segment A brings in most of the profit. Which chart best illustrates this?" The chart type follows the message, not the message chart.

what you want to tell

suitable graphic

Avoid

change over time

line chart

3D effects

Comparison between categories

bar chart

Cake (multi-slice)

Shares of the whole (small slice)

cake/stacked bar

Cake with 6+ slices

Two variable relationship

Scatter

connecting with line

Decomposition of a sum into parts

waterfall

stacked line

Distribution/intensity

Histogram/box chart

Average odd number

If you are unsure about choosing the chart type, have the model justify the choice:

Your role: visualization consultant.My message: "[one-sentence insight]". Structure of the yield: [e.g. 12 months × 3 products, time series].Task: Suggest 2 chart types best suited for this message and data structure, write plus/minus for each and choose one with justification. Also state the chart types I should avoid and why. Don't write code yet; only choice and justification.

Tip: A pie chart only works for 2-3 slices. More than five slices cannot be read; use a sequential bar chart instead. Choosing a pie with the "show share" reflex is the most common visualization mistake.

Having artificial intelligence produce graphics

The model can write the code or formula that will produce the chart; this is faster and more repeatable than drawing by hand. But always check the generated chart for accuracy and honesty.

Your role: data visualization specialist.My message: "Product line A brings ~70% of total profit in the last 4 quarters."The data is below.Task: Suggest the type of chart that most clearly shows this message and write the rationale.Then write the Python (matplotlib) code that produces that chart.Rules:- Let the Y axis start from ZERO (do not use dashed axis).- With a colorblind friendly palette; Maximum 4 colours. - Let the chart title be an ACTION message, not a description like "Profit chart". - Add a source/date footnote.

Run the code output and visually check: does the axis start from zero, are the labels correct, is the message actually visible?

Rules of honest visualization

A chart can be misleading even with technically correct data. The three most common manipulations (often done unintentionally):

  • Dashed axis: Starting the Y axis from zero, for example 90, makes the small difference seem huge. In bar charts, the axis should always start at zero.
  • Distorted scale: Putting two graphs side by side with different scales creates false comparisons. The compared graphs must be at the same scale.
  • Excessive embellishment: 3D effects, shadows, unnecessary colors hide the message. If the "ink-to-data ratio" is low, simplify.

There is also an often overlooked rule of honesty: show uncertainty. If it's a number based on guesswork or sampling, part of honesty is to indicate the margin of error or range on the chart.

Your role: visualization ethics checker.Check the following chart (or production code) for:- Does the y-axis start at zero? If not, what is the impact?- Are the graphs compared to the same scale?- Are there unnecessary embellishments (3D, shadows, excess colors)?- Is uncertainty shown in the estimated values?- Can this graph be read in a way that misleads a viewer? Suggest concrete fixes for each problem.

Slide title = action message

The chart should not be titled "2024 Regional Sales"; This tells you what the slide shows, but not what it means. The action title carries the message of the data: "The eastern region carries the growth alone, the contraction has begun in the west." The decision maker understands the story just by reading the title; The graphic is proof. (We will deepen this principle with the storyline in unit 11.)

three mini cases

Case 1 — Truncated axis caught. A team of consultants makes a 1-point increase in customer satisfaction look like a giant leap on a graph with the Y-axis starting at 88. The senior partner realizes: "This axis is misleading, start from scratch." When corrected, the increase is seen to be small but real. If the misleading graphic went to the customer, it would create expectation disappointment in the next quarter.

Case 2 — Wrong chart type. An analyst shows the share of 9 product groups in a pie chart; slices are not read, no one understands the message. The consultant converts the same data into a sequential bar chart; It is visible at a glance that the top three products hold 80% of the share. The right type of chart extracts a much stronger message from the same data.

Case 3 — From embellishment to message. A 3D, shaded, seven-color graphic in a presentation prompts the CEO to ask "what do you mean?" It makes you say. The advisor reduces the chart to a simple image with one color, two bars, and a large action title. The message becomes clear and the meeting ends with a decision. Simplicity is not weakness, it is clarity.

Weak prompt / Strong prompt

Weak prompt:

Make a nice graph from this data.

"Beautiful" is without measure; The model produces a fancy but messageless output, perhaps with misleading axes.

Powerful prompt:

Your role: visualization expert.Message: "[one-sentence insight]". The data is below.Task: Recommend the type of chart best suited to this message, with justification; then write the production code.Rules: Y axis from zero; up to 4 colors; colorblind friendly;header action message; source footnote; If it is an estimate, show the margin of error. When finished: briefly evaluate whether there is a risk that this graph may appear misleading.

Testing the chart verbally

The quickest way to tell if a chart really works is to try to describe it in words. If you can't look at the chart and say "this image says this" in one sentence, either the wrong chart type has been chosen or too many messages have been crammed in one place. A good slide chart conveys one idea; If there are two ideas, make two charts. Another practical test is this: show the graph without a title to a colleague and ask "what do you understand from this?" ask. If your intention does not match the message it conveys, the image should be redesigned. You can also make the artificial intelligence do this: "What 2 different conclusions can someone looking at this graph draw without seeing the title?" question indicates the risks of misunderstanding the visual in advance and allows you to correct the slide before it goes to the customer.

Common mistakes

  • Starting from the data, not the message. First clarify what you mean; The chart type follows the message.
  • Broken axis. Not starting the Y axis from zero on the bar chart exaggerates the small difference; It is the most common misconception.
  • Multi-slice cake. More than 3 slices of the cake are not read; Switch to the inline bar.
  • Excessive ornamentation. 3D, shadow, unnecessary color hides the message; Keep the ink-to-data ratio low.
  • Descriptive title. A “sales chart” carries no message; Write an action title.
  • Hiding uncertainty. Not showing the margin of error in the estimated number creates false precision.

One slide, one chart, one message

The golden rule of consulting visualization is simplicity: a slide has one main chart and a single message that that chart carries. If you show the decision maker three charts and five trends at the same time, he will not remember any of them. If you really need more than one chart on a slide (e.g. before/after comparison), design them at the same scale and with the same color logic so the eye can compare easily. Color is also a means of conveying a message, not an ornament: if you show the only series you want to emphasize with a distinct color and the rest with a neutral gray, you direct the eye directly to the message. Ask the AI ​​for production code with clear instructions; Thus, the graph becomes both simple and directive:

Your role: visualization expert. The data and message are below.Task: Write Python (matplotlib) code that produces the plot.Design rules:- Show only the series to be highlighted in a prominent color; make the others neutral gray. - Up to 3 colors; color blind friendly palette.- Y axis from scratch; grid lines faded.- Title = action message; small source footnote at bottom right.- No unnecessary borders and effects (high ink-data ratio).

Caution: Visualization can lie even with accurate data. Before presenting a chart to a customer, "what would someone think if they were to see if they were trying to mislead me?" Ask the question. Honesty of axis, scale and choice is as important as accuracy of number; The responsibility lies with the consultant.

In summary

Good visualization turns analysis into decisions. AI is powerful in recommending the right chart type and writing production code; but the choice should start from the message, the graphic should follow the rules of honesty (zero axis, appropriate scale, simplicity, display of ambiguity) and the title should carry a call to action. The model produces draft graphics; It is through the supervision of the consultant that it turns into a visual that is accurate, honest and carries the message.

Application task

Choose a dataset and a one-sentence message. Get the appropriate chart type and production code with the powerful visualization prompt. Run the chart and check for honesty: is the axis zero, is the scale fair, is it sparse, is the title an action message, is uncertainty shown? Create the same data with the wrong chart type (for example, a multi-slice pie), compare the two, and write why one carries the message more clearly.

checklist

  • [ ] I selected the chart starting from the message, not the data.
  • [ ] The chart type is suitable for the relationship I want to explain.
  • [ ] Y axis starts from zero; the scale is fair.
  • [ ] I reduced the ornamentation; ink-data ratio is high.
  • [ ] The title is not a description, it's an action message.
  • [ ] I showed uncertainty in estimated numbers.
  • Does the [ ] chart "look misleading?" I passed the test.