Fix ellipse in PGFPlots.

This commit is contained in:
Patrick Kofod Mogensen 2016-05-26 21:48:21 +02:00
parent a388ec71e3
commit b591dececf

View File

@ -94,7 +94,7 @@ const _pgfplots_markers = KW(
:xcross => "x",
:utriangle => "triangle*",
:dtriangle => "triangle*",
:ellipse => "o*",
:ellipse => "*",
:rect => "square*",
:star5 => "star",
:star6 => "asterisk",