larray-project / larray

N-dimensional labelled arrays in Python
https://larray.readthedocs.io/
GNU General Public License v3.0
8 stars 6 forks source link

use specific docstrings for .plot methods #948

Open gdementen opened 3 years ago

gdementen commented 3 years ago

They are currently leeched from Pandas but the behavior and supported arguments are not 100% the same. And the Pandas doctests obviously use Pandas objects. So we should rewrite them all using LArray objects. This is mostly copy-paste work so should be easy but could take some time.