JuliaPlots/Plots.jl

improvements for plotattr

Open

#676 建立於 2017年2月9日

在 GitHub 查看
 (0 留言) (2 反應) (0 負責人)Julia (381 fork)batch import
good first issuevizcon

倉庫指標

Star
 (1,943 star)
PR 合併指標
 (平均合併 3天 12小時) (30 天內合併 2 個 PR)

描述

I am opening this to get comments and ideas on improvements of plotattr that looks up plot keywords from the console (added here #674). Here are some ideas:

  • write proper doc-strings for the exported functions
  • make descriptions searchable, e.g. by adding a search keyword to the no-positional-arguments method of plotattr that matches any regular expression or string to descriptions
  • identifies 'magic' arguments and how to call them
  • add some bonus info for certain attributes... like a more complete descriptions of the core series types, etc. (copied from @tbreloff's comment on the PR)
  • make it possible to search 'xlims' and get 'lims' (and other such cases)

貢獻者指南