I am not sure why when I try to change my symbology outline color, it would change the symbology color, instead of the outline color. Is there something wrong with my script? Thanks for your help!
if sym.renderer.type == 'SimpleRenderer':
sym.updateRenderer('GraduatedColorsRenderer')
sym.renderer.classificationField = Comp_Field
sym.renderer.breakCount = 7
sym.renderer.colorRamp = p.listColorRamps('Green_Blue_3')[0]
for brk in sym.renderer.classBreaks:
brk.symbol.size = 6
brk.symbol.outlineColor = {'RGB':[0,0,0,0]}