Toan Hoang

Circular Jitter Plots in Tableau

Yes, I have been experimenting with Jitter Plots recently, and created the following Circular Jitter Plot in Tableau; this type of chart does create a distinct and unique look, so I hope you have fun with this data visualisation.

Note: This is an alternative type of data visualisation, and sometimes pushed for by clients. Please always look at best practices for data visualisations before deploying this into production.

Version: This tutorial was created in Tableau Desktop 2019.2.

Data

Load the following data into Tableau Desktop / Public.

Note: The following is orders tab of the Tableau provided Sample – EU Superstore.xls

Calculated Fields

With our data set loaded into Tableau, we are going to create the following Calculated Fields:

Index

INDEX()-1

Random

RANDOM()

Note: RANDOM() is an undocumented function, so this should not be used for production reporting, but definitely for fun.

X

SIN(RADIANS([Index]))*[Random]

Y

COS(RADIANS([Index]))*[Random]

Yep, not too many Calculated Fields, but we will not build our worksheet.

Worksheet

We will now build our first worksheet:

If all goes well, you should end up with the following:

Now we will edit the cosmetics of your visualisation.

You want to see the following:

Variation 1

Drag Category onto Columns, add some additional information to have the following:

Variation 2

Edit the Random function to be:

RANDOM()+0.5

You should see the following:

Variation 3

Edit the Index function to be:

(INDEX()-1)%270

You should see the following:

Variation 4

Now we are just going to get silly…

Change Index to:

(INDEX()-1)%360

Change Random back to:

RANDOM()

Now we will update our visualisation:

You should see the following:

Yep, we have put a Jitter Plot underneath a Sin Curve; fun huh… and with that, we are done with our Jitter plots. I really like this type of visualisation and will experiment further. You can find my version on Tableau Public here:
https://public.tableau.com/profile/toan.hoang#!/vizhome/CircularJitterPlot/CircularJitterPlot

Summary

I hope you all enjoyed this article as much as I enjoyed writing it and as always do share the love. Do let me know if you experienced any issues recreating this Visualisation, and as always, please leave a comment below or reach out to me on Twitter @Tableau_Magic.

If you like our work, do consider supporting us on Patreon, and for supporting us, we will give you early access to tutorials, exclusive videos, as well as access to current and future courses on Udemy:

Also, do be sure to check out our various courses:

Exit mobile version