Pie Charts in matplotlibLet’s create a very simple pie chart using the Python library matplotlib. There is however some controversy with […] March 7, 2024 in Python tagged chart / title / dataset / dataframe / matplotlib / pyplot / pie / explode / exploding / Matplotlib by Mike
Random Histogram in MatplotlibDo you want to become more familiar with producing histograms in the matplotlib library of Python? I created […] March 6, 2024 in Python tagged visualization / chart / python / histogram / matplotlib / Matplotlib by Mike
Groupby Multiple ColumnsHow do you take a pandas DataFrame of data (dataset) and produce a multi-column bar chart? You can […] August 4, 2023 in Python tagged aggregate / groupby / column / seaborn / chart / matplotlib / bar / barplot / graph / group / by / plot / pandas / Pandas EDA Structuring by Mike
Histograms in MatplotlibMatplotlib is a library in Python language. In order to write this blog post I created a new […] July 30, 2023 in Python tagged chart / graph / histogram / plot / Matplotlib by Mike
EDA Presenting with PandasExploratory Data Analysis (EDA) has six main practices. The six main practices of EDA are discovering, structuring, cleaning, […] July 18, 2023 in Python tagged chart / graph / presenting by Mike
Matplotlib Library IntroductionMatplotlib is a low level graph plotting library in python that serves as a visualization utility. Matplotlib was […] April 25, 2023 in Python tagged introduction / chart / graph / python / plot / plt / matplotlib / Matplotlib by Mike
Saving Plots in ggplot in RCommunicating your work is an important step in your work as an analyst. There are other methods for […] March 14, 2023 in R Language tagged plot / graphic / chart / graph / save / R by Mike
Facets in ggplot in RWe can use the ggplot2 facet functions to display our data in new ways. Facet functions let you […] March 14, 2023 in R Language tagged separate / plot / subset / plots / category / chart / R / R ggplot by Mike
Introduction to ggplot in RThe ggplot2 package lets you make high-quality, customizable plots of your data. ggplot2 is based on the grammar […] March 13, 2023 in R Language tagged chart / graph / R / viz / ggplot / plot / R ggplot by Mike
The McCandless MethodThe McCandless method of data visualization and presentation is a set of guidelines for presentations by David McCandless. […] March 5, 2023 in PowerPoint tagged data / visualization / presentation / communication / chart / graph by Mike
Tableau Dashboard IntroductionAre you interested in creating a dashboard in Tableau? I will create a fairly simple interactive dashboard in […] March 3, 2023 in Data Visualization tagged Tableau / dashboard / visualization / introduction / chart / EIS / Dashboards by Mike
Design ThinkingDesign thinking is a process used to solve complex problems in a user-centric way. It uses empathy for […] February 26, 2023 in Data Visualization tagged design / visualization / chart / thinking by Mike