From 43be21d213f6bd6639db2a5dfd07ec1853a28456 Mon Sep 17 00:00:00 2001 From: Andreas Hilboll Date: Sat, 30 Jul 2016 09:01:05 +0200 Subject: [PATCH 1/2] Update ggplot URLs see #6859 --- examples/style_sheets/plot_ggplot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/style_sheets/plot_ggplot.py b/examples/style_sheets/plot_ggplot.py index a4fec65ce32..556d542dcfb 100644 --- a/examples/style_sheets/plot_ggplot.py +++ b/examples/style_sheets/plot_ggplot.py @@ -6,8 +6,8 @@ .. [1] http://www.huyng.com/posts/sane-color-scheme-for-matplotlib/ -.. _ggplot: http://had.co.nz/ggplot/ -.. _R: http://www.r-project.org/ +.. _ggplot: https://github.com/yhat/ggplot +.. _R: https://www.r-project.org/ """ import numpy as np From 0c01f34936ce54a64e0fb52e1ea79579b61ee1d0 Mon Sep 17 00:00:00 2001 From: Andreas Hilboll Date: Sun, 31 Jul 2016 12:35:13 +0200 Subject: [PATCH 2/2] Update plot_ggplot.py --- examples/style_sheets/plot_ggplot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/style_sheets/plot_ggplot.py b/examples/style_sheets/plot_ggplot.py index 556d542dcfb..b5777040f2a 100644 --- a/examples/style_sheets/plot_ggplot.py +++ b/examples/style_sheets/plot_ggplot.py @@ -6,7 +6,7 @@ .. [1] http://www.huyng.com/posts/sane-color-scheme-for-matplotlib/ -.. _ggplot: https://github.com/yhat/ggplot +.. _ggplot: http://ggplot2.org/ .. _R: https://www.r-project.org/ """