Software Alternatives, Accelerators & Startups

ggplot2 VS Plotly

Compare ggplot2 VS Plotly and see what are their differences

ggplot2 logo ggplot2

Application and Data, Libraries, and Charting Libraries

Plotly logo Plotly

Low-Code Data Apps
  • ggplot2 Landing page
    Landing page //
    2023-02-27
  • Plotly Landing page
    Landing page //
    2023-07-31

ggplot2 videos

Learn R: An Introduction to ggplot2

More videos:

  • Review - Review ggplot2 Line Graph Exercise
  • Review - Code-through and review of Ggplot2 in 2

Plotly videos

Create Real-time Chart with Javascript | Plotly.js Tutorial

More videos:

  • Review - Introducing plotly.py 3.0
  • Review - Is Plotly The Better Matplotlib?
  • Tutorial - Plotly Tutorial 2021
  • Review - Data Visualization as The First and Last Mile of Data Science Plotly Express and Dash | SciPy 2021

Category Popularity

0-100% (relative to ggplot2 and Plotly)
Technical Computing
100 100%
0% 0
Data Visualization
8 8%
92% 92
Data Dashboard
3 3%
97% 97
Charting Libraries
0 0%
100% 100

User comments

Share your experience with using ggplot2 and Plotly. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare ggplot2 and Plotly

ggplot2 Reviews

5 Best Python Libraries For Data Visualization in 2023
ggplot is a system for creating graphics declaratively. It’s based on the Grammar of Graphics of R programming language and is tightly integrated with Pandas. ggplot just requires you to declare how to map the variables to aesthetics and primitives to use and handles the rest automatically. Remember, ggplot is not recommended for creating highly customized graphics.
Top 8 Python Libraries for Data Visualization
Ggplot is a Python data visualization library that is based on the implementation of ggplot2 which is created for the programming language R. Ggplot can create data visualizations such as bar charts, pie charts, histograms, scatterplots, error charts, etc. using high-level API. It also allows you to add different types of data visualization components or layers in a single...

Plotly Reviews

Best 8 Redash Alternatives in 2023 [In Depth Guide]
Plotly is specifically designed for companies who want to build and deploy analytic applications like dashboards using Python, Julia, or R without needing DevOps or Javascript developers.
Source: www.datapad.io
5 Best Python Libraries For Data Visualization in 2023
Plotly is a web-based data visualization toolkit that comes with unique functionalities such as dendrograms, 3D charts, and also contour plots, which is not very common in other libraries. It has a great API offering scatter plots, line charts, bar charts, error bars, box plots, and other visualizations. Plotly can even be accessed from a Python Notebook.
Top 8 Python Libraries for Data Visualization
Plotly is a free open-source graphing library that can be used to form data visualizations. Plotly (plotly.py) is built on top of the Plotly JavaScript library (plotly.js) and can be used to create web-based data visualizations that can be displayed in Jupyter notebooks or web applications using Dash or saved as individual HTML files. Plotly provides more than 40 unique...
5 top picks for JavaScript chart libraries
Plotly is a graphing library that’s available for various runtime environments, including the browser. It supports many kinds of charts and graphs that we can configure with a variety of options.

Social recommendations and mentions

Based on our record, Plotly should be more popular than ggplot2. It has been mentiond 29 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

ggplot2 mentions (11)

  • Ask HN: What plotting tools should I invest in learning?
    For random, quick and dirty, ad-hoc plotting tasks my default is GNUPlot[1]. Otherwise I tend to use either Python with matplotlib, or R with ggplot2. I keep saying I'm going to invest the time to properly learn D3[4] or something similar for doing web-based plotting, but somehow never quite seem to find time to do it. sigh [1]: http://www.gnuplot.info/ [2]: https://matplotlib.org/ [3]:... - Source: Hacker News / 10 months ago
  • Relative frequency of letters in five-letter English words (Wordle aid) [OC]
    I got the list of five-letter words from the words package in R, created the QWERTY keyboard grid with base R and tibble, and visualized the data with geom_tile in the ggplot2 package. Source: 10 months ago
  • [OC] U.S. News & World Report Best Colleges: 2002 to 2023
    Thanks, it's an interesting idea! I definitely could implement this with scale_fill_gradientn) in ggplot2. Source: 12 months ago
  • Facts about Aaron Boone's Ejections as Manager
    I used the ggplot2 package in R to create these figures. Source: 11 months ago
  • Fueling Innovation and Collaborative Storytelling
    This might not be at the top of your list, but science fiction often presents advanced data analysis and visualization technologies. Open source data analysis tools such as Python's Pandas and R's ggplot2 have revolutionized the field, making complex data manipulation and visualization accessible to all. In the science fiction novel The Martian, astronaut Mark Watney uses a variety of data analysis and... - Source: dev.to / 12 months ago
View more

Plotly mentions (29)

  • Python equivalent to power bi/power query?
    For dashboards: - https://plotly.com/ is probably my favourite, but there are others like streamlit, voila and others... Source: 5 months ago
  • Junior Developer asked to make Saaas in first month.
    If your CEO wants you to solo build an alternative to Tableau, PowerBi, or even Plotly then consider him/her delusional. Source: 12 months ago
  • PSA: You don't need fancy stuff to do good work.
    Python's pandas, NumPy, and SciPy libraries offer powerful functionality for data manipulation, while matplotlib, seaborn, and plotly provide versatile tools for creating visualizations. Similarly, in R, you can use dplyr, tidyverse, and data.table for data manipulation, and ggplot2, lattice, and shiny for visualization. These packages enable you to create insightful visualizations and perform statistical analyses... Source: about 1 year ago
  • Wait, but I thought they were the same thing?
    I use plotly and like it a lot. It is slower though. Noticeable if you want to batch-generate a bunch of images and dump them into a folder. But that probably isn't the case most times. Source: about 1 year ago
  • Storing your data in a Plotly Dash data dashboard
    Plotly Dash is a great framework for developing interactive data dashboards using Python, R, and Javascript. It works alongside Plotly to bring your beautiful visualizations to the masses. - Source: dev.to / over 1 year ago
View more

What are some alternatives?

When comparing ggplot2 and Plotly, you can also consider the following products

Matplotlib - matplotlib is a python 2D plotting library which produces publication quality figures in a variety...

D3.js - D3.js is a JavaScript library for manipulating documents based on data. D3 helps you bring data to life using HTML, SVG, and CSS.

GnuPlot - Gnuplot is a portable command-line driven interactive data and function plotting utility.

Chart.js - Easy, object oriented client side graphs for designers and developers.

Bokeh - Bokeh visualization library, documentation site.

Highcharts - A charting library written in pure JavaScript, offering an easy way of adding interactive charts to your web site or web application