-
Notifications
You must be signed in to change notification settings - Fork 2k
doc: How to title x/y axis #2752
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
base: develop
Are you sure you want to change the base?
Conversation
|
Thanks for this PR. The descriptions for xaxis/yaxis is definitely ambiguous especially to someone not familiar with plotly internal workings (like myself), so I appreciate your added clarification. The docs for Taipy chart already make many references to the Plotly JS docs, so I wonder if adding a reference to this https://plotly.com/javascript/reference/scatter/#scatter-xaxis (as opposed to this) would be helpful or clutter. |
FabienLelaquais
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that change is fair, and neat.
Now @rzats, @arcanaxion don't you think that we should add a little example of using this in the chart doc as well (viselements/charts/advanced)?
And if yes, can you think of a usecase that would demonstrate that? I suspect that you do have that example in your hands right now...
This appears to address that: https://docs.taipy.io/en/develop/refmans/gui/viselements/generic/charts/basics/#adding-a-y-axis I think we're good to merge this |
|
This PR has been labelled as "🥶Waiting for contributor" because it has been inactive for more than 14 days. If you would like to continue working on this PR, then please add new commit or another comment, otherwise this PR will be closed in 14 days. For more information please refer to the contributing guidelines. |
|
This PR has been labelled as "🥶Waiting for contributor" because it has been inactive for more than 14 days. If you would like to continue working on this PR, then please add new commit or another comment, otherwise this PR will be closed in 14 days. For more information please refer to the contributing guidelines. |
|
@rzats can you update your branch ? |

What type of PR is this? (Check all that apply)
Description
In issue #2372, a user was confused about
yaxisproperty usage in Taipy charts, confusing it for something like Matplotlib'splt.ylabel. In fact, their suggested "workaround" of using thelayoutproperty seems like the intended way to go about things :) This PR clarifies the documentation forxaxisandyaxisproperties accordingly.Related Tickets & Documents
How to reproduce the issue
N/A - just a documentation update.
Backporting
This change should be backported to:
Checklist
We encourage keeping the code coverage percentage at 80% or above.
If not, explain why: documentation only
If not, explain why: documentation only
If not, explain why:
If not, explain why: handled by maintainers?