DataGraph
Print

How to make a Multi-color Bar Graph

Make a multi-colored bar graph using DataGraph.

For this example, the graph will have categories on the x-axis, like a standard bar graph, but each bar has a different color.

Input Data

For this example, you need two columns.

  • The column on the left is a Text column.
  • The column on the right is a Number column.

Create the Graph

There is no one command for making a multi-colored bar graph with categories for axis labels. Instead, use two commands. The Bars command changes the axis to categorical. The Bar command has the flexibility to draw multi-colored bars.

Axis Labels

Start by creating a single-color bar graph using the Bars command.

  1. Highlight the text column (on left) and number column (on right) in the data table.
  2. Select Command > Add Bars or click the Bars command shortcut in the toolbar.

NOTE: Instead of using the Bars command, you could change the Axis settings. Here we suggest using the Bars command as a quick way to get the desired format.

Fill Colors

Next, add a Bar command and fill with a color scheme.

  1. Highlight the value column.
  2. Select Command > Add Bar.
  3. Expand the command.
  4. Set Fill with to ‘Color Scheme’.
  5. Set Color using to the ‘Category’ column.
  6. Select ‘Create Color Scheme’.

Now the fill color changes with each ‘Category’ based on the color scheme variable.

To access more color suggestions, click the gear menu on the color scheme variable.

Drawing Order

Because of the drawing order, the multi-colored bars are drawn above the light blue bars. You can also hide the Bars command completely.

Video Demo

Here is a one-minute video demonstration. At the end of the video, notice how the axis labels change to the numerical scale when the Bars command is Excluded.

On This Page