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
Execute the code from https://developer.ansys.com/blog/pythonic-interface-ansys-fluent as follow:
I just got a sketch and warning in jupyter notebook.
2023-08-15 11:09:29,541 matplotlib.legend WARNING No artists with labels found to put in legend. Note that artists whose label start with an underscore are ignored when legend() is called with no argument.
Graphics
I found something strange:
The contour was filled at the first time, as the example code.
"I just got a sketch and warning in jupyter notebook.
2023-08-15 11:09:29,541 matplotlib.legend WARNING No artists with labels found to put in legend. Note that artists whose label start with an underscore are ignored when legend() is called with no argument."
🔍 Before submitting the issue
🐞 Description of the bug
Two bug in Plots and Graphics
Plots
Execute the code from
https://developer.ansys.com/blog/pythonic-interface-ansys-fluent
as follow:Graphics
I found something strange:
The contour was filled at the first time, as the example code.
however, in my custom class, I have a function refer to the code:
the contour is not filled, even if add the
con.filled=filled
.I have tried many times, occasionally it works a few times by 'con.filled=True'
📝 Steps to reproduce
try the example
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
No response
🐍 Which Python version are you using?
3.7
📦 Installed packages
The text was updated successfully, but these errors were encountered: