Re: [matplotlib-devel] "cached" member of Text class appearing in docs

2013-09-24 Thread Michael Droettboom
Thanks for pointing that out. I think that's one is a little more debatable -- it does have some use to document. Mike On 09/23/2013 08:11 PM, Federico Ariza wrote: > I don't know if this is related but > http://matplotlib.org/api/artist_api.html?highlight=drawstyle#matplotlib.lines.Line2D.line

Re: [matplotlib-devel] "cached" member of Text class appearing in docs

2013-09-23 Thread Federico Ariza
I don't know if this is related but http://matplotlib.org/api/artist_api.html?highlight=drawstyle#matplotlib.lines.Line2D.lineStyles seems a similar kind of problem Thanks Federico On Mon, Sep 16, 2013 at 2:14 PM, Michael Droettboom wrote: > Wow. It definitely should be private, or at the very

Re: [matplotlib-devel] "cached" member of Text class appearing in docs

2013-09-16 Thread Michael Droettboom
Wow. It definitely should be private, or at the very least excluded from the docs, through whatever mechanism Sphinx gives us. I really hope no one is using that as a public API -- I think it's ok to just privatize this post haste without a deprecation period. Mike On 09/16/2013 12:39 PM, B