<?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: Axis labels are suddenly unreadable in Graphics Programming</title>
    <link>https://communities.sas.com/t5/Graphics-Programming/Axis-labels-are-suddenly-unreadable/m-p/633101#M19642</link>
    <description>&lt;P&gt;What is the exact text that should be in this graph's y-axis label?&lt;/P&gt;
&lt;P&gt;(this might help someone trying to reproduce the problem).&lt;/P&gt;</description>
    <pubDate>Wed, 18 Mar 2020 22:12:09 GMT</pubDate>
    <dc:creator>GraphGuy</dc:creator>
    <dc:date>2020-03-18T22:12:09Z</dc:date>
    <item>
      <title>Axis labels are suddenly unreadable</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Axis-labels-are-suddenly-unreadable/m-p/633054#M19641</link>
      <description>&lt;P&gt;I run this code on a weekly basis and now suddenly the y-axis is completely unreadable. Nothing has changed in the code or data so I'm not quite sure what is going on. This is happening to all the graphs this code is exporting, but I've copied the code below for just one of the graphs and included a picture of the resulting graph.&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: 210px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/36998i48CE9D51C6825FE1/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc sgplot data = hosppast3 sganno=anno_hosp_sg;
format week_order mth3f. season season_fmt.;

title1 font='calibri/italic' height=14pt "Figure 2: Title";
title2 font='calibri/italic' height=14pt "September 29, 2019 –&amp;amp;dtnull";
footnote1 font=calibri justify=left "*Footnote";

vline week_order/ response=pct_hosp group=season name="pcthosp" lineattrs=(thickness=2);
keylegend "pcthosp" / location=inside position=topright noborder across=1;
xaxis type=linear values=(1 5 10 14 18 23 27 31 36 40 44 49) label="Month" labelattrs=(family=calibri) labelattrs=(weight=bold);
yaxis offsetmin=0 values=(0 to 10 by 2) label="Axis Title* Goes Here" labelattrs=(family=calibri) labelattrs=(weight=bold);

run;
quit;

ods listing close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 18 Mar 2020 19:13:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Axis-labels-are-suddenly-unreadable/m-p/633054#M19641</guid>
      <dc:creator>tinycarl</dc:creator>
      <dc:date>2020-03-18T19:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: Axis labels are suddenly unreadable</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Axis-labels-are-suddenly-unreadable/m-p/633101#M19642</link>
      <description>&lt;P&gt;What is the exact text that should be in this graph's y-axis label?&lt;/P&gt;
&lt;P&gt;(this might help someone trying to reproduce the problem).&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 22:12:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Axis-labels-are-suddenly-unreadable/m-p/633101#M19642</guid>
      <dc:creator>GraphGuy</dc:creator>
      <dc:date>2020-03-18T22:12:09Z</dc:date>
    </item>
    <item>
      <title>Re: Axis labels are suddenly unreadable</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Axis-labels-are-suddenly-unreadable/m-p/633111#M19645</link>
      <description>&lt;P&gt;You may want to provide a few records of your data and sganno data sets so that we have something to test against and to see if it may be data related. You would also have to provide the code for the custom formats used.&lt;/P&gt;
&lt;P&gt;It would be a good idea to tell us what ODS Style is in effect as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One expects that you make new graphs because you have new data, so the actual data is one of the things I would want to examine.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 23:07:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Axis-labels-are-suddenly-unreadable/m-p/633111#M19645</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-03-18T23:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Axis labels are suddenly unreadable</title>
      <link>https://communities.sas.com/t5/Graphics-Programming/Axis-labels-are-suddenly-unreadable/m-p/633297#M19646</link>
      <description>&lt;P&gt;I don't know, but let's rule out that the problem is data related. Create the graph by using the data from last week or month. Presumably the graph will still be broken.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so, then something changed on your system? Fonts, maybe? Or an ODS style?&amp;nbsp; Get rid of the FONT= option on the TITLE and FOOTNOTE statements. Does the problem still occur?&amp;nbsp; If so, change to a different ODS style and rerun.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let us know what you discover.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2020 14:41:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Graphics-Programming/Axis-labels-are-suddenly-unreadable/m-p/633297#M19646</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2020-03-19T14:41:01Z</dc:date>
    </item>
  </channel>
</rss>

