<?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: fond de carte in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671645#M85963</link>
    <description>&lt;P&gt;Using Add Image to framebox should work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

folder_of_interest = Convert File Path("$SAMPLE_IMAGES");
filenames = Files In Directory(folder_of_interest);

dt = Open("$SAMPLE_DATA/Big Class.jmp");

swap_img = Expr(
	frame = Report(gb)[FrameBox(1)];
	Try(
		cur_img = frame &amp;lt;&amp;lt; FindSeg(PictSeg(1));
		cur_img &amp;lt;&amp;lt; Remove;
	);
	img = New Image(folder_of_interest || cur_file);
	frame &amp;lt;&amp;lt; Add Image(
		Image(img),
		bounds(top(90), Left(10), bottom(10), Right(90))
	);
);

nw = new window("",
	H List Box(
		rb = Radio Box(filenames, &amp;lt;&amp;lt; Set Function(function({this},
			cur_file = (this &amp;lt;&amp;lt; get selected);
			swap_img;
		))),
		gb = dt &amp;lt;&amp;lt; Graph Builder(
			Size(528, 456),
			Show Control Panel(0),
			Variables(X(:weight), Y(:height)),
			Elements(Points(X, Y, Legend(3)))
		);		
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Mon, 28 Aug 2023 09:24:26 GMT</pubDate>
    <dc:creator>jthi</dc:creator>
    <dc:date>2023-08-28T09:24:26Z</dc:date>
    <item>
      <title>fond de carte</title>
      <link>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671639#M85962</link>
      <description>&lt;P&gt;Bonjour à tous,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Je dispose d’un dossier comportant plusieurs images. J’arrive en faisant glisser une par une les images à mettre l’image correspondante en fond de carte (dans l’outil constructeur de graphique). J’aimerais pouvoir réaliser ceci de façon interactive avec un outil JMP (script JSL, sélecteur de colonne...).&lt;/P&gt;&lt;P&gt;C’est à dire modifier le fond de carte en fonction du choix de l’utilisateur et avec les images du dossier évoqué.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Voici par exemple à quoi ressemble une image en fond de carte en faisant glisser l’image à la main :&lt;/U&gt;&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="hcarr01_0-1693212287064.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/56040i87B814E065B36E59/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hcarr01_0-1693212287064.png" alt="hcarr01_0-1693212287064.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Merci pour votre aide !&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 08:48:50 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671639#M85962</guid>
      <dc:creator>hcarr01</dc:creator>
      <dc:date>2023-08-28T08:48:50Z</dc:date>
    </item>
    <item>
      <title>Re: fond de carte</title>
      <link>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671645#M85963</link>
      <description>&lt;P&gt;Using Add Image to framebox should work&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);

folder_of_interest = Convert File Path("$SAMPLE_IMAGES");
filenames = Files In Directory(folder_of_interest);

dt = Open("$SAMPLE_DATA/Big Class.jmp");

swap_img = Expr(
	frame = Report(gb)[FrameBox(1)];
	Try(
		cur_img = frame &amp;lt;&amp;lt; FindSeg(PictSeg(1));
		cur_img &amp;lt;&amp;lt; Remove;
	);
	img = New Image(folder_of_interest || cur_file);
	frame &amp;lt;&amp;lt; Add Image(
		Image(img),
		bounds(top(90), Left(10), bottom(10), Right(90))
	);
);

nw = new window("",
	H List Box(
		rb = Radio Box(filenames, &amp;lt;&amp;lt; Set Function(function({this},
			cur_file = (this &amp;lt;&amp;lt; get selected);
			swap_img;
		))),
		gb = dt &amp;lt;&amp;lt; Graph Builder(
			Size(528, 456),
			Show Control Panel(0),
			Variables(X(:weight), Y(:height)),
			Elements(Points(X, Y, Legend(3)))
		);		
	)
);&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 28 Aug 2023 09:24:26 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671645#M85963</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-08-28T09:24:26Z</dc:date>
    </item>
    <item>
      <title>Re: fond de carte</title>
      <link>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671649#M85964</link>
      <description>&lt;P&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;Merci pour votre réponse &lt;/FONT&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/14366"&gt;@jthi&lt;/a&gt;&lt;FONT&gt;.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;D’une part j’obtiens bien toutes les différentes images à gauche de la page où je peux choisir laquelle sélectionner.&lt;/P&gt;&lt;P&gt;Lorsque je sélectionne une image, j’obtiens le message d’erreur suivant :&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="hcarr01_0-1693217047669.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/56043i552B6D5792118AD1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hcarr01_0-1693217047669.png" alt="hcarr01_0-1693217047669.png" /&gt;&lt;/span&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>Mon, 28 Aug 2023 10:04:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671649#M85964</guid>
      <dc:creator>hcarr01</dc:creator>
      <dc:date>2023-08-28T10:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: fond de carte</title>
      <link>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671680#M85966</link>
      <description>&lt;P&gt;Script does work for me when using JMP17&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1693221085808.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/56044iE77C0378498140A1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1693221085808.png" alt="jthi_0-1693221085808.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 11:11:31 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671680#M85966</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-08-28T11:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: fond de carte</title>
      <link>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671683#M85967</link>
      <description>&lt;P&gt;Merci, cela fonctionne correctement, j'avais oublié la suite du chemin d'accès.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cependant, pour que l'image soit bien représentée avec les bonnes dimensions je dois utiliser l'option "Image"--&amp;gt;"Taille/Echelle"--&amp;gt;"Remplir le graphique".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Existe-t-il une option permettant de le faire automatiquement ou faut-il le faire de façon manuelle à chaque fois ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Merci pour votre réponse !&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 11:20:45 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671683#M85967</guid>
      <dc:creator>hcarr01</dc:creator>
      <dc:date>2023-08-28T11:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: fond de carte</title>
      <link>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671685#M85968</link>
      <description>&lt;P&gt;Scripting Index usually is pretty good of finding solutions (you can use same keyword as JMP menu has or parts of it)&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jthi_0-1693222196744.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/56045iE45108F9AFD25851/image-size/medium?v=v2&amp;amp;px=400" role="button" title="jthi_0-1693222196744.png" alt="jthi_0-1693222196744.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 11:30:58 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671685#M85968</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-08-28T11:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: fond de carte</title>
      <link>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671717#M85971</link>
      <description>&lt;P&gt;J'utilise ce script pour avoir le constructeur des graphiques, j'ai essayé d'intégrer l'option "fill graph" mais rien de concluant cela ne fonctionne pas correctement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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);

folder_of_interest = Convert File Path("image");
filenames = Files In Directory(folder_of_interest);

dt = current data table();

swap_img = Expr(
	frame = Report(gb)[FrameBox(1)];
	Try(
		cur_img = frame &amp;lt;&amp;lt; FindSeg(PictSeg(1));
		cur_img &amp;lt;&amp;lt; remove;
		wait ( 1 );
		cur_img &amp;lt;&amp;lt; fill graph;
	);
	img = New Image(folder_of_interest || cur_file);
	frame &amp;lt;&amp;lt; Add Image(
		Image(img),
		bounds(frame &amp;lt;&amp;lt; fill graph);
	);

);


nw = new window("Image référence vs défauts",
	H List Box(
		rb = Radio Box(filenames, &amp;lt;&amp;lt; Set Function(function({this},
			cur_file = (this &amp;lt;&amp;lt; get selected);
			swap_img;
		))),
		gb = dt &amp;lt;&amp;lt; Graph Builder(
			Size( 567, 494 ),
			Show Control Panel( 0 ),
			Variables( X( :COORDXD ), Y( :COORDYD ) ),
			Elements( Points( X, Y, Legend( 6 ) ) ),
			Local Data Filter(
				Add Filter(
					columns( :NUMP, :NUMIMAGE ),
					Where( :NUMP == "x" ),
					Where( :NUMIMAGE == x ),
					Display( :NUMP, N Items( 15 ), Find( Set Text( "" ) ) ),
					Display( :NUMIMAGE, N Items( 15 ) )
				)
			),
			SendToReport(
				Dispatch(
					{},
					"400",
					ScaleBox,
					{Legend Model(
						6,
						Properties( 0, {Line Color( 51 )}, Item ID( "COORDYD", 1 ) )
					)}
				)
			)
		);	
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 12:58:41 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671717#M85971</guid>
      <dc:creator>hcarr01</dc:creator>
      <dc:date>2023-08-28T12:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: fond de carte</title>
      <link>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671722#M85972</link>
      <description>&lt;P&gt;You need the reference to PictSeg after the image has been set and then use fill graph on that.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 13:08:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/671722#M85972</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2023-08-28T13:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: fond de carte</title>
      <link>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/751902#M93318</link>
      <description>&lt;P&gt;Bonjour,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dans la liste des images à sélectionner à gauche, j'obtiens beaucoup de choix.&lt;/P&gt;&lt;P&gt;Est-il possible de changer le format d'affichage et d'avoir une liste déroulante où nous pouvons chercher les images que nous souhaitons afficher en fond ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Comme ci-dessous :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="hcarr01_0-1714734414790.png" style="width: 400px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/63915i54781D52A4C61964/image-size/medium?v=v2&amp;amp;px=400" role="button" title="hcarr01_0-1714734414790.png" alt="hcarr01_0-1714734414790.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;merci pour vos réponses.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 11:08:36 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/751902#M93318</guid>
      <dc:creator>hcarr01</dc:creator>
      <dc:date>2024-05-03T11:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: fond de carte</title>
      <link>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/751910#M93320</link>
      <description>&lt;P&gt;Depends on your UI. You might be able to use local data filter or you can write your own search box (using Text Edit Box) which can then be used for example with List Box to show the items.&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 12:21:54 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/751910#M93320</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-05-03T12:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: fond de carte</title>
      <link>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/751933#M93321</link>
      <description>&lt;P&gt;Merci pour votre réponse.&lt;/P&gt;&lt;P&gt;J'ai essayé avec List Box mais je ne sais pas où l'intégrer dans le script&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);
Clear Log();

folder_of_interest = Convert File Path("$SAMPLE_IMAGES");
filenames = Files In Directory(folder_of_interest);

dt = Open("$SAMPLE_DATA/Big Class.jmp");

swap_img = Expr(
	frame = Report(gb)[FrameBox(1)];
	Try(
		cur_img = frame &amp;lt;&amp;lt; FindSeg(PictSeg(1));
		cur_img &amp;lt;&amp;lt; Remove;
	);
	img = New Image(folder_of_interest || cur_file);
	frame &amp;lt;&amp;lt; Add Image(
		Image(img),
		bounds(top(90), Left(10), bottom(10), Right(90))
	);
);

nw = new window("",
	H List Box(
		rb = Radio Box(filenames, &amp;lt;&amp;lt; Set Function(function({this},
			cur_file = (this &amp;lt;&amp;lt; get selected);
			swap_img;
		))),
		gb = dt &amp;lt;&amp;lt; Graph Builder(
			Size(528, 456),
			Show Control Panel(0),
			Variables(X(:weight), Y(:height)),
			Elements(Points(X, Y, Legend(3)))
		);		
	)
);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 May 2024 12:34:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/751933#M93321</guid>
      <dc:creator>hcarr01</dc:creator>
      <dc:date>2024-05-03T12:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: fond de carte</title>
      <link>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/751935#M93323</link>
      <description>&lt;P&gt;You would replace Radio Box with List Box. If you need search feature, you would have to write it yourself as ListBox doesn't have that by default&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
Clear Log();

folder_of_interest = Convert File Path("$SAMPLE_IMAGES");
filenames = Files In Directory(folder_of_interest);

dt = Open("$SAMPLE_DATA/Big Class.jmp");

swap_img = Expr(
	frame = Report(gb)[FrameBox(1)];
	Try(
		cur_img = frame &amp;lt;&amp;lt; FindSeg(PictSeg(1));
		cur_img &amp;lt;&amp;lt; Remove;
	);
	img = New Image(folder_of_interest || cur_file);
	frame &amp;lt;&amp;lt; Add Image(
		Image(img)
	);
	seg = frame &amp;lt;&amp;lt; FindSeg(PictSeg(1));
	seg &amp;lt;&amp;lt; fill graph;
	seg &amp;lt;&amp;lt; Lock(1);
);

nw = new window("",
	H List Box(
		rb = List Box(filenames, &amp;lt;&amp;lt; Set Max Selected(1), &amp;lt;&amp;lt; Set Function(function({this},
			cur_file = (this &amp;lt;&amp;lt; get selected)[1];
			swap_img;
		))),
		gb = dt &amp;lt;&amp;lt; Graph Builder(
			Size(528, 456),
			Show Control Panel(0),
			Variables(X(:weight), Y(:height)),
			Elements(Points(X, Y, Legend(3)))
		);		
	)
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI-SPOILER&gt;</description>
      <pubDate>Fri, 03 May 2024 12:41:09 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/751935#M93323</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-05-03T12:41:09Z</dc:date>
    </item>
    <item>
      <title>Re: fond de carte</title>
      <link>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/754242#M93641</link>
      <description>&lt;P&gt;Bonjour à tous,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A l'aide de ce script, j'obtiens dans le constructeur de graphique des images interactives en fond.&lt;/P&gt;&lt;P&gt;J'aimerais pouvoir bloquer les images et rendre la taille isométrique pour chacune des images.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;J'utilise par défaut les fonctions "&lt;STRONG&gt;lock(1)&lt;/STRONG&gt;" et "&lt;STRONG&gt;size to isometric&lt;/STRONG&gt;" mais cela fonctionne uniquement lorsque je travaille sur 1 seule photo, je n'arrive pas à généraliser les fonctions pour toutes les images, dès que l'on modifie la sélection de la photo en fond du constructeur de graphique les fonctions n'ont plus d'effets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Comment peut-on résoudre ce problème ?&lt;/P&gt;&lt;P&gt;Merci pour vos réponses.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 14:22:53 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/754242#M93641</guid>
      <dc:creator>hcarr01</dc:creator>
      <dc:date>2024-05-14T14:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: fond de carte</title>
      <link>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/754321#M93649</link>
      <description>&lt;P&gt;I'm not exactly sure what problem you are having. What type of images are you trying to set? How should they be aligned in your graph? Should they fill the whole graph? Do they have specific bounds?&lt;/P&gt;
&lt;LI-SPOILER&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Names Default To Here(1);
Clear Log();

folder_of_interest = Convert File Path("$SAMPLE_IMAGES");
filenames = Files In Directory(folder_of_interest);

dt = Open("$SAMPLE_DATA/Big Class.jmp");

swap_img = Expr(
	Try(
		cur_img = frame &amp;lt;&amp;lt; FindSeg(PictSeg(1));
		cur_img &amp;lt;&amp;lt; Remove;
	);
	img = New Image(folder_of_interest || cur_file);
	frame &amp;lt;&amp;lt; Add Image(
		Image(img)
	);
	seg = frame &amp;lt;&amp;lt; FindSeg(PictSeg(1));
	seg &amp;lt;&amp;lt; fill graph;
	// seg &amp;lt;&amp;lt; bounds(Left(0), Right(100), top(100), bottom(0));
	// {l, r, t, b} = seg &amp;lt;&amp;lt; getBounds;
	seg &amp;lt;&amp;lt; Lock(1);
);

nw = new window("",
	H List Box(
		rb = List Box(filenames, &amp;lt;&amp;lt; Set Max Selected(1), &amp;lt;&amp;lt; Set Function(function({this},
			cur_file = (this &amp;lt;&amp;lt; get selected)[1];
			swap_img;
		))),
		gb = dt &amp;lt;&amp;lt; Graph Builder(
			Size(528, 456),
			Show Control Panel(0),
			Variables(X(:weight), Y(:height)),
			Elements(Points(X, Y, Legend(3)))
		);		
	)
);

frame = Report(gb)[FrameBox(1)];

frame &amp;lt;&amp;lt; Size to Isometric(1);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;/LI-SPOILER&gt;</description>
      <pubDate>Tue, 14 May 2024 16:26:05 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/fond-de-carte/m-p/754321#M93649</guid>
      <dc:creator>jthi</dc:creator>
      <dc:date>2024-05-14T16:26:05Z</dc:date>
    </item>
  </channel>
</rss>

