• 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

R

Direct Labeling on line plots with geomtextpath

datavizpyr · December 17, 2021 ·

Directly Labelling on Density plot

Labeling a plot greatly help understand the gist of a plot easily. ggplot2 offers a number of ways to add text labels to a plot. Often directly adding the labels on a plot instead of having a legend is a better option. The R package, geomtextpath, a ggplot2 extension package … [Read more...] about Direct Labeling on line plots with geomtextpath

Filed Under: ggplot2, R Tagged With: direct labeling ggplot2, ggplot2 extension

Remove Legend Title in ggplot2 (labs, guides, theme)

datavizpyr · December 6, 2021 ·

How to Remove Legend Title ggplot2

In this tutorial, you’ll learn four easy ways to remove legend titles in ggplot2 using scale_fill_discrete(), scale_fill_manual(), guides() with guide_legend(), and theme(legend.title = element_blank()). Each method works slightly differently depending on whether your legend … [Read more...] about Remove Legend Title in ggplot2 (labs, guides, theme)

Filed Under: ggplot2, R Tagged With: remove legend title ggplot2

Visualizing Stock Return of a Company Over Time with Barplots

datavizpyr · December 4, 2021 ·

Coloring Barplots Based on Sign: Stock Return

In this tutorial, we will learn how to visualize a company’s stock return over time. A stock's return is defined as the capital gains/losses and income from dividend. We will use the adjusted stock price to compute the nominal return using the fantastic tidyquant R … [Read more...] about Visualizing Stock Return of a Company Over Time with Barplots

Filed Under: ggplot2, R Tagged With: Stock Return Barplot

Adding and Troubleshooting Text Annotations on a plot with ggplot2

datavizpyr · November 10, 2021 ·

Illustrating Text Annotation Troubles

Adding text annotations to a plot can greatly help understanding a plot better. In this tutorial, we will learn couple of examples of adding text annotations to a scatter plot with three groups of samples. First we see couple of examples of what might typically go wrong while … [Read more...] about Adding and Troubleshooting Text Annotations on a plot with ggplot2

Filed Under: ggplot2, R Tagged With: add text annotation with annotate()

Visualizing Stock Price of a Single Company Over Time

datavizpyr · November 5, 2021 ·

Month Name and Year with scale_x_date in ggplot2

In this tutorial, we will learn how to visualize a company's stock price over time. Stock data is an example of time series data, where we have stock price of a company for a period of time. First, we will learn how to get stock price for a company of interest and use ggplot2 to … [Read more...] about Visualizing Stock Price of a Single Company Over Time

Filed Under: ggplot2, R Tagged With: Stock Price Over Time, Time Series Plot ggplot2

  • « Go to Previous Page
  • Page 1
  • Interim pages omitted …
  • Page 13
  • Page 14
  • Page 15
  • Page 16
  • Page 17
  • Interim pages omitted …
  • Page 37
  • 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