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

chartGanttCreator.py issues #5

Open
mohuibing opened this issue Jun 9, 2022 · 3 comments
Open

chartGanttCreator.py issues #5

mohuibing opened this issue Jun 9, 2022 · 3 comments
Assignees

Comments

@mohuibing
Copy link

UserWarning: FixedFormatter should only be used together with FixedLocator
The official matplotlib website suggests that:This method should only be used after fixing the tick positions using Axes.set_xticks. Otherwise, the labels may end up in unexpected positions.

@mohuibing
Copy link
Author

Returning the matplotlib version to 3.2.2 is fine

@TangHaooooo
Copy link

After importing data and calculating, Gantt Chart is not displayed and show the same UserWarning. How to solve this problem

@mohuibing
Copy link
Author

After importing data and calculating, Gantt Chart is not displayed and show the same UserWarning. How to solve this problem
Because I used this program mainly for reference, I didn't look deeply into the problems in the code, so I used a stupid method: Returning the matplotlib version to 3.2.2. This way I didn't change the code, but it didn't seem complicated to change the code

@paulkastel paulkastel self-assigned this Mar 23, 2023
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

No branches or pull requests

3 participants