A colleague wants to know if Python can be used to resymbolise polygon datasets via the symbology -> quantities route. Eg change a classification from quantiles to jenks, or from 3 classes to 4. Can this type of batch job be done with Python?
Only, I believe, by first setting up and saving layer files whith the desired symbolization scheme. Then you can use the 'updateLayer' method on the target layer to update the symbolization.