Candlestick charts are often used to show the trend of stock prices. A single candlestick can indicate four prices, which are the highest price, the opening price, the closing price, and the lowest price.
Box Plots and Violin Plots are statistical charts that can well represent the distribution of data. In this article, we will introduce how to use Python’s Matplotlib, Seaborn, and Plotly Express packages to draw box plots and violin plots.
Pie/donut/sunburst charts are often used to describe the relative relationship between quantities or percentages. We will introduce how to draw a pie chart using Python’s Matplotlib and Plotly Express package.
Heatmaps are often used to display the correlation coefficient of data. In this article, we will introduce how to use Python’s Matplotlib, Seaborn, and Plotly Express packages to draw heatmaps.