fix commata

This commit is contained in:
Simon Christ 2020-03-19 11:36:31 +01:00
parent 42f9791d75
commit daed497450

View File

@ -607,7 +607,7 @@ const _pgfplotsx_legend_pos = KW(
:top => "north",
:bottom => "south",
:left => "west",
:right => "east"
:right => "east",
:bottomleft => "south west",
:bottomright => "south east",
:topright => "north east",
@ -615,7 +615,7 @@ const _pgfplotsx_legend_pos = KW(
:outertop => "north",
:outerbottom => "outer south",
:outerleft => "outer west",
:outerright => "outer east"
:outerright => "outer east",
:outerbottomleft => "outer south west",
:outerbottomright => "outer south east",
:outertopright => "outer north east",