<?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: arcpy.MakeGraph_management in Python - text case issue in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-makegraph-management-in-python-text-case/m-p/297722#M23013</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I found that the graphs work well for simple tasks but are hard to customise or generalise.&lt;BR /&gt;&lt;BR /&gt;For more flexibility you might like to try a python module matplotlib &lt;A href="http://matplotlib.sourceforge.net/"&gt;http://matplotlib.sourceforge.net/&lt;/A&gt;. You do have to move the data to a numpy array, but there are tools for that.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks. One issue with making use of non-standard ESRI supplied add-ons is the code will be shared. I'd have to work with our IT department to have this installed for all GIS users. Not sure I want to go that direction right now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 31 Jul 2012 22:07:12 GMT</pubDate>
    <dc:creator>ChrisEnrico</dc:creator>
    <dc:date>2012-07-31T22:07:12Z</dc:date>
    <item>
      <title>arcpy.MakeGraph_management in Python - text case issue</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-makegraph-management-in-python-text-case/m-p/297718#M23009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the following Python code that generates information for feeding a graph template. Title, sub-title and so on appear as lower case in the final chart. The input is typically upper-lower. I want the text to appear as fed to the template.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas? Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
arcpy.MakeGraph_management(inputGraphTemplate, \
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "SERIES=bar:horizontal DATA=" + str(newDataSource) + \
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " X=PERCENT_STATEFC" + \
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " Y=" + str(mySummaryField) + \
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " LABEL=" + str(mySummaryField) + \
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " SORT=ASC;" + \
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " SERIES=bar:horizontal DATA=" + str(newDataSource) + \
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " X=PERCENT_LOCALSR" + \
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " Y=" + str(mySummaryField) + \
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " LABEL=" + \
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " SORT=ASC;" + \
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " GRAPH=general"+ \
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " TITLE=" + GraphTitle + \
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; " SUBTITLE=" + GraphSubTitle, outputGraphName)
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2012 22:45:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-makegraph-management-in-python-text-case/m-p/297718#M23009</guid>
      <dc:creator>ChrisEnrico</dc:creator>
      <dc:date>2012-05-08T22:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.MakeGraph_management in Python - text case issue</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-makegraph-management-in-python-text-case/m-p/297719#M23010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm having this issue too.&amp;nbsp; Have you found a way to get around it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 28 Jul 2012 17:45:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-makegraph-management-in-python-text-case/m-p/297719#M23010</guid>
      <dc:creator>NickJones</dc:creator>
      <dc:date>2012-07-28T17:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.MakeGraph_management in Python - text case issue</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-makegraph-management-in-python-text-case/m-p/297720#M23011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found that the graphs work well for simple tasks but are hard to customise or generalise.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For more flexibility you might like to try a python module matplotlib &lt;/SPAN&gt;&lt;A href="http://matplotlib.sourceforge.net/"&gt;http://matplotlib.sourceforge.net/&lt;/A&gt;&lt;SPAN&gt;. You do have to move the data to a numpy array, but there are tools for that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 29 Jul 2012 21:31:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-makegraph-management-in-python-text-case/m-p/297720#M23011</guid>
      <dc:creator>KimOllivier</dc:creator>
      <dc:date>2012-07-29T21:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.MakeGraph_management in Python - text case issue</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-makegraph-management-in-python-text-case/m-p/297721#M23012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I'm having this issue too.&amp;nbsp; Have you found a way to get around it?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Nick&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not yet. Working on getting tables and code together so I can open a ticket with ESRI.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 22:03:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-makegraph-management-in-python-text-case/m-p/297721#M23012</guid>
      <dc:creator>ChrisEnrico</dc:creator>
      <dc:date>2012-07-31T22:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: arcpy.MakeGraph_management in Python - text case issue</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-makegraph-management-in-python-text-case/m-p/297722#M23013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I found that the graphs work well for simple tasks but are hard to customise or generalise.&lt;BR /&gt;&lt;BR /&gt;For more flexibility you might like to try a python module matplotlib &lt;A href="http://matplotlib.sourceforge.net/"&gt;http://matplotlib.sourceforge.net/&lt;/A&gt;. You do have to move the data to a numpy array, but there are tools for that.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks. One issue with making use of non-standard ESRI supplied add-ons is the code will be shared. I'd have to work with our IT department to have this installed for all GIS users. Not sure I want to go that direction right now.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 22:07:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-makegraph-management-in-python-text-case/m-p/297722#M23013</guid>
      <dc:creator>ChrisEnrico</dc:creator>
      <dc:date>2012-07-31T22:07:12Z</dc:date>
    </item>
  </channel>
</rss>

