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
After creating a figure with multiple lines plotted using the plt.loglog() command, altering the linestyle in the plot window under Figure Options -> Curves, results in some lines being swapped.
After changing the linestyle of the "Domain Decomposition" line to dotted:
Expected outcome
I would expect that the "Finite Difference" line and the line of "Domain Decomposition" to not swap places in the graph.
Additional information
I have edited figures before and this is the first time this bug occurs for me.
I am on quite a new version of Python using the virtual environment provided by PyCharm Community Edition (Installed using Flatpak). I also run my code from within there.
Operating system
Fedora Workstation 35
Matplotlib Version
3.5.1
Matplotlib Backend
Backend QtAgg is interactive backend. Turning interactive mode on. Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Gtk-Message: 15:12:47.821: Failed to load module "canberra-gtk-module" Gtk-Message: 15:12:47.821: Failed to load module "pk-gtk-module" Gtk-Message: 15:12:47.821: Failed to load module "canberra-gtk-module" Gtk-Message: 15:12:47.822: Failed to load module "pk-gtk-module" QtAgg
Python version
Python 3.9.9
Jupyter version
Not installed
Installation
pip
The text was updated successfully, but these errors were encountered:
For what it is worth: I cannot seem to recreate this using main on my CentOS 7 machine. So either it is fixed or I somehow fail some step to reproduce it.
This was fixed by 9622598 / #22208 and will be released in 3.5.2 (which should be out soon).
I'm going to close this as a duplicate of #22208, sorry for the difficulty. The regression came in in 3.5.0 so if falling back to 3.4 may be an option here.
Bug summary
After creating a figure with multiple lines plotted using the plt.loglog() command, altering the linestyle in the plot window under Figure Options -> Curves, results in some lines being swapped.
Code for reproduction
Actual outcome
Outcome plot:

After changing the linestyle of the "Domain Decomposition" line to dotted:

Expected outcome
I would expect that the "Finite Difference" line and the line of "Domain Decomposition" to not swap places in the graph.
Additional information
I have edited figures before and this is the first time this bug occurs for me.
I am on quite a new version of Python using the virtual environment provided by PyCharm Community Edition (Installed using Flatpak). I also run my code from within there.
Operating system
Fedora Workstation 35
Matplotlib Version
3.5.1
Matplotlib Backend
Backend QtAgg is interactive backend. Turning interactive mode on. Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. Gtk-Message: 15:12:47.821: Failed to load module "canberra-gtk-module" Gtk-Message: 15:12:47.821: Failed to load module "pk-gtk-module" Gtk-Message: 15:12:47.821: Failed to load module "canberra-gtk-module" Gtk-Message: 15:12:47.822: Failed to load module "pk-gtk-module" QtAgg
Python version
Python 3.9.9
Jupyter version
Not installed
Installation
pip
The text was updated successfully, but these errors were encountered: