<?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 GTL suppress tips for individual plots in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/GTL-suppress-tips-for-individual-plots/m-p/123236#M4772</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to suppress HTML tips for individual plots?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is, I've got an SGRENDER step that overlays several plots.&amp;nbsp; I have /imagemap on to generate tips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want tips for one plot.&amp;nbsp; But currently I'm getting tips for every plot.&amp;nbsp; And the HTML is getting expansisve/expensive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pseudo code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics on/imagemap;&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;boxplot x=x y=y&amp;nbsp;&amp;nbsp; /tip=(x)&amp;nbsp; ;&amp;nbsp; /*make tips for boxplots only*/&lt;/P&gt;&lt;P&gt;seriesplot x=x y=y1/tip=(none);&lt;/P&gt;&lt;P&gt;seriesplot x=x y=y2/tip=(none);&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So hoping there is some way to specify tip=(none) so that don't have to generate tips for every plot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Feb 2013 21:08:11 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2013-02-27T21:08:11Z</dc:date>
    <item>
      <title>GTL suppress tips for individual plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GTL-suppress-tips-for-individual-plots/m-p/123236#M4772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to suppress HTML tips for individual plots?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is, I've got an SGRENDER step that overlays several plots.&amp;nbsp; I have /imagemap on to generate tips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want tips for one plot.&amp;nbsp; But currently I'm getting tips for every plot.&amp;nbsp; And the HTML is getting expansisve/expensive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pseudo code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods graphics on/imagemap;&lt;/P&gt;&lt;P&gt;proc template;&lt;/P&gt;&lt;P&gt;..&lt;/P&gt;&lt;P&gt;boxplot x=x y=y&amp;nbsp;&amp;nbsp; /tip=(x)&amp;nbsp; ;&amp;nbsp; /*make tips for boxplots only*/&lt;/P&gt;&lt;P&gt;seriesplot x=x y=y1/tip=(none);&lt;/P&gt;&lt;P&gt;seriesplot x=x y=y2/tip=(none);&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So hoping there is some way to specify tip=(none) so that don't have to generate tips for every plot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 21:08:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GTL-suppress-tips-for-individual-plots/m-p/123236#M4772</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2013-02-27T21:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: GTL suppress tips for individual plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GTL-suppress-tips-for-individual-plots/m-p/123237#M4773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We had exactly this request a while ago to suppress tool tips for specific plots.&amp;nbsp; This was added in SAS 9.3M2 as an undocumented syntax of TIPS=(none), just like you used above.&amp;nbsp; With SAS 9.4, TIPS=none was added.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have an earlier version, I think you could contact Tech Support for a hotfix that is available for SAS 9.2M3 onwards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 23:29:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GTL-suppress-tips-for-individual-plots/m-p/123237#M4773</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2013-02-27T23:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: GTL suppress tips for individual plots</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/GTL-suppress-tips-for-individual-plots/m-p/123238#M4774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks so much, Sanjay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great to know this should be possible.&amp;nbsp; Will check what we have running on the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 15:42:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/GTL-suppress-tips-for-individual-plots/m-p/123238#M4774</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2013-02-28T15:42:49Z</dc:date>
    </item>
  </channel>
</rss>

