<?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 bihistogram3dparm with heatmap style coloring. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/bihistogram3dparm-with-heatmap-style-coloring/m-p/699575#M20735</link>
    <description>&lt;P&gt;I would like to create figures like the picture below.&amp;nbsp; I have gotten pretty close with&amp;nbsp;&lt;FONT style="background-color: #ffffff;"&gt;bihistogram3dparm&lt;/FONT&gt; and headmapparm&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;         layout overlay3d / cube=false zaxisopts=(griddisplay=on);
            bihistogram3dparm x=risk0 y=ldl0 z=_freq_ / display=all;
            endlayout;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Is it possible to color the bars in the 3d histogram as below.&amp;nbsp; Sort of a 3d histogram heatmap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51763i821FDA77C8D23A65/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Nov 2020 17:46:53 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2020-11-17T17:46:53Z</dc:date>
    <item>
      <title>bihistogram3dparm with heatmap style coloring.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/bihistogram3dparm-with-heatmap-style-coloring/m-p/699575#M20735</link>
      <description>&lt;P&gt;I would like to create figures like the picture below.&amp;nbsp; I have gotten pretty close with&amp;nbsp;&lt;FONT style="background-color: #ffffff;"&gt;bihistogram3dparm&lt;/FONT&gt; and headmapparm&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;         layout overlay3d / cube=false zaxisopts=(griddisplay=on);
            bihistogram3dparm x=risk0 y=ldl0 z=_freq_ / display=all;
            endlayout;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;FONT style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Is it possible to color the bars in the 3d histogram as below.&amp;nbsp; Sort of a 3d histogram heatmap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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="Capture.PNG" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/51763i821FDA77C8D23A65/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 17:46:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/bihistogram3dparm-with-heatmap-style-coloring/m-p/699575#M20735</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2020-11-17T17:46:53Z</dc:date>
    </item>
    <item>
      <title>Re: bihistogram3dparm with heatmap style coloring.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/bihistogram3dparm-with-heatmap-style-coloring/m-p/699582#M20736</link>
      <description>&lt;P&gt;Th BIHISTOGRAM3DPARM does not current;y support the COLORRESPONSE option. Could you use the SURFACEPLOTPARM with COLORRESPONSE option to get a similar display?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 18:21:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/bihistogram3dparm-with-heatmap-style-coloring/m-p/699582#M20736</guid>
      <dc:creator>DanH_sas</dc:creator>
      <dc:date>2020-11-17T18:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: bihistogram3dparm with heatmap style coloring.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/bihistogram3dparm-with-heatmap-style-coloring/m-p/699594#M20737</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/15130"&gt;@DanH_sas&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Th BIHISTOGRAM3DPARM does not current;y support the COLORRESPONSE option. Could you use the SURFACEPLOTPARM with COLORRESPONSE option to get a similar display?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Hi Dan,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for this info I will try SURFACEPLOTPARM.&amp;nbsp; Is there any way (attrmap?) to color the bars in the BIHISTOGRAM?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 19:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/bihistogram3dparm-with-heatmap-style-coloring/m-p/699594#M20737</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2020-11-17T19:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: bihistogram3dparm with heatmap style coloring.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/bihistogram3dparm-with-heatmap-style-coloring/m-p/699600#M20738</link>
      <description>&lt;P&gt;If a plot statement does not have either an ATTRID or RATTRID option to identify the attribute map to use I don't believe it will use an attribute map.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Nov 2020 20:13:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/bihistogram3dparm-with-heatmap-style-coloring/m-p/699600#M20738</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-11-17T20:13:37Z</dc:date>
    </item>
  </channel>
</rss>

