diff --git a/.zenodo.json b/.zenodo.json index ed327ba64..8e98373f7 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -760,6 +760,11 @@ "name": "Ryan Young", "orcid": "0000-0002-9454-2876", "type": "Other" + }, + { + "name": "Alexander Von Moll", + "orcid": "0000-0002-7661-5752", + "type": "Other" } ], "upload_type": "software" diff --git a/src/backends/pgfplotsx.jl b/src/backends/pgfplotsx.jl index e69ba562d..b9e7da231 100644 --- a/src/backends/pgfplotsx.jl +++ b/src/backends/pgfplotsx.jl @@ -1021,6 +1021,8 @@ function pgfx_add_annotation!( Options( get((hcenter = "", left = "right", right = "left"), val.font.halign, "") => nothing, + get((vcenter = "", top = "below", bottom = "above"), val.font.valign, "") => + nothing, "color" => cstr, "draw opacity" => float(alpha(cstr)), # float(...): convert N0f8 "rotate" => val.font.rotation,