Skip to content
This repository has been archived by the owner on Sep 23, 2019. It is now read-only.

propagate documentation for basic functions at module level #10

Open
yarikoptic opened this issue May 20, 2013 · 6 comments
Open

propagate documentation for basic functions at module level #10

yarikoptic opened this issue May 20, 2013 · 6 comments
Assignees

Comments

@yarikoptic
Copy link
Contributor

ATM

In [6]: galry.plot?
Type:       function
String Form:<function plot at 0x41e6320>
File:       /home/yoh/deb/perspect/galry/galry/pyplot.py
Definition: galry.plot(*args, **kwargs)
Docstring:  <no docstring>

I guess you could use smth like https://github.com/PyMVPA/PyMVPA/blob/HEAD/mvpa2/base/dochelpers.py#L550

@ghost ghost assigned rossant May 20, 2013
@yarikoptic
Copy link
Contributor Author

damn -- I already complained about it... just decided to give galry a fresh look to promote it a bit to other people, but ran into the same old issue.... are you guys still interested in pushing it forward or done with it? ;)

@rossant
Copy link
Owner

rossant commented Jul 11, 2014

whoops, this issue is quite old already... :)

I'm now working exclusively (and actively) on Galry's replacement: Vispy (github, dev mailing list). If you have very basic requirements, Galry might work for you. If you want to do more advanced stuff, I would highly recommend to contribute to the Vispy project.

What would you want to do exactly?

@yarikoptic
Copy link
Contributor Author

I want peace in the world! ;)
but for that, starting small -- ran into the glueviz project by @ChrisBeaumont et al., which is currently relying on matplotlib exclusively. That, as you know, leads to suffering performance and thus limitations, such as difficulty to do colored scatter plots (glue-viz/glue#403 (comment)). So I thought to recommend Galry as a backend for those -- seems to work splendid

@ChrisBeaumont
Copy link

@rossant and I have discussed adding a vispy backend for Glue, which I think is a great idea. It's a nontrivial addition, so I'm also kind of waiting to see how vispy (and other projects like bokeh) mature to see where effort is best spent

@yarikoptic
Copy link
Contributor Author

@ChrisBeaumont ah -- cool. So then it would be just a matter of extending glue interface to support those features (colored points) while hoping that backend eventually would become powerful enough to support it for large arrays ;) right?

@ChrisBeaumont
Copy link

yep, that's the idea

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants