<?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: image in a background of a graphbuilder in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/image-in-a-background-of-a-graphbuilder/m-p/281170#M54447</link>
    <description>&lt;P&gt;Try something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA\Cities.jmp");
gb = dt &amp;lt;&amp;lt; Graph Builder( Variables( X( :POP ) ), Elements( Histogram( X, Legend( 3 ) ) ) );
frame = (gb &amp;lt;&amp;lt; report)[FrameBox( 1 )];
frame &amp;lt;&amp;lt; Add Image( Open("$SAMPLE_IMAGES/black rhino footprint.jpg", jpg), bounds(left(0), top(30),bottom(0),right(9000)));&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 22 Jul 2020 17:18:22 GMT</pubDate>
    <dc:creator>paul_vezzetti</dc:creator>
    <dc:date>2020-07-22T17:18:22Z</dc:date>
    <item>
      <title>image in a background of a graphbuilder</title>
      <link>https://community.jmp.com/t5/Discussions/image-in-a-background-of-a-graphbuilder/m-p/281118#M54441</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;is it possible to put an image in the background of a graph?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Let me explain: I have a graph with histograms representing a % of failures for a process;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I would like to overlay with an image of a process screen. I will size the graph so that the histograms are well placed on the image.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;thanks&amp;nbsp; fro your answers.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;all the best&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, 11 Jun 2023 11:03:49 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/image-in-a-background-of-a-graphbuilder/m-p/281118#M54441</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2023-06-11T11:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: image in a background of a graphbuilder</title>
      <link>https://community.jmp.com/t5/Discussions/image-in-a-background-of-a-graphbuilder/m-p/281170#M54447</link>
      <description>&lt;P&gt;Try something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
dt = Open("$SAMPLE_DATA\Cities.jmp");
gb = dt &amp;lt;&amp;lt; Graph Builder( Variables( X( :POP ) ), Elements( Histogram( X, Legend( 3 ) ) ) );
frame = (gb &amp;lt;&amp;lt; report)[FrameBox( 1 )];
frame &amp;lt;&amp;lt; Add Image( Open("$SAMPLE_IMAGES/black rhino footprint.jpg", jpg), bounds(left(0), top(30),bottom(0),right(9000)));&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 Jul 2020 17:18:22 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/image-in-a-background-of-a-graphbuilder/m-p/281170#M54447</guid>
      <dc:creator>paul_vezzetti</dc:creator>
      <dc:date>2020-07-22T17:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: image in a background of a graphbuilder</title>
      <link>https://community.jmp.com/t5/Discussions/image-in-a-background-of-a-graphbuilder/m-p/281765#M54545</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks for your answer.&lt;/P&gt;&lt;P&gt;Is it possible to have colors of the&amp;nbsp;JMP graph&amp;nbsp;with transparency?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;all the best&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 14:33:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/image-in-a-background-of-a-graphbuilder/m-p/281765#M54545</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2020-07-24T14:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: image in a background of a graphbuilder</title>
      <link>https://community.jmp.com/t5/Discussions/image-in-a-background-of-a-graphbuilder/m-p/281769#M54547</link>
      <description>&lt;P&gt;For most fills in graph builder, you can right click on the legend and select Transparency...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Open("$SAMPLE_DATA\Big Class.jmp");
Graph Builder(
    Variables( X( :height ) ),
    Elements( Histogram( X, Legend( 5 ) ) ),
    SendToReport(
        Dispatch(
            {},
            "400",
            ScaleBox,
            {Legend Model(
                5,
                Properties(
                    0,
                    {Fill Color( 5 ), Transparency( 0.5 )},
                    Item ID( "height", 1 )
                )
            )}
        )
    )
);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 24 Jul 2020 14:42:44 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/image-in-a-background-of-a-graphbuilder/m-p/281769#M54547</guid>
      <dc:creator>paul_vezzetti</dc:creator>
      <dc:date>2020-07-24T14:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: image in a background of a graphbuilder</title>
      <link>https://community.jmp.com/t5/Discussions/image-in-a-background-of-a-graphbuilder/m-p/281773#M54549</link>
      <description>&lt;P&gt;You can set the transparency of the markers in almost any graph in JMP, including Graph Builder, with a right click and choose &lt;STRONG&gt;Transparency...&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this example, I've already set the transparency to .25.&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="2020-07-24_10-56-13.507.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/25700i1AB8CD025497B0E0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="2020-07-24_10-56-13.507.png" alt="2020-07-24_10-56-13.507.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 14:57:51 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/image-in-a-background-of-a-graphbuilder/m-p/281773#M54549</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2020-07-24T14:57:51Z</dc:date>
    </item>
    <item>
      <title>Re: image in a background of a graphbuilder</title>
      <link>https://community.jmp.com/t5/Discussions/image-in-a-background-of-a-graphbuilder/m-p/281775#M54550</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 15:00:40 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/image-in-a-background-of-a-graphbuilder/m-p/281775#M54550</guid>
      <dc:creator>Françoise</dc:creator>
      <dc:date>2020-07-24T15:00:40Z</dc:date>
    </item>
  </channel>
</rss>

