From ad51cca03c64a42871a6ff0d8556e6b600e68667 Mon Sep 17 00:00:00 2001 From: Daniel Bauer Date: Fri, 28 Sep 2018 13:11:04 +0200 Subject: [PATCH] matplotlibrc to newest version --- matplotlibrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matplotlibrc b/matplotlibrc index 1ed6cf7..71f091d 100644 --- a/matplotlibrc +++ b/matplotlibrc @@ -333,7 +333,7 @@ axes.prop_cycle : cycler('color', ['348ABD', '7A68A6', 'A60628', '467821', 'C # 467821 : green patch.facecolor: 0072B2 -axes.autolimit_mode : round_number # How to scale axes limits to the data. +axes.autolimit_mode : data # How to scale axes limits to the data. # Use "data" to use data limits, plus some margin # Use "round_number" move to the nearest "round" number axes.xmargin : .00 # x margin. See `axes.Axes.margins`