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

[FEA] better url settings docs #537

Open
lmeyerov opened this issue Jan 2, 2024 · 0 comments
Open

[FEA] better url settings docs #537

lmeyerov opened this issue Jan 2, 2024 · 0 comments
Assignees

Comments

@lmeyerov
Copy link
Contributor

lmeyerov commented Jan 2, 2024

Is your feature request related to a problem? Please describe.

A pygraphistry user couldn't find, with decent effort, how to set edge opacity to 0.1

ChatGPT hallucinated the wrong answer too, and took much cajoling to find: https://chat.openai.com/share/c22a10cf-b0c3-40d8-96ab-715d8b549da9

pyg docs should have been easier here, and in a way github/docs scrapers could have picked up

Right now, .settings() doesn't say what valid url_params={...} can be (

def settings(self, height=None, url_params={}, render=None):
), particularly wrt https://hub.graphistry.com/docs/api/1/rest/url/#urloptions

Describe the solution you'd like

As part of the impl, maybe an idea is creating an openai / pydantic out of this, so it is machine processed? https://github.com/graphistry/graphistry/blob/eab8648d4ee9c9f3535baeb1aa5ac0904e6a3294/apps/core/viz/server/clientParamSafelist.js#L141 ?

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

No branches or pull requests

2 participants