I'd like to know why matplotlib outputs plots in different styles depending on which system I run the file. For example, I let the same code run twice, once on a Windows machine and once on Ubuntu system, and got the following two plots
The information in the plots is obviously the same, but is there a special command to let matplotlib know that I'd, for example, would like all my plots to be produced in the "Ubuntu style" (lower of the two) version?
backend : WXAggprint(matplotlib.__version__). Obviously you can install the same version on all your computers and get the same output. I don't know which of the two plots you call "Ubuntu style", which would be important to know for alternative solutions.