- Matplotlib 3.0 Cookbook
- Srinivasa Rao Poladi
- 48字
- 2021-08-13 15:15:47
Getting ready
The following code block provides the path to the file containing all configuration the parameters:
# Get the location of matplotlibrc file
import matplotlib
matplotlib.matplotlib_fname()
You should see the directory path like the one that follows. The exact directory path depends on your installation:
'C:\\Anaconda3\\envs\\keras35\\lib\\site-packages\\matplotlib\\mpl-
data\\matplotlibrc'