JuliaPlots/Plots.jl

`guide` attributes are kind of undocumented

Open

#841 opened on May 18, 2017

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (381 forks)batch import
documentationgood first issue

Repository metrics

Stars
 (1,943 stars)
PR merge metrics
 (Avg merge 3d 12h) (2 merged PRs in 30d)

Description

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.

Contributor guide