JuliaPlots/Plots.jl

`guide` attributes are kind of undocumented

Open

#841 opened on 2017年5月18日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Julia (1,943 stars) (381 forks)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.

コントリビューターガイド