JuliaPlots/Plots.jl

`guide` attributes are kind of undocumented

Open

#841 建立於 2017年5月18日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Julia (1,943 star) (381 fork)batch import
documentationgood first issue

描述

The guide attributes, xguide, yguide, and zguide do not show up on the attributes page. Interestingly, the label versions, like xlabel do. This makes it seem like xlabel is the true attribute. However, the label attributes are actually just aliases for the guide attributes. This can lead users to subtle issues, like https://github.com/JuliaPlots/Plots.jl/issues/840 .

The fix is to add a table to the docs which explains the guide attributes, along with naming its aliases.

貢獻者指南