This repository contains supplemental notes and scripts for my Medium posts on data visualizations.
When the data is very skewed, it is very hard to read on the bar chart. In order to fix it, we may take a logarithm to the data to reduce the skewness effect. This folder contains the notes and script for this Medium post.
Skewed data is more common in numeric data, and it is more likely happened on a scatterplot. We can also take a logarithm to fix this. This folder contains the notes and script for this Medium post.