We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 (
.settings()
url_params={...}
pygraphistry/graphistry/PlotterBase.py
Line 1182 in e74123e
Describe the solution you'd like
help(g.settings)
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 ?
The text was updated successfully, but these errors were encountered:
dess890
No branches or pull requests
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 validurl_params={...}
can be (pygraphistry/graphistry/PlotterBase.py
Line 1182 in e74123e
Describe the solution you'd like
help(g.settings)
would have pointed out theurl_params={...}
options frompygraphistry/graphistry/PlotterBase.py
Line 1182 in e74123e
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 ?
The text was updated successfully, but these errors were encountered: