On Sat, 12 Aug 2023 17:40:00 -0700 American Citizen <website.read...@gmail.com> wrote:
> I am using matplotlib, numpy, pandas all under python 3.6 > > Now if I could just get the graphics backend under matplotlib to work. > the current default rcParams['backend'] = 'agg' won't pop up any > graphics window, I am forced to do a direct file write to save the image. minor update. the correct location for the matplotlibrc file is ~/.config/matplotlib/matplotlibrc I verified that changing the backend in that config file worked. -- Brian