<?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 to create a scatter graph of chain stores on the y-axis with a dot over each city a store is located long the x-axis? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-scatter-graph-of-chain-stores-on-the-y-axis-with/m-p/259629#M77837</link>
    <description>&lt;P&gt;scatter graph returns number for both Y-Axis and X-Axis&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/Datastructurerequirementsforvisualizations"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/Datastructurerequirementsforvisualizations&lt;/A&gt; and select Scatter charts link on the right panel&lt;/P&gt;</description>
    <pubDate>Tue, 06 Oct 2015 17:40:00 GMT</pubDate>
    <dc:creator>afishkin_splunk</dc:creator>
    <dc:date>2015-10-06T17:40:00Z</dc:date>
    <item>
      <title>How to create a scatter graph of chain stores on the y-axis with a dot over each city a store is located long the x-axis?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-scatter-graph-of-chain-stores-on-the-y-axis-with/m-p/259628#M77836</link>
      <description>&lt;P&gt;I have Splunk indexing a file that contains information about the geographical location of stores:&lt;/P&gt;

&lt;P&gt;city, chain, numStores&lt;BR /&gt;
Pasadena, Walmart, 0&lt;BR /&gt;
Pasadena, Kmart, 1&lt;BR /&gt;
Glen Burnie, Walmart, 1&lt;BR /&gt;
Glen Burnie, Target, 1&lt;BR /&gt;
Glen Burnie, Kmart, 1&lt;BR /&gt;
Millersville, Target, 1&lt;/P&gt;

&lt;P&gt;I want to be able to plot this data into a scatter chart where the X-axis is the city, the Y-axis is the chain, and the "dot" appears at the intersection where the city has a store (similar to below, but the X's are dots and they are lined up in the column):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Walmart|                       X
KMart  |      X                X
Target |                       X                  X
-----------------------------------------------------------------
           Pasadena       Glen Burnie        Millersville
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Try as I might, I cannot even get the axes to display correctly.  Is it possible to do what I am asking?  I read in the "Data Requirments for Visualizations" document that I need to graph the events directly, so I tried this:&lt;BR /&gt;
&lt;CODE&gt;index=foo | fields - _* | fields city, chain&lt;/CODE&gt;      (I get no results for this)&lt;BR /&gt;
&lt;CODE&gt;index=foo | fields city, chain&lt;/CODE&gt;  (I don't see any plots, but the legend shows up with city and _time.  The x axis is labeled city, but no values are displayed and the y-axis shows values 50 and 100 which are not even in the data.)&lt;/P&gt;

&lt;P&gt;I wish I could paste the graph here, but my Splunk is on a closed instance so I have to retype everything here.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 14:22:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-scatter-graph-of-chain-stores-on-the-y-axis-with/m-p/259628#M77836</guid>
      <dc:creator>lyndac</dc:creator>
      <dc:date>2015-10-06T14:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a scatter graph of chain stores on the y-axis with a dot over each city a store is located long the x-axis?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-scatter-graph-of-chain-stores-on-the-y-axis-with/m-p/259629#M77837</link>
      <description>&lt;P&gt;scatter graph returns number for both Y-Axis and X-Axis&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/Datastructurerequirementsforvisualizations"&gt;http://docs.splunk.com/Documentation/Splunk/6.3.0/Viz/Datastructurerequirementsforvisualizations&lt;/A&gt; and select Scatter charts link on the right panel&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 17:40:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-create-a-scatter-graph-of-chain-stores-on-the-y-axis-with/m-p/259629#M77837</guid>
      <dc:creator>afishkin_splunk</dc:creator>
      <dc:date>2015-10-06T17:40:00Z</dc:date>
    </item>
  </channel>
</rss>

