<?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: NOTE: The graph will be rendered as an image due to the use of broken axes. in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/NOTE-The-graph-will-be-rendered-as-an-image-due-to-the-use-of/m-p/417100#M14327</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/52120"&gt;@sanjay&lt;/a&gt;_SAS wrote:&lt;BR /&gt;
&lt;P&gt;Yes, there are some issues with rendering the default broken axis break region with EMF, due to lack of some clipping shapes.&amp;nbsp; You can try changing the&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;AXISBREAK option (= SQUIGGLE | BRACKET | NOTCH | SLANTEDLEFT | SLANTEDRIGHT | SPARK | Z) to BRACKET to see if that will work.&amp;nbsp; The break will be shown only on the axis only.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I tried that but I still got the message and no EMF.&amp;nbsp; I was able to produce an acceptable EMF version by switching X axis to TYPE=DISCRETE and annotating \\ on the X axis between weeks 2 and 8.&lt;/P&gt;</description>
    <pubDate>Wed, 29 Nov 2017 15:43:25 GMT</pubDate>
    <dc:creator>data_null__</dc:creator>
    <dc:date>2017-11-29T15:43:25Z</dc:date>
    <item>
      <title>NOTE: The graph will be rendered as an image due to the use of broken axes.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/NOTE-The-graph-will-be-rendered-as-an-image-due-to-the-use-of/m-p/416527#M14290</link>
      <description>&lt;P&gt;I have this code with IMAGEFMT=EMF.&amp;nbsp; Is there a way to have my EMF and broken axis too?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;   proc sgplot data=analysis;
      series x=avisitn y=estimate / group=trt01pn GROUPDISPLAY=CLUSTER break markers CLUSTERWIDTH=&amp;amp;cw name='a';
      highlow x=avisitn high=UCLMean low=LCLMean / group=trt01pn GROUPDISPLAY=CLUSTER CLUSTERWIDTH=&amp;amp;cw lineattrs=(pattern=1) LOWCAP=SERIF HIGHCAP=SERIF;
      xaxis values=(0 2 8 10 12) ranges=(0-2.5 7.5-12) display=(nolabel);
      yaxis values=(-90 to 40 by 10) label='Percent Change from Baseline';
      keylegend 'a' / title='';
      xaxistable n / location=outside class=xtrt01pn colorgroup=trt01pn title='';
      format avisitn xweek. trt01pn xtrt. xtrt01pn x2trt.;
      run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Nov 2017 22:47:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/NOTE-The-graph-will-be-rendered-as-an-image-due-to-the-use-of/m-p/416527#M14290</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2017-11-27T22:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: NOTE: The graph will be rendered as an image due to the use of broken axes.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/NOTE-The-graph-will-be-rendered-as-an-image-due-to-the-use-of/m-p/416756#M14301</link>
      <description>&lt;P&gt;Yes, there are some issues with rendering the default broken axis break region with EMF, due to lack of some clipping shapes.&amp;nbsp; You can try changing the&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;AXISBREAK option (= SQUIGGLE | BRACKET | NOTCH | SLANTEDLEFT | SLANTEDRIGHT | SPARK | Z) to BRACKET to see if that will work.&amp;nbsp; The break will be shown only on the axis only.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 16:40:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/NOTE-The-graph-will-be-rendered-as-an-image-due-to-the-use-of/m-p/416756#M14301</guid>
      <dc:creator>Jay54</dc:creator>
      <dc:date>2017-11-28T16:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: NOTE: The graph will be rendered as an image due to the use of broken axes.</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/NOTE-The-graph-will-be-rendered-as-an-image-due-to-the-use-of/m-p/417100#M14327</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/52120"&gt;@sanjay&lt;/a&gt;_SAS wrote:&lt;BR /&gt;
&lt;P&gt;Yes, there are some issues with rendering the default broken axis break region with EMF, due to lack of some clipping shapes.&amp;nbsp; You can try changing the&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;AXISBREAK option (= SQUIGGLE | BRACKET | NOTCH | SLANTEDLEFT | SLANTEDRIGHT | SPARK | Z) to BRACKET to see if that will work.&amp;nbsp; The break will be shown only on the axis only.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I tried that but I still got the message and no EMF.&amp;nbsp; I was able to produce an acceptable EMF version by switching X axis to TYPE=DISCRETE and annotating \\ on the X axis between weeks 2 and 8.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 15:43:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/NOTE-The-graph-will-be-rendered-as-an-image-due-to-the-use-of/m-p/417100#M14327</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2017-11-29T15:43:25Z</dc:date>
    </item>
  </channel>
</rss>

