Pyplot: fix building docs (#3775)
This commit is contained in:
parent
70b635dbe1
commit
bdbe300412
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user