<?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: Change the size of points according to the attribute information in Esri Tutorials Questions</title>
    <link>https://community.esri.com/t5/esri-tutorials-questions/change-the-size-of-points-according-to-the/m-p/1159298#M627</link>
    <description>&lt;P&gt;Thanks for the advice! This works great.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2022 10:24:44 GMT</pubDate>
    <dc:creator>Landoexist</dc:creator>
    <dc:date>2022-03-30T10:24:44Z</dc:date>
    <item>
      <title>Change the size of points according to the attribute information</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/change-the-size-of-points-according-to-the/m-p/1158214#M623</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Greetings!&lt;/STRONG&gt;&lt;BR /&gt;My teacher gave me a task and it sounds like this: there are several points with the attribute "Ф". The point with the smallest value of this attribute takes on the smallest size; with the largest - the largest size. Dot size changes should be displayed on the legend.&lt;BR /&gt;I ran into 2 problems while doing this.&lt;BR /&gt;&lt;STRONG&gt;1) Standard point size.&lt;/STRONG&gt;&lt;BR /&gt;I'm using archmap version 10.8. I created a point and gave it a size of 20. After deleting it and returning it back to the archmap project, it takes the default size of 4. Is there any way to fix this?&lt;BR /&gt;&lt;STRONG&gt;2) Changing the point size.&lt;/STRONG&gt;&lt;BR /&gt;I decided to do the task with Python, but I couldn't find a method that changes the point size. The only thing I could find is the Symbol class, which, if I understand correctly, is available only for ArcGIS pro 2.8 and 2.9. Since I could not find a suitable method, I replaced the desired point with a polygon, but this is not correct.&lt;/P&gt;&lt;P&gt;I am attaching 2 screenshots: input data (+ attribute table for one of the points) and the result.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_1.png" style="width: 336px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/37434iFF474A5BE11C4D85/image-dimensions/336x245?v=v2" width="336" height="245" role="button" title="Screenshot_1.png" alt="Screenshot_1.png" /&gt;&lt;/span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_2.png" style="width: 349px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/37435i167679479381FDB8/image-dimensions/349x269?v=v2" width="349" height="269" role="button" title="Screenshot_2.png" alt="Screenshot_2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;</description>
      <pubDate>Sun, 27 Mar 2022 21:31:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/change-the-size-of-points-according-to-the/m-p/1158214#M623</guid>
      <dc:creator>Landoexist</dc:creator>
      <dc:date>2022-03-27T21:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Change the size of points according to the attribute information</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/change-the-size-of-points-according-to-the/m-p/1158385#M626</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/573543"&gt;@Landoexist&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;The dot size is part of the symbology, and symbology is not permanent with the data, it is only applied in the map as a way of displaying the data. So it is expected that the symbology disappears and returns to its default state when you remove the data and re-add it to the map. This will be true in ArcMap, in ArcGIS Pro, with Python, or any other option.&lt;/P&gt;&lt;P&gt;Add your data to a map, symbolize it, and save the map. Find out from your teacher how they want you to submit the assignment. It might be a pdf of a map showing the symbols and the legend. It might be the .aprx map document file zipped up with the data. It won't be just the data itself, because the data alone cannot store the symbology and legend.&lt;/P&gt;&lt;P&gt;You can symbolize your data by size in ArcMap usiong either &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/using-graduated-symbols.htm" target="_self"&gt;Graduated symbols&lt;/A&gt; or &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/using-proportional-symbols.htm" target="_self"&gt;Proportional symbols&lt;/A&gt;. Here is an example of using Graduated symbols in a lesson:&amp;nbsp;&lt;A href="https://learn.arcgis.com/en/projects/get-started-with-arcmap/#subsection-3" target="_blank"&gt;https://learn.arcgis.com/en/projects/get-started-with-arcmap/#subsection-3&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Extra information: You may also be interested in &lt;A href="https://desktop.arcgis.com/en/arcmap/latest/map/working-with-layers/saving-layers-and-layer-packages.htm" target="_self"&gt;saving a layer file&lt;/A&gt;. This file will store the layer properties for a dataset, including its symbology.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Mar 2022 14:48:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/change-the-size-of-points-according-to-the/m-p/1158385#M626</guid>
      <dc:creator>HeatherSmith</dc:creator>
      <dc:date>2022-03-28T14:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Change the size of points according to the attribute information</title>
      <link>https://community.esri.com/t5/esri-tutorials-questions/change-the-size-of-points-according-to-the/m-p/1159298#M627</link>
      <description>&lt;P&gt;Thanks for the advice! This works great.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 10:24:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-tutorials-questions/change-the-size-of-points-according-to-the/m-p/1159298#M627</guid>
      <dc:creator>Landoexist</dc:creator>
      <dc:date>2022-03-30T10:24:44Z</dc:date>
    </item>
  </channel>
</rss>

