Learning>Rawgraphs 1.0

How to make a barchart (RAWGraphs 1.0)

4 min.bar charts

In this guide you’ll learn how to create bar charts to compare categories across groups. We will use a sample dataset about letters frequency in three languages: English, Italian and German.

How to make a barchart (RAWGraphs 1.0)

RAWGraphs is meant to quickly produce visualizations that are difficult to produce with other softwares. Bar chart are quite common in any visualization software: what we added is the ability to quickly create multiple bar charts sharing the same categories, and use colors to highlight part of them according to the data.

GOAL OF THE TUTORIAL: comparing the most used letters of the alphabet in three languages: english, italian and german and highlighting the top three most used letters with different colors.

01. Load your data

The first step is to load your data into RAWGraphs.

The data must contain at least two columns: one containing the name of the categories (in our case Letters), the second one containing their values (in our case Value). If you want to create multiple bar charts, a third column is required, containing the name of the group (Language). An additional optional column can be used to define each bar color (Rank).

Here you can see the dataset we are going to use:

You can also download it through the link on the left or select it directly in the app through the sample datasets. In few second you should see the green bar saying “78 records in your data have been successfully parsed!”

Note: The described dataset structure is often referred as ‘stacked’ or ‘narrow’. If you have data as wide/unstacked form, you can use the “stack/unstack” button.

02. Choose the bar chart layout

After pasting your data, scroll down and select the “bar chart” visual model.

Screen Shot 2017 02 16 at 14 22 42 e1487252570630

03. Map your dimensions

The barchart layout has four visual variables:

VARIABLE TYPE REQUIRED? MULTIPLE? DESCRIPTION
X axis string, numbers  [fa class=”fa-asterisk”] For each unique value found in the column, a group (a new bar chart) is created.
Group string, numbers For each unique value found in the column, a bar is created.
Size number Accepts only columns containing numbers. The value will define the bar height.
Color string, numbers Can accept both number and strings. A color will be defined for each unique value found in the list.

It’s time to map your data and create the visualization. On the left you have the list of dimensions in your dataset, on the right the available visual variable of the bar chart layout.

Drag and drop the dimensions as following:

  • Drag Letter into X Axis;
  • Drag Frequency into Height;
  • Drag Language into Groups;
  • Drag Rank into Color.

barchart mapped

In this way we created a bar for each letter (mapping it on the X Axis). We divided the visualization in three barcharts, one per language, mapping languages as Groups.
We defined the height of the bars mapping the frequency of each letter. Finally, we generated one color for each unique value found in the Rank column.

04. Refine and export

To reach the final results we can customize the visualization with some parameters you can find next to the visualization.
For the bar chart the options available are the following:

OPTION DESCRIPTION
width artboard width in pixels
height artboard height in pixels
vertical padding distance among bar charts, in pixel
horizontal padding distance between bars, in percentage of the size of the bar (0 = 0%, 1 = 100%)
use same scale If set, every barchart element will have the same scale
colour scale list of uniques values in the dimension mapped as “color”. If set to ordinal, you can set a color for each value. If set to linear, the app will try to find the minimum and maximum value contained in the dimension, and then creating a gradient among those two values

For the final results we have set the options as following:

  • Horizontal padding to 0.05
  • Flag use the same scale
  • Change the colors according to this palette. Copy and paste the hex codes as following: for “1”,  #DD5F12. For “2”, #E8A264. For “3”, “#FFE1AB”. For “others”, “#D3E1EE”. When you define a color using its hexadecimal code, remember always to put the hash symbol # before the number

Here is the finished chart. You can export it in svg or png using the download function at the bottom of the page.

barchart options

How to cite this guide

"How to make a barchart (RAWGraphs 1.0)", by RAWGraphs Team. Licensed under CC BY-NC-SA 4.0. Accessed: November 08, 2021, from undefined

Copy to clipboard

Have you bumped into any issue while using the app?