<?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: Graph Builder does not save manual axis title change with brackets (JMP19) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Graph-Builder-does-not-save-manual-axis-title-change-with/m-p/932474#M108903</link>
    <description>&lt;P&gt;Here the answer from the JMP Support:&lt;/P&gt;
&lt;DIV data-olk-copy-source="MessageBody"&gt;Hi Nicole,&lt;/DIV&gt;
&lt;DIV aria-hidden="true"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thank you for contacting JMP Technical Support.&amp;nbsp; This issue has been reported before.&amp;nbsp; Please try adding the "column references for dispatch " preference to see if JMP behaves a bit better.&amp;nbsp; To see this click on File -&amp;gt; Preferences -&amp;gt; General.&amp;nbsp; Otherwise the development team is working on resolving this in a future version of JMP.&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV aria-hidden="true"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I hope this information is helpful. Let me know if you have follow-up questions, or need clarification.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Laura Archer&lt;BR /&gt;JMP Technical Support&lt;/DIV&gt;</description>
    <pubDate>Wed, 25 Feb 2026 06:54:02 GMT</pubDate>
    <dc:creator>CoxPanther919</dc:creator>
    <dc:date>2026-02-25T06:54:02Z</dc:date>
    <item>
      <title>Graph Builder does not save manual axis title change with brackets (JMP19)</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-does-not-save-manual-axis-title-change-with/m-p/932291#M108875</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I encountered, the following problem in JMP19 that did not exist in the previous versions.&lt;/P&gt;
&lt;P&gt;We have a lot of columns with the unit in the column header in brackets. When I want to change the axis titel in Graph Builder manually to something other than the column header and save the script, the change is done to the graph title and not the axis title once I run the script. I tried some things in the attached file and the problem occurs only for colums with brackets independent if [] or (). The script lists the column header incorrectly as "Column 4 [g". But even if corrected to "Column 4 [g/L]" in the script the graph title and not the axis title is changed.&lt;/P&gt;
&lt;P&gt;It is not feasible for me to use the "units" column property as my base data already contains the brackets.&lt;/P&gt;
&lt;P&gt;Want do I have to change in my script to change the axis title? And why is this suddently a problem with JMP19 - in JMP17 and 18 I did not encounter the same problem?&lt;/P&gt;
&lt;P&gt;Thanks you very much for your help!&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Nicole&lt;/P&gt;</description>
      <pubDate>Tue, 24 Feb 2026 08:16:19 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-does-not-save-manual-axis-title-change-with/m-p/932291#M108875</guid>
      <dc:creator>CoxPanther919</dc:creator>
      <dc:date>2026-02-24T08:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder does not save manual axis title change with brackets (JMP19)</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-does-not-save-manual-axis-title-change-with/m-p/932322#M108877</link>
      <description>&lt;P&gt;I have replicated your findings.&amp;nbsp; Please contact JMP support&amp;nbsp; &amp;nbsp; &lt;A href="mailto:support@jmp.com" target="_blank" rel="noopener"&gt;support@jmp.com&lt;/A&gt;&amp;nbsp; &amp;nbsp;and submit the bug to them.&lt;/P&gt;
&lt;P&gt;Here is a work around that does correct the problem.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 661, 556 ),
	Show Control Panel( 0 ),
	Variables( X( :Column 1 ), Y( :"Column 4 [g/L]"n ) ),
	Elements( Line( X, Y, Legend( 7 ) ), Points( X, Y, Legend( 8 ) ) )/*,
	SendToReport(
		Dispatch( {}, "Column 4 [g", TextEditBox, {Set Text( "Test  [g/L]" )} )
	)*/
);
current report()["Graph Builder",TextEditBox(4)] &amp;lt;&amp;lt; Set Text( "Test [g/L]" );&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Feb 2026 10:36:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-does-not-save-manual-axis-title-change-with/m-p/932322#M108877</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2026-02-24T10:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder does not save manual axis title change with brackets (JMP19)</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-does-not-save-manual-axis-title-change-with/m-p/932474#M108903</link>
      <description>&lt;P&gt;Here the answer from the JMP Support:&lt;/P&gt;
&lt;DIV data-olk-copy-source="MessageBody"&gt;Hi Nicole,&lt;/DIV&gt;
&lt;DIV aria-hidden="true"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thank you for contacting JMP Technical Support.&amp;nbsp; This issue has been reported before.&amp;nbsp; Please try adding the "column references for dispatch " preference to see if JMP behaves a bit better.&amp;nbsp; To see this click on File -&amp;gt; Preferences -&amp;gt; General.&amp;nbsp; Otherwise the development team is working on resolving this in a future version of JMP.&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV aria-hidden="true"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I hope this information is helpful. Let me know if you have follow-up questions, or need clarification.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Laura Archer&lt;BR /&gt;JMP Technical Support&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Feb 2026 06:54:02 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-does-not-save-manual-axis-title-change-with/m-p/932474#M108903</guid>
      <dc:creator>CoxPanther919</dc:creator>
      <dc:date>2026-02-25T06:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Graph Builder does not save manual axis title change with brackets (JMP19)</title>
      <link>https://community.jmp.com/t5/Discussions/Graph-Builder-does-not-save-manual-axis-title-change-with/m-p/936211#M109165</link>
      <description>&lt;P&gt;The issue seems to be fixed (JMP19.1, maybe before?):&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;New Table( "JMP19.1 no Error axis title",
	Add Rows( 3 ),
	New Column( "Column 4 [g/L]",
		Set Values( [1,2, 3] )
	)
);

Graph Builder(
	Variables( Y( :"Column 4 [g/L]"n ) ),
	Elements( Points( Y, Legend( 2 ) ) ),
	SendToReport(
		Dispatch( {}, {:"Column 4 [g/L]"n}, TextEditBox, {Set Text( "test" )} )
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 19 Mar 2026 16:32:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Graph-Builder-does-not-save-manual-axis-title-change-with/m-p/936211#M109165</guid>
      <dc:creator>hogi</dc:creator>
      <dc:date>2026-03-19T16:32:07Z</dc:date>
    </item>
  </channel>
</rss>

