Use properties for outputs?

Issue #143 closed
Joshua Anderson created an issue

The canonical way of getting output from a compute in freud is getRDF(), getR(), etc.... We could make the syntax a little more pythonic with properties. i.e.

rdf = freud.density.rdf(...)
rdf.accumulate(...)
pyplot.plot(rdf.R, rdf.rdf)

Comments (1)

  1. Log in to comment