<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Symbology Rendering Question - Color Outline to Null in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/symbology-rendering-question-color-outline-to-null/m-p/1217170#M65710</link>
    <description>&lt;P&gt;Hi Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am hoping ESRI staff will also respond to this post. Is there a bug in the arcpy symbology rendering or is this a syntax issue? I am trying to change the outline of my symbology rendering output to no color but I can't seem to change the outline color, only the point symbol color changes. Does anyone else have the same issue? Please see my script below. I know the last number is for opacity, which is the opposite of Transparency, but it doesn't seem to make a difference when I change the opacity number, because the outline color remains black...Thanks for your help!&lt;/P&gt;&lt;LI-CODE lang="c"&gt;#Add spatial join layer to the current map
p = arcpy.mp.ArcGISProject('CURRENT')
m = p.listMaps('map')[0]
layer = Comp.getOutput(0)
m.addDataFromPath(layer)

#Format symbology rendering 
l = m.listLayers(Comp_Name)[0]
sym = l.symbology

if sym.renderer.type == 'SimpleRenderer':
    sym.updateRenderer('GraduatedColorsRenderer')
    sym.renderer.classificationField = Comp_Field
    sym.renderer.classificationMethod = 'NaturalBreaks'
    sym.renderer.breakCount = 7

#Updating Symbology Rendering        
for brk in sym.renderer.classBreaks:
    brk.symbol.size = 6
    brk.symbol.outlineColor = {'RGB' : [0, 0, 0, 0]} 
#Show symbology updates
l.symbology = sym&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 04 Oct 2022 18:17:47 GMT</pubDate>
    <dc:creator>tzz_12</dc:creator>
    <dc:date>2022-10-04T18:17:47Z</dc:date>
    <item>
      <title>Symbology Rendering Question - Color Outline to Null</title>
      <link>https://community.esri.com/t5/python-questions/symbology-rendering-question-color-outline-to-null/m-p/1217170#M65710</link>
      <description>&lt;P&gt;Hi Everyone,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am hoping ESRI staff will also respond to this post. Is there a bug in the arcpy symbology rendering or is this a syntax issue? I am trying to change the outline of my symbology rendering output to no color but I can't seem to change the outline color, only the point symbol color changes. Does anyone else have the same issue? Please see my script below. I know the last number is for opacity, which is the opposite of Transparency, but it doesn't seem to make a difference when I change the opacity number, because the outline color remains black...Thanks for your help!&lt;/P&gt;&lt;LI-CODE lang="c"&gt;#Add spatial join layer to the current map
p = arcpy.mp.ArcGISProject('CURRENT')
m = p.listMaps('map')[0]
layer = Comp.getOutput(0)
m.addDataFromPath(layer)

#Format symbology rendering 
l = m.listLayers(Comp_Name)[0]
sym = l.symbology

if sym.renderer.type == 'SimpleRenderer':
    sym.updateRenderer('GraduatedColorsRenderer')
    sym.renderer.classificationField = Comp_Field
    sym.renderer.classificationMethod = 'NaturalBreaks'
    sym.renderer.breakCount = 7

#Updating Symbology Rendering        
for brk in sym.renderer.classBreaks:
    brk.symbol.size = 6
    brk.symbol.outlineColor = {'RGB' : [0, 0, 0, 0]} 
#Show symbology updates
l.symbology = sym&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 04 Oct 2022 18:17:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/symbology-rendering-question-color-outline-to-null/m-p/1217170#M65710</guid>
      <dc:creator>tzz_12</dc:creator>
      <dc:date>2022-10-04T18:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology Rendering Question - Color Outline to Null</title>
      <link>https://community.esri.com/t5/python-questions/symbology-rendering-question-color-outline-to-null/m-p/1217360#M65712</link>
      <description>&lt;P&gt;What version of Pro/arcpy do you using?&amp;nbsp;&lt;/P&gt;&lt;P&gt;And it helps if you format your code by clicking the ..., then clicking the &amp;lt;/&amp;gt; icon.&amp;nbsp; Paste your code into the window and select python.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Sep 2022 13:28:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/symbology-rendering-question-color-outline-to-null/m-p/1217360#M65712</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2022-09-29T13:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Symbology Rendering Question - Color Outline to Null</title>
      <link>https://community.esri.com/t5/python-questions/symbology-rendering-question-color-outline-to-null/m-p/1218739#M65728</link>
      <description>&lt;P&gt;Hi Jeff,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for showing me how to add the code in the python window. I am using ArcGIS Pro 2.8.&amp;nbsp;@Anonymous User&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 18:19:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/symbology-rendering-question-color-outline-to-null/m-p/1218739#M65728</guid>
      <dc:creator>tzz_12</dc:creator>
      <dc:date>2022-10-04T18:19:32Z</dc:date>
    </item>
  </channel>
</rss>

