First, sorry if raising an issue is not the proper way to log my question. I have a PyQt app where I draw graphs with various number of nodes. After determining the nodes positions (in my case using ...
Bug summary The ax.invertxaxis () and ax.invert_yaxis () function both produce the same output, a scatterplot with a flipped X axis. Code for reproduction from mpl_toolkits import mplot3d import ...