<?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: How to include greek letters when editing axis title (without changing column name) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-include-greek-letters-when-editing-axis-title-without/m-p/883000#M104729</link>
    <description>&lt;P&gt;Wow! This one has worked out perfectly. Many thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 02 Jul 2025 22:25:05 GMT</pubDate>
    <dc:creator>Nazarkovsky</dc:creator>
    <dc:date>2025-07-02T22:25:05Z</dc:date>
    <item>
      <title>How to include greek letters when editing axis title (without changing column name)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-greek-letters-when-editing-axis-title-without/m-p/735269#M91653</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there a way to insert a Greek letter and special character when editing the axis title of a graph, without changing the column name in the data table?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2024 23:13:48 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-greek-letters-when-editing-axis-title-without/m-p/735269#M91653</guid>
      <dc:creator>Greeny</dc:creator>
      <dc:date>2024-03-16T23:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to include greek letters when editing axis title (without changing column name)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-greek-letters-when-editing-axis-title-without/m-p/735272#M91654</link>
      <description>&lt;P&gt;You can use the Unicode characters, see JMP Help&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;// Open Data Table: Big Class.jmp
// → Data Table( "Big Class" )
Open( "/C:/Program Files/SAS/JMPPRO/17/Samples/Data/Big Class.jmp" );

Graph Builder(
	Variables( X( :weight ), Y( :height ) ),
	Elements( Points( X, Y, Legend( 5 ) ), Smoother( X, Y, Legend( 6 ) ) ),
	SendToReport(
		Dispatch( {}, "Y title", TextEditBox, {Set Text( "\!U03C3 height" )} )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="txnelson_0-1710642315513.png" style="width: 649px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/62269i205A3F832E8F0D76/image-dimensions/649x440?v=v2" width="649" height="440" role="button" title="txnelson_0-1710642315513.png" alt="txnelson_0-1710642315513.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2024 02:25:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-greek-letters-when-editing-axis-title-without/m-p/735272#M91654</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-03-17T02:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to include greek letters when editing axis title (without changing column name)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-greek-letters-when-editing-axis-title-without/m-p/735273#M91655</link>
      <description>&lt;P&gt;Thanks, but I was wondering if it is possible to insert the greek letter while manually editing the axis title (without JSL).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2024 02:44:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-greek-letters-when-editing-axis-title-without/m-p/735273#M91655</guid>
      <dc:creator>Greeny</dc:creator>
      <dc:date>2024-03-17T02:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to include greek letters when editing axis title (without changing column name)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-greek-letters-when-editing-axis-title-without/m-p/735274#M91656</link>
      <description>&lt;P&gt;I am not aware of how to enter the Unicodes interactively, so that JMP recognizes them.&amp;nbsp; Maybe another Community Member does.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2024 03:43:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-greek-letters-when-editing-axis-title-without/m-p/735274#M91656</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2024-03-17T03:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to include greek letters when editing axis title (without changing column name)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-greek-letters-when-editing-axis-title-without/m-p/735289#M91659</link>
      <description>&lt;P&gt;On a Windows Computer you can click &lt;STRONG&gt;Win + Point&lt;/STRONG&gt; to open the Emoji Shortcut panel.&lt;/P&gt;&lt;P&gt;The panel also provides a section with Greek letters.&lt;/P&gt;&lt;P&gt;Fortunately, the greek letters will be displayed correctly.&lt;BR /&gt;&lt;BR /&gt;Next question: what's the issue with the Emojis ?!?!&lt;/P&gt;&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6349126331112w688h540r976" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6349126331112" data-account="6058004218001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6058004218001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6349126331112w688h540r976');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://community.jmp.com/t5/video/gallerypage/video-id/6349126331112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&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;</description>
      <pubDate>Sun, 17 Mar 2024 14:12:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-greek-letters-when-editing-axis-title-without/m-p/735289#M91659</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2024-03-17T14:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to include greek letters when editing axis title (without changing column name)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-greek-letters-when-editing-axis-title-without/m-p/736180#M91690</link>
      <description>&lt;P&gt;That worked perfectly. Another super helpful response from you, two days in a row! Thanks so much.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2024 02:17:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-greek-letters-when-editing-axis-title-without/m-p/736180#M91690</guid>
      <dc:creator>Greeny</dc:creator>
      <dc:date>2024-03-19T02:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to include greek letters when editing axis title (without changing column name)</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-include-greek-letters-when-editing-axis-title-without/m-p/883000#M104729</link>
      <description>&lt;P&gt;Wow! This one has worked out perfectly. Many thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 02 Jul 2025 22:25:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-include-greek-letters-when-editing-axis-title-without/m-p/883000#M104729</guid>
      <dc:creator>Nazarkovsky</dc:creator>
      <dc:date>2025-07-02T22:25:05Z</dc:date>
    </item>
  </channel>
</rss>

