<?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: [Custom Python Visual] Maplotlib Bar Chart Is Showing Empty Space in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Python-Visual-Maplotlib-Bar-Chart-Is-Showing-Empty-Space/m-p/2696488#M4876</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/400021"&gt;@RayWu&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your comment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think my post is a little vague. What I'm trying to do is fill up the allotted space for the Python visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this an aspect ratio issue? Do you have any other advice?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kenkenken_0-1660271675455.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/764251iB7A36D29C7B351F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kenkenken_0-1660271675455.png" alt="kenkenken_0-1660271675455.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Aug 2022 02:36:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-08-12T02:36:06Z</dc:date>
    <item>
      <title>[Custom Python Visual] Maplotlib Bar Chart Is Showing Empty Space</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Python-Visual-Maplotlib-Bar-Chart-Is-Showing-Empty-Space/m-p/2688582#M4802</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As the title says, Matplotlib Bar Chart is showing alot of empty spaces.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want the bar chart to take up all the empty spaces shown below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any advice on how to get this done?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kenkenken_0-1660019861758.png" style="width: 577px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/762037i7D3F1261F5901DEA/image-dimensions/577x282?v=v2" width="577" height="282" role="button" title="kenkenken_0-1660019861758.png" alt="kenkenken_0-1660019861758.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2022 04:39:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Python-Visual-Maplotlib-Bar-Chart-Is-Showing-Empty-Space/m-p/2688582#M4802</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-09T04:39:15Z</dc:date>
    </item>
    <item>
      <title>Re: [Custom Python Visual] Maplotlib Bar Chart Is Showing Empty Space</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Python-Visual-Maplotlib-Bar-Chart-Is-Showing-Empty-Space/m-p/2694284#M4863</link>
      <description>&lt;P&gt;@Anonymous&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;To get rid of whitespace around the border,&amp;nbsp; set&amp;nbsp;&lt;/SPAN&gt;bbox_inches='tight'&lt;SPAN&gt;&amp;nbsp;in the&amp;nbsp;&lt;/SPAN&gt;savefig()&lt;SPAN&gt;&amp;nbsp;method.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;I recommend using plotly js custom visual&amp;nbsp;&lt;A href="https://appsource.microsoft.com/en-us/product/power-bi-visuals/akvelon.plotlyjsvisualbyakvelon?tab=Overview" target="_blank" rel="noopener"&gt;https://appsource.microsoft.com/en-us/product/power-bi-visuals/akvelon.plotlyjsvisualbyakvelon?tab=Overview&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You can select bar graph and built on top of it - it has more functionality and is easier to configure stuff.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 07:10:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Python-Visual-Maplotlib-Bar-Chart-Is-Showing-Empty-Space/m-p/2694284#M4863</guid>
      <dc:creator>RayWu</dc:creator>
      <dc:date>2022-08-11T07:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: [Custom Python Visual] Maplotlib Bar Chart Is Showing Empty Space</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Python-Visual-Maplotlib-Bar-Chart-Is-Showing-Empty-Space/m-p/2696488#M4876</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/400021"&gt;@RayWu&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your comment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think my post is a little vague. What I'm trying to do is fill up the allotted space for the Python visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this an aspect ratio issue? Do you have any other advice?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kenkenken_0-1660271675455.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/764251iB7A36D29C7B351F0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kenkenken_0-1660271675455.png" alt="kenkenken_0-1660271675455.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 02:36:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Python-Visual-Maplotlib-Bar-Chart-Is-Showing-Empty-Space/m-p/2696488#M4876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-12T02:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: [Custom Python Visual] Maplotlib Bar Chart Is Showing Empty Space</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Python-Visual-Maplotlib-Bar-Chart-Is-Showing-Empty-Space/m-p/2696493#M4877</link>
      <description>&lt;P&gt;As a comparison, the table below is what I want the chart to look like.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The chart inside the square fills up all of its allotted space. No empty spaces.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kenkenken_0-1660271933858.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/764252i015AE0AE1BE46E78/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kenkenken_0-1660271933858.png" alt="kenkenken_0-1660271933858.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Aug 2022 02:39:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Custom-Python-Visual-Maplotlib-Bar-Chart-Is-Showing-Empty-Space/m-p/2696493#M4877</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-12T02:39:33Z</dc:date>
    </item>
  </channel>
</rss>

