<?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 Re: How do I use an ArcGIS color scheme in Python? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-use-an-arcgis-color-scheme-in-python/m-p/1499477#M85089</link>
    <description>&lt;P&gt;It can be accessed&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy
p = arcpy.mp.ArcGISProject("CURRENT")
colorRamps = p.listColorRamps("Bathy*")  # do a partial wildcard
for i in colorRamps:
    print(i.name)

Bathymetric Scale
Bathymetry #1
Bathymetry #2
Bathymetry #3
Bathymetry #4
Bathymetry #5&lt;/LI-CODE&gt;</description>
    <pubDate>Sat, 29 Jun 2024 01:14:07 GMT</pubDate>
    <dc:creator>DanPatterson</dc:creator>
    <dc:date>2024-06-29T01:14:07Z</dc:date>
    <item>
      <title>How do I use an ArcGIS color scheme in Python?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-use-an-arcgis-color-scheme-in-python/m-p/1499446#M85088</link>
      <description>&lt;P&gt;Hello! I am using ArcGIS Pro version 3. something. I also have Python version 3. something. I was using the "Bathymetric Scale" color scheme from ArcGIS for making IDW maps. I am now making maps in Python that I want to have the exact same colormap as these maps I made previously. Specifically, I am using Basemap in Python. Is there a way to make a list of the RGB values so I can make a colormap using matplotlib? Or is there a matching colormap in Python? How can I use the "Bathymetric Scale" for my Basemap maps?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jun 2024 22:57:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-use-an-arcgis-color-scheme-in-python/m-p/1499446#M85088</guid>
      <dc:creator>GraceKowalski</dc:creator>
      <dc:date>2024-06-28T22:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I use an ArcGIS color scheme in Python?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-use-an-arcgis-color-scheme-in-python/m-p/1499477#M85089</link>
      <description>&lt;P&gt;It can be accessed&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import arcpy
p = arcpy.mp.ArcGISProject("CURRENT")
colorRamps = p.listColorRamps("Bathy*")  # do a partial wildcard
for i in colorRamps:
    print(i.name)

Bathymetric Scale
Bathymetry #1
Bathymetry #2
Bathymetry #3
Bathymetry #4
Bathymetry #5&lt;/LI-CODE&gt;</description>
      <pubDate>Sat, 29 Jun 2024 01:14:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-do-i-use-an-arcgis-color-scheme-in-python/m-p/1499477#M85089</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-06-29T01:14:07Z</dc:date>
    </item>
  </channel>
</rss>

