Making good plots for a research paper means creating figures that communicate your findings clearly, honestly and at a glance, so a reader understands the point without wading through the surrounding text. A strong plot is not decoration: it is an argument made visually. The best figures choose the right chart type for the data, remove everything that does not help, and label every element so the graphic can stand on its own. Good plots reward the reader’s attention, while cluttered or misleading ones undermine trust in your whole paper.
The guiding principle is simple. Before you draw anything, decide the single message each figure should deliver, then build the plot backwards from that message.
Choose the right chart for your data
Matching the chart type to the kind of comparison you want to show is the first and most important decision. A well-chosen chart makes the pattern obvious, while a poorly chosen one hides it. Common pairings include the following.
- Line charts for trends over time or a continuous variable.
- Bar charts for comparing values across distinct categories.
- Scatter plots for relationships between two continuous variables, ideal when discussing correlation.
- Histograms or box plots for showing the distribution and spread of a single variable.
Resist the temptation to use three-dimensional effects, pie charts with many slices, or dual axes that squeeze unrelated series together. These often distort proportions and confuse readers. When in doubt, the plainer option almost always communicates more reliably. Deciding which visual best expresses a result is really part of your data analysis, so choose the chart while you are still interpreting the numbers, not as an afterthought.
Design for clarity
Once you have the right chart type, thoughtful design turns it into a genuinely good plot. The aim is a high ratio of information to ink, meaning every mark on the figure should earn its place.
- Label everything. Give both axes a title and units, and add a clear, informative caption. A reader should grasp the figure without hunting through the body text.
- Simplify. Remove heavy gridlines, background shading and unnecessary borders. Let the data stand out against clean white space.
- Use colour purposefully. Colour should encode meaning, not entertain. Choose a palette that remains distinguishable for readers with colour vision deficiency, and that still works when printed in greyscale.
- Keep text legible. Fonts must stay readable at the final printed size, so avoid tiny labels that vanish once the figure is scaled into a column.
- Be consistent. Use the same colours, fonts and styles across all figures so the paper feels like one coherent piece of work.
A quick test is to show the figure to someone unfamiliar with your study. If they can state the main message within a few seconds, the design is working.
Keep your plots honest
Good plots are accurate as well as attractive, and academic integrity depends on this. The most common way figures mislead is by starting a bar chart’s axis somewhere other than zero, which exaggerates small differences. Truncating axes, cherry-picking a flattering time window, or hiding variability all distort the story your data actually tells.
To keep figures trustworthy, start bar-chart axes at zero, show uncertainty where it exists through error bars or confidence intervals, and report the sample size in the caption. Never let a design choice imply a pattern the data does not support. Markers and reviewers are trained to notice these tricks, and an honest, modest figure is far more persuasive than an inflated one.
Practical tips for students
A few habits make the whole process smoother, especially under a deadline. Number your figures in the order they are discussed, and refer to each one explicitly in the text, for example by writing “as shown in Figure 2”. Follow your referencing style, such as APA 7 or Harvard, for figure titles and captions, and check your university’s guidelines, since many Australian faculties specify formatting for figures and tables. If you reproduce or adapt a figure from another source, cite it properly to avoid a plagiarism issue.
On the tools themselves, spreadsheet software is fine for straightforward charts, while packages such as R with ggplot2 or Python with matplotlib give you finer control for more complex work. Whatever you use, export figures at a high resolution so they stay crisp in the final document. When you write the surrounding research paper, remember that a figure supports your argument but does not replace it, so always interpret in words what the plot shows rather than leaving the reader to guess.
In summary, good plots for a research paper are the ones that pick the right chart, strip away clutter, label everything clearly, and present the data honestly. Start each figure from the message you want to send, design it so that message is unmistakable, and your visuals will strengthen your findings instead of distracting from them.