• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

Data Viz with Python and R

Learn to Make Plots in Python and R

  • Home
  • Seaborn
  • Matplotlib
  • ggplot2
  • Altair
  • About
    • Privacy Policy
  • Visualizing Activation Functions in Neural Networks
  • Confusion Matrix Calculator
  • Visualizing Dropout Rate in Neural Network
  • Visualizing Loss Functions in Neural Networks
  • Show Search
Hide Search

datavizpyr

How to Order Months Chronologically in ggplot2 (Fixing Alphabetical Sort)

datavizpyr · November 21, 2024 ·

Arranging months in right order with ggplot2

One of the most common frustrations for R beginners is plotting time-series data. You create a beautiful bar chart, but ggplot2 places April before January. Why does this happen? By default, R treats text variables (character strings) alphabetically. Since "A" comes before … [Read more...] about How to Order Months Chronologically in ggplot2 (Fixing Alphabetical Sort)

Filed Under: ggplot2, R Tagged With: arrange months in right order

How to make axis tick label bold

datavizpyr · October 5, 2024 ·

Make X-axis Tick Labels Bold in ggplot2 with element_text()

In this tutorial, you'll learn how to make axis tick labels bold in ggplot2 using the theme() function. Axis tick labels are the text that appears below x-axis and beside y-axis tick marks. Bold axis labels improve chart readability and make your data visualizations more … [Read more...] about How to make axis tick label bold

Filed Under: ggplot2, R Tagged With: make axis tick labels bold

How to make Donut plot with ggplot2

datavizpyr · September 28, 2024 ·

How to make a Donut plot

In this tutorial, we will learn how to make a donut plot in R using ggplot2. Donut plot is nothing but a bar plot, reshaped into pie-chart, and then adding a hole at the center to make it look like a donut. We will learn these in step by step manner to understand making Donut … [Read more...] about How to make Donut plot with ggplot2

Filed Under: ggplot2, ggplot2 coord_polar(), R Tagged With: Donut plot with ggplot2

How to change axis tick label size in ggplot2

datavizpyr · September 21, 2024 ·

Changing axis tick label size (both x & y) in ggplot2 with theme() and element_text()

Are your ggplot2 axis tick labels too small to read in presentations, reports, or publications? Don’t worry—you’re not alone. In this step-by-step tutorial, you’ll learn how to change axis tick label size in ggplot2 using theme(), element_text(), and other customization options. … [Read more...] about How to change axis tick label size in ggplot2

Filed Under: ggplot2, ggplot2 element_text(), R Tagged With: change axis tick label size ggplot2

How to make rolling mean line plot of stock data

datavizpyr · September 16, 2024 ·

Time Series Line Plot with Stock Data

Want to smooth out erratic stock price fluctuations and spot the underlying trend? In this tutorial, you’ll learn how to compute and visualize a rolling mean (moving average) of stock prices in R using tidyquant, zoo package's rollmean(), and ggplot2. We’ll fetch Nvidia (NVDA) … [Read more...] about How to make rolling mean line plot of stock data

Filed Under: ggplot2, R Tagged With: moving average time series plot

  • « Go to Previous Page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Interim pages omitted …
  • Page 55
  • Go to Next Page »

Primary Sidebar

Python & R Viz Hubs

  • Seaborn Guide & Cookbook
  • ggplot2 Guide & Cookbook
  • Matplotlib Guide & Cookbook
  • Confusion Matrix Calculator
  • Visualizing Activation Functions
  • Visualizing Dropout
  • Visualizing Loss Functions

Buy Me a Coffee

Copyright © 2026 · Daily Dish Pro on Genesis Framework · WordPress · Log in

Go to mobile version