<?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 You are right, an interactive in Intel® Distribution for Python*</title>
    <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Cannot-get-matplotlib-to-show-a-plot-on-Windows/m-p/1075428#M211</link>
    <description>&lt;P&gt;You are right, an interactive backend is needed. We are including one in our beta update that will be available in a couple weeks.&lt;/P&gt;

&lt;P&gt;Robert&lt;/P&gt;</description>
    <pubDate>Thu, 26 May 2016 17:36:09 GMT</pubDate>
    <dc:creator>Robert_C_Intel</dc:creator>
    <dc:date>2016-05-26T17:36:09Z</dc:date>
    <item>
      <title>Cannot get matplotlib to show a plot on Windows</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Cannot-get-matplotlib-to-show-a-plot-on-Windows/m-p/1075427#M210</link>
      <description>&lt;P&gt;As the subject says I cannot get the plots to to show. I can save plots fine with savefig() but the show() command doesn't seem to do anything.&lt;/P&gt;

&lt;P&gt;My investigations online suggests to change the backend from the default 'Agg' one to a graphical one. But unfortunately I cannot find any Windows specific instructions on how to do this.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 16:38:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Cannot-get-matplotlib-to-show-a-plot-on-Windows/m-p/1075427#M210</guid>
      <dc:creator>Eoin</dc:creator>
      <dc:date>2016-05-26T16:38:56Z</dc:date>
    </item>
    <item>
      <title>You are right, an interactive</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Cannot-get-matplotlib-to-show-a-plot-on-Windows/m-p/1075428#M211</link>
      <description>&lt;P&gt;You are right, an interactive backend is needed. We are including one in our beta update that will be available in a couple weeks.&lt;/P&gt;

&lt;P&gt;Robert&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 17:36:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Cannot-get-matplotlib-to-show-a-plot-on-Windows/m-p/1075428#M211</guid>
      <dc:creator>Robert_C_Intel</dc:creator>
      <dc:date>2016-05-26T17:36:09Z</dc:date>
    </item>
    <item>
      <title>Thanks for the reply Robert,</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Cannot-get-matplotlib-to-show-a-plot-on-Windows/m-p/1075429#M212</link>
      <description>&lt;P&gt;Thanks for the reply Robert, that's fantastic. I look forward to the next update, savefig() will work fine in the meantime!&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2016 18:13:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Cannot-get-matplotlib-to-show-a-plot-on-Windows/m-p/1075429#M212</guid>
      <dc:creator>Eoin</dc:creator>
      <dc:date>2016-05-26T18:13:11Z</dc:date>
    </item>
    <item>
      <title>Here explain like you can</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Cannot-get-matplotlib-to-show-a-plot-on-Windows/m-p/1075430#M213</link>
      <description>&lt;P&gt;Here explain like you can change the backend to plot with matplotlib:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/3285193/how-to-switch-backends-in-matplotlib-python" target="_blank"&gt;http://stackoverflow.com/questions/3285193/how-to-switch-backends-in-matplotlib-python&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2016 11:47:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Cannot-get-matplotlib-to-show-a-plot-on-Windows/m-p/1075430#M213</guid>
      <dc:creator>abarb</dc:creator>
      <dc:date>2016-06-02T11:47:02Z</dc:date>
    </item>
    <item>
      <title>Thanks Andre, thanks for the</title>
      <link>https://community.intel.com/t5/Intel-Distribution-for-Python/Cannot-get-matplotlib-to-show-a-plot-on-Windows/m-p/1075431#M214</link>
      <description>&lt;P&gt;Hi Andre, thanks for the help. After entering an unsupported value matplotlib reported the following list of valid backends:&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;'gdk', 'GTK3Agg', 'nbAgg', 'WebAgg', 'GTK3Cairo', 'WX', 'CocoaAgg', 'pgf', 'Qt5Agg', 'GTKAgg', 'cairo', 'svg', 'emf', 'Qt4Agg', 'WXAgg', 'pdf', 'template', 'GTKCairo', 'MacOSX', 'agg', 'ps', 'GTK', 'TkAgg'&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;I tried them all, most give an error, or run but the show() function still doesn't do anything. One of them,&amp;nbsp;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;WebAgg does work, it opens the browser and shows the results, which is great. Problem solved!&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Regarding the other backends, other SO questions and posts online suggest you need to install the appropriate graphical toolkit before that backend will work. Unfortunately all the instructions I have found on how to do so are for Linux or OSX.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Jun 2016 21:42:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Distribution-for-Python/Cannot-get-matplotlib-to-show-a-plot-on-Windows/m-p/1075431#M214</guid>
      <dc:creator>Eoin</dc:creator>
      <dc:date>2016-06-03T21:42:00Z</dc:date>
    </item>
  </channel>
</rss>

