<?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 How do you get Matplotlib to work with Splunk SDK for Python in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/How-do-you-get-Matplotlib-to-work-with-Splunk-SDK-for-Python/m-p/193658#M2617</link>
    <description>&lt;P&gt;Windows 2008 r2 32 bit&lt;BR /&gt;
Splunk 6.2.2&lt;BR /&gt;
Splunk SDK for Python&lt;/P&gt;

&lt;P&gt;I have been having fun with Python and generating tables and other text based outputs from Splunk but now want to generate charts and graphs. I've beating my head against the wall for two weeks trying to understand how to properly install Matplotlib and numpy. Everywhere I look I'm told to use pip but I can't find a version of pip to install that doesn't appear to require pip itself. I'm not in a position where I can build and compile the source code for pip, numpy, matplotlib or any other product.&lt;/P&gt;

&lt;P&gt;All I want to know is how do I get graphing libraries installed that will work with the Splunk SKD for Python? Surely it can't be that hard but it does appear that the available information is obfuscated.&lt;/P&gt;</description>
    <pubDate>Tue, 24 Mar 2015 16:06:08 GMT</pubDate>
    <dc:creator>kmattern</dc:creator>
    <dc:date>2015-03-24T16:06:08Z</dc:date>
    <item>
      <title>How do you get Matplotlib to work with Splunk SDK for Python</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-you-get-Matplotlib-to-work-with-Splunk-SDK-for-Python/m-p/193658#M2617</link>
      <description>&lt;P&gt;Windows 2008 r2 32 bit&lt;BR /&gt;
Splunk 6.2.2&lt;BR /&gt;
Splunk SDK for Python&lt;/P&gt;

&lt;P&gt;I have been having fun with Python and generating tables and other text based outputs from Splunk but now want to generate charts and graphs. I've beating my head against the wall for two weeks trying to understand how to properly install Matplotlib and numpy. Everywhere I look I'm told to use pip but I can't find a version of pip to install that doesn't appear to require pip itself. I'm not in a position where I can build and compile the source code for pip, numpy, matplotlib or any other product.&lt;/P&gt;

&lt;P&gt;All I want to know is how do I get graphing libraries installed that will work with the Splunk SKD for Python? Surely it can't be that hard but it does appear that the available information is obfuscated.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2015 16:06:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-you-get-Matplotlib-to-work-with-Splunk-SDK-for-Python/m-p/193658#M2617</guid>
      <dc:creator>kmattern</dc:creator>
      <dc:date>2015-03-24T16:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get Matplotlib to work with Splunk SDK for Python</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-you-get-Matplotlib-to-work-with-Splunk-SDK-for-Python/m-p/193659#M2618</link>
      <description>&lt;P&gt;A user posted how to install numpy here - &lt;A href="https://answers.splunk.com/answers/138727/help-installing-numpy.html"&gt;https://answers.splunk.com/answers/138727/help-installing-numpy.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Try those steps, and let us know if it helps.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2017 23:52:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-you-get-Matplotlib-to-work-with-Splunk-SDK-for-Python/m-p/193659#M2618</guid>
      <dc:creator>DalJeanis</dc:creator>
      <dc:date>2017-01-13T23:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get Matplotlib to work with Splunk SDK for Python</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-you-get-Matplotlib-to-work-with-Splunk-SDK-for-Python/m-p/193660#M2619</link>
      <description>&lt;P&gt;Have you tried &lt;A href="https://splunkbase.splunk.com/app/2883/"&gt;Python for Scientific Computing&lt;/A&gt; Splunk app? I was also getting issue with numpy and pandas library but after installing this app and adding below two lines in my script it works like a charm.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;import exec_anaconda
exec_anaconda.exec_anaconda()
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 21 Feb 2018 11:34:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-you-get-Matplotlib-to-work-with-Splunk-SDK-for-Python/m-p/193660#M2619</guid>
      <dc:creator>jangid</dc:creator>
      <dc:date>2018-02-21T11:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get Matplotlib to work with Splunk SDK for Python</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/How-do-you-get-Matplotlib-to-work-with-Splunk-SDK-for-Python/m-p/539868#M2620</link>
      <description>&lt;P&gt;I have managed to get this working, but only while running the&amp;nbsp;Python for Scientific Computing Splunk app version 1.3. When I change to any version above that, it no longer works. Has anybody else encountered this issue?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2021 07:04:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/How-do-you-get-Matplotlib-to-work-with-Splunk-SDK-for-Python/m-p/539868#M2620</guid>
      <dc:creator>BernardEAI</dc:creator>
      <dc:date>2021-02-15T07:04:32Z</dc:date>
    </item>
  </channel>
</rss>

