<?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: Alpha based y axis in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Alpha-based-y-axis/m-p/509409#M142363</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="temp.PNG" style="width: 347px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/9710i4F1334E9CF680248/image-size/large?v=v2&amp;amp;px=999" role="button" title="temp.PNG" alt="temp.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/201110"&gt;@niketn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apologies for the crude drawing but the desired output is a chart with X axis being students names and y axis being the grades.&lt;/P&gt;&lt;P&gt;As for the height of the chart, I was able to solve the problem by setting y axis to originally map to A=5,B=4,C=3,D=2,F=1.&lt;/P&gt;&lt;P&gt;My curiosity was if it its possible to change the value of the y axis on a cosmetic level&lt;BR /&gt;&lt;BR /&gt;Thank You&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jul 2020 22:01:54 GMT</pubDate>
    <dc:creator>koreanfather</dc:creator>
    <dc:date>2020-07-15T22:01:54Z</dc:date>
    <item>
      <title>Alpha based y axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alpha-based-y-axis/m-p/509301#M142320</link>
      <description>&lt;P&gt;Hello I'm new to splunk and was wondering if there is a way where the values on the y axis can be non numeric.&lt;/P&gt;&lt;P&gt;I'm trying to create a chart that maps classroom grades so y axis needs to be abcdf.&lt;/P&gt;&lt;P&gt;I was able to translate the grade to a number and then chart it but I was curious to see if there was a possible alternative&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 13:26:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alpha-based-y-axis/m-p/509301#M142320</guid>
      <dc:creator>koreanfather</dc:creator>
      <dc:date>2020-07-15T13:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Alpha based y axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alpha-based-y-axis/m-p/509321#M142328</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223713"&gt;@koreanfather&lt;/a&gt;&amp;nbsp;can you add a mockup of what kind of output you are looking for? It can be whiteboard or sketch as well. The y-axis value (numeric) is used to plot the height of column or line chart. If you do not have the value how would you plot the height?&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 14:27:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alpha-based-y-axis/m-p/509321#M142328</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-07-15T14:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Alpha based y axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alpha-based-y-axis/m-p/509409#M142363</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="temp.PNG" style="width: 347px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/9710i4F1334E9CF680248/image-size/large?v=v2&amp;amp;px=999" role="button" title="temp.PNG" alt="temp.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/201110"&gt;@niketn&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apologies for the crude drawing but the desired output is a chart with X axis being students names and y axis being the grades.&lt;/P&gt;&lt;P&gt;As for the height of the chart, I was able to solve the problem by setting y axis to originally map to A=5,B=4,C=3,D=2,F=1.&lt;/P&gt;&lt;P&gt;My curiosity was if it its possible to change the value of the y axis on a cosmetic level&lt;BR /&gt;&lt;BR /&gt;Thank You&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jul 2020 22:01:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alpha-based-y-axis/m-p/509409#M142363</guid>
      <dc:creator>koreanfather</dc:creator>
      <dc:date>2020-07-15T22:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: Alpha based y axis</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Alpha-based-y-axis/m-p/509635#M142456</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/223713"&gt;@koreanfather&lt;/a&gt;&amp;nbsp;I did have an answer to add &lt;STRONG&gt;%&lt;/STRONG&gt; or same prefix/suffix on y-axis. However, this seems like a data mapping based replacement of y-axis, which is indeed a difficult challenge to implement. I can try to have a look in some spare time &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; But see if you can use the following answer along with Data parsing through Custom cell renderer to solve your issue:&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Splunk-Search/How-to-change-the-Y-axis-label-on-a-chart-overlay/td-p/390762" target="_blank"&gt;https://community.splunk.com/t5/Splunk-Search/How-to-change-the-Y-axis-label-on-a-chart-overlay/td-p/390762&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Could you add details on what is there on x-axis so that we can see if there is an alternate visualization for your needs?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 02:09:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Alpha-based-y-axis/m-p/509635#M142456</guid>
      <dc:creator>niketn</dc:creator>
      <dc:date>2020-07-17T02:09:12Z</dc:date>
    </item>
  </channel>
</rss>

