Pyplot: fix building docs (#3775)

This commit is contained in:
t-bltg 2021-09-01 11:24:16 +02:00 committed by GitHub
parent 70b635dbe1
commit bdbe300412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ end
for k in (:linthresh, :base, :label)
# add PyPlot specific symbols to cache
_attrsymbolcache[k] = Dict{Symbol, Symbol}()
for letter in (:x, :y, :z, Symbol(""))
for letter in (:x, :y, :z, Symbol(""), :top, :bottom, :left, :right)
_attrsymbolcache[k][letter] = Symbol(k, letter)
end
end