From 776fe25cebfa347443306c1d209426674b073e9c Mon Sep 17 00:00:00 2001 From: TomAugspurger Date: Mon, 2 Mar 2015 22:04:22 -0600 Subject: [PATCH] DOC: Fixup image size --- doc/source/whatsnew/v0.16.0.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/source/whatsnew/v0.16.0.txt b/doc/source/whatsnew/v0.16.0.txt index e9f2dcf86e6a3..1550527706a9e 100644 --- a/doc/source/whatsnew/v0.16.0.txt +++ b/doc/source/whatsnew/v0.16.0.txt @@ -67,6 +67,7 @@ calculate the ratio, and plot .plot(kind='scatter', x='SepalRatio', y='PetalRatio')) .. image:: _static/whatsnew_assign.png + :scale: 50 % See the :ref:`documentation ` for more. (:issue:`9229`)