Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add :arglists metadata in defplot #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

glts
Copy link

@glts glts commented Apr 14, 2018

When using Huri in Gorilla REPL, completion for the plot functions shows
the gensym argument names, which are a bit difficult to parse,
especially for people who are now and exploring the API.

In this change I propose adding :arglists metadata to make this
better.

Doc before:

huri.plot/scatter-plot
([df__20154__auto__] [options__20146__auto__ df__20147__auto__] [x y df__20148__auto__] [x y options__20155__auto__ df__20154__auto__])

And after:

huri.plot/scatter-plot
([df] [options df] [x y df] [x y options df])

Thank you for your consideration!

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

Successfully merging this pull request may close these issues.

1 participant