You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FOR FIRST-TIME USERS ISSUES, please use the Discord server.
REMOVE ALL 3RD PARTY LIBRARIES.
PLEASE MAKE SURE that you have: read the FAQ; explored the examples; searched among Issues; and read the link provided in (1) (2).
Be mindful that messages are being sent to the e-mail box of "Watching" users. Try to proof-read your messages before sending them. Edits are not seen by those users.
Delete points 1-7 and PLEASE FILL THE TEMPLATE BELOW before submitting your issue or we will immediately close it.
Thank you!
Version of Dear PyGui
Version: 2.0.0
Operating System: windows 11
My Issue/Question
when we use shared series in subplot and add multiple plots the plot labels gets extended to a point where it goes beyond the screen
A clear and concise description of what the issue/question is. Please provide as much context as possible.
To Reproduce
Steps to reproduce the behavior:
add subplots option
add shared series in argument
add more number of series to the plot to go beyond the screen
Expected behaviour
there should be at least scrool bar to check the labels
A clear and concise description of what you expected to happen.
Screenshots/Video
XXX (you can drag files here)
Standalone, minimal, complete and verifiable example
# Here's some code anyone can copy and paste to reproduce your issueimportdearpygui.dearpyguiasdpgdpg.create_context()
dpg.create_viewport()
dpg.setup_dearpygui()
withdpg.window(label="tutorial"):
dpg.add_button(label="Press me")
more_code_to_explain_my_issue()
dpg.show_viewport()
dpg.start_dearpygui()
dpg.destroy_context()
The text was updated successfully, but these errors were encountered:
PLEASE CAREFULLY READ: FAQ
PLEASE CAREFULLY READ: Documentation
FOR FIRST-TIME USERS ISSUES, please use the Discord server.
REMOVE ALL 3RD PARTY LIBRARIES.
PLEASE MAKE SURE that you have: read the FAQ; explored the examples; searched among Issues; and read the link provided in (1) (2).
Be mindful that messages are being sent to the e-mail box of "Watching" users. Try to proof-read your messages before sending them. Edits are not seen by those users.
Delete points 1-7 and PLEASE FILL THE TEMPLATE BELOW before submitting your issue or we will immediately close it.
Thank you!
Version of Dear PyGui
Version: 2.0.0
Operating System: windows 11
My Issue/Question
when we use shared series in subplot and add multiple plots the plot labels gets extended to a point where it goes beyond the screen
A clear and concise description of what the issue/question is. Please provide as much context as possible.
To Reproduce
Steps to reproduce the behavior:
add subplots option
add shared series in argument
add more number of series to the plot to go beyond the screen
Expected behaviour
there should be at least scrool bar to check the labels
A clear and concise description of what you expected to happen.
Screenshots/Video
XXX (you can drag files here)
Standalone, minimal, complete and verifiable example
The text was updated successfully, but these errors were encountered: