Merge branch 'master' of github.com:jamblejoe/Plots.jl

This commit is contained in:
Goran Nakerst 2020-06-03 22:17:22 +01:00
commit 1b18dc24c6

View File

@ -313,7 +313,7 @@ const _plot_defaults = KW(
const _subplot_defaults = KW( const _subplot_defaults = KW(
:title => "", :title => "",
:titlelocation => :center, # also :left or :right :titlelocation => :center, # also :left or :right
:fontfamily_subplot => :match, :fontfamily_subplot => :match,
:titlefontfamily => :match, :titlefontfamily => :match,
:titlefontsize => 14, :titlefontsize => 14,