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