@@ -448,27 +448,6 @@ svg.fonttype : path # How to handle SVG fonts:
448448# 'none': Assume fonts are installed on the machine where the SVG will be viewed.
449449# 'path': Embed characters as paths -- supported by most SVG renderers
450450
451-
452- # Set the verbose flags. This controls how much information
453- # matplotlib gives you at runtime and where it goes. The verbosity
454- # levels are: silent, helpful, debug, debug-annoying. Any level is
455- # inclusive of all the levels below it. If your setting is "debug",
456- # you'll get all the debug and helpful messages. When submitting
457- # problems to the mailing-list, please set verbose to "helpful" or "debug"
458- # and paste the output into your report.
459- #
460- # The "fileo" gives the destination for any calls to verbose.report.
461- # These objects can a filename, or a filehandle like sys.stdout.
462- #
463- # You can override the rc default verbosity from the command line by
464- # giving the flags --verbose-LEVEL where LEVEL is one of the legal
465- # levels, e.g., --verbose-helpful.
466- #
467- # You can access the verbose instance in your code
468- # from matplotlib import verbose.
469- verbose.level : silent # one of silent, helpful, debug, debug-annoying
470- verbose.fileo : sys.stdout # a log filename, sys.stdout or sys.stderr
471-
472451# Event keys to interact with figures/plots via keyboard.
473452# Customize these settings according to your needs.
474453# Leave the field(s) empty if you don't need a key-map. (i.e., fullscreen : '')
0 commit comments