<?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: Comment faire ce genre de graphique dans JMP? Le diagramme de Winchester et Floyd (1977) in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/Comment-faire-ce-genre-de-graphique-dans-JMP-Le-diagramme-de/m-p/590994#M79515</link>
    <description>&lt;P&gt;Just an idea.&lt;BR /&gt;Does it make sense to use a custom map for these data?&lt;/P&gt;
&lt;P&gt;&lt;LI-MESSAGE title="Benutzerdefinierte Karten für nicht-geografische Daten" uid="41300" url="https://community.jmp.com/t5/German-Swiss-Austrian-JMP-Users/Benutzerdefinierte-Karten-f%C3%BCr-nicht-geografische-Daten/m-p/41300#U41300" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-MESSAGE title="Custom Map Creator" uid="21479" url="https://community.jmp.com/t5/JMP-Add-Ins/Custom-Map-Creator/m-p/21479#U21479" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jan 2023 12:18:35 GMT</pubDate>
    <dc:creator>mlo1</dc:creator>
    <dc:date>2023-01-18T12:18:35Z</dc:date>
    <item>
      <title>Comment faire ce genre de graphique dans JMP? Le diagramme de Winchester et Floyd (1977)</title>
      <link>https://community.jmp.com/t5/Discussions/Comment-faire-ce-genre-de-graphique-dans-JMP-Le-diagramme-de/m-p/590719#M79509</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Winchester&amp;amp;Floyd1977.jpg" style="width: 500px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49224i07F842E7E00B0916/image-size/large?v=v2&amp;amp;px=999" role="button" title="Winchester&amp;amp;Floyd1977.jpg" alt="Winchester&amp;amp;Floyd1977.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="graph1&amp;amp;2.jpg" style="width: 706px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49225i043BBADBAB3FEBC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="graph1&amp;amp;2.jpg" alt="graph1&amp;amp;2.jpg" /&gt;&lt;/span&gt;Bonjour&lt;/P&gt;
&lt;P&gt;J'ai JMP 14. Et je souhaiterais savoir comment obtenir le diagramme ci-joint? J'ai réussi à faire deux graphiques avec deux tables différentes, un graphique pour les lignes et un autre pour les points. Mais je ne sais pas comment fusionner les deux graphiques en un seul. Un grand merci pour votre aide.&lt;/P&gt;
&lt;P&gt;Mikaël&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:42:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comment-faire-ce-genre-de-graphique-dans-JMP-Le-diagramme-de/m-p/590719#M79509</guid>
      <dc:creator>mgh35</dc:creator>
      <dc:date>2023-06-08T16:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Comment faire ce genre de graphique dans JMP? Le diagramme de Winchester et Floyd (1977)</title>
      <link>https://community.jmp.com/t5/Discussions/Comment-faire-ce-genre-de-graphique-dans-JMP-Le-diagramme-de/m-p/590745#M79510</link>
      <description>&lt;P&gt;&lt;a href="https://community.jmp.com/t5/user/viewprofilepage/user-id/29122"&gt;@mgh35&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I quickly put together a data set and used the annotate option to position the labels.&lt;/P&gt;
&lt;P&gt;Not sure if this is exactly what you wanted but might give you an idea of how to proceed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Stan&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Winchester and Floyd 1977" style="width: 999px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49227i4D291CFFF859591E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Winchester and Floyd 1977.png" alt="Winchester and Floyd 1977" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Winchester and Floyd 1977&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;Graph Builder(
	Size( 1231, 879 ),
	Show Control Panel( 0 ),
	Variables( X( :"Nb/Y ppm"n ), Y( :SiO2% ) ),
	Elements(
		Line( X, Y, Legend( 5 ), Row order( 1 ), Summary Statistic( "N" ) ),
		Points( X, Y, Legend( 7 ) )
	),
	SendToReport(
		Dispatch(
			{},
			"Nb/Y ppm",
			ScaleBox,
			{Scale( "Log" ), Format( "Best", 12 ), Min( 0.0189841314040199 ),
			Max( 12.4117356891639 ), Inc( 1 ), Minor Ticks( 1 )}
		),
		Dispatch(
			{},
			"SiO2%",
			ScaleBox,
			{Min( 38.6575949367089 ), Max( 79.3642685467073 ), Inc( 10 ), Minor Ticks( 1 )}
		),
		Dispatch(
			{},
			"Graph Builder",
			FrameBox,
			{Add Text Annotation(
				Text( "Akali basalt" ),
				Fixed Size( 0 ),
				Text Box( {744, 593, 826, 612} ),
				Filled( 0 )
			), Add Text Annotation(
				Text( "Basanite
Nephelinite
" ),
				Fixed Size( 0 ),
				Text Box( {972, 658, 1053, 707} ),
				Filled( 0 )
			), Add Text Annotation(
				Text( "Rhyolite" ),
				Fixed Size( 0 ),
				Text Box( {459, 39, 522, 58} ),
				Filled( 0 )
			), Add Text Annotation(
				Text( "Rhyodacite
Dacite
" ),
				Fixed Size( 0 ),
				Text Box( {358, 195, 439, 244} ),
				Filled( 0 )
			), Add Text Annotation(
				Text( "Andesite" ),
				Fixed Size( 1 ),
				Text Box( {339, 384, 498, 454} ),
				Filled( 0 )
			), Add Text Annotation(
				Text( "Sub-alkaline basalt
" ),
				Fixed Size( 0 ),
				Text Box( {256, 608, 382, 642} ),
				Filled( 0 )
			), Add Text Annotation(
				Text( "Trachyandesite
" ),
				Fixed Size( 0 ),
				Text Box( {695, 471, 799, 505} ),
				Filled( 0 )
			), Add Text Annotation(
				Text( "Phonolite" ),
				Fixed Size( 0 ),
				Text Box( {1005, 461, 1075, 480} ),
				Filled( 0 )
			), Add Text Annotation(
				Text( "Trachyte" ),
				Fixed Size( 0 ),
				Text Box( {897, 285, 963, 304} ),
				Filled( 0 )
			), Add Text Annotation(
				Text( "Comendite
Pantellerite
" ),
				Fixed Size( 0 ),
				Text Box( {880, 123, 961, 172} ),
				Filled( 0 )
			)}
		),
		Dispatch( {}, "400", LegendBox, {Legend Position( {5, [-1], 7, [0]} )} )
	)
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 00:12:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comment-faire-ce-genre-de-graphique-dans-JMP-Le-diagramme-de/m-p/590745#M79510</guid>
      <dc:creator>stan_koprowski</dc:creator>
      <dc:date>2023-01-18T00:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Comment faire ce genre de graphique dans JMP? Le diagramme de Winchester et Floyd (1977)</title>
      <link>https://community.jmp.com/t5/Discussions/Comment-faire-ce-genre-de-graphique-dans-JMP-Le-diagramme-de/m-p/590965#M79512</link>
      <description>&lt;P&gt;Bonjour Stan, Merci pour le script. J'avais réussi à faire ce genre de graphique avec le constructeur de graphique. Mais je ne sais pas comment rajouter des points (par exemple des points rouges et bleus comme dans le graphique transmis précédemment). Est-ce que c'est possible à partir de deux tables de données ou d'une seule table de données pour générer ce type de graphique.&lt;/P&gt;&lt;P&gt;Merci beaucoup, bonne journée.&lt;/P&gt;&lt;P&gt;Mikaël (JMP14, débutant)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 08:26:42 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comment-faire-ce-genre-de-graphique-dans-JMP-Le-diagramme-de/m-p/590965#M79512</guid>
      <dc:creator>mgh35</dc:creator>
      <dc:date>2023-01-18T08:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Comment faire ce genre de graphique dans JMP? Le diagramme de Winchester et Floyd (1977)</title>
      <link>https://community.jmp.com/t5/Discussions/Comment-faire-ce-genre-de-graphique-dans-JMP-Le-diagramme-de/m-p/590994#M79515</link>
      <description>&lt;P&gt;Just an idea.&lt;BR /&gt;Does it make sense to use a custom map for these data?&lt;/P&gt;
&lt;P&gt;&lt;LI-MESSAGE title="Benutzerdefinierte Karten für nicht-geografische Daten" uid="41300" url="https://community.jmp.com/t5/German-Swiss-Austrian-JMP-Users/Benutzerdefinierte-Karten-f%C3%BCr-nicht-geografische-Daten/m-p/41300#U41300" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-forum-thread lia-fa-icon lia-fa-forum lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;LI-MESSAGE title="Custom Map Creator" uid="21479" url="https://community.jmp.com/t5/JMP-Add-Ins/Custom-Map-Creator/m-p/21479#U21479" discussion_style_icon_css="lia-mention-container-editor-message lia-img-icon-tkb-thread lia-fa-icon lia-fa-tkb lia-fa-thread lia-fa"&gt;&lt;/LI-MESSAGE&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 12:18:35 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comment-faire-ce-genre-de-graphique-dans-JMP-Le-diagramme-de/m-p/590994#M79515</guid>
      <dc:creator>mlo1</dc:creator>
      <dc:date>2023-01-18T12:18:35Z</dc:date>
    </item>
    <item>
      <title>Re: Comment faire ce genre de graphique dans JMP? Le diagramme de Winchester et Floyd (1977)</title>
      <link>https://community.jmp.com/t5/Discussions/Comment-faire-ce-genre-de-graphique-dans-JMP-Le-diagramme-de/m-p/591188#M79528</link>
      <description>&lt;P&gt;Hi Mikaël,&lt;/P&gt;
&lt;P&gt;I think I understand now what you are asking.&lt;/P&gt;
&lt;P&gt;How to add multiple elements to graph using JMP Graph Builder platform?&lt;/P&gt;
&lt;P&gt;Start by clicking the line element from the available options after dragging SiO2% to y-axis and Nb/Y ppm to the x-axis.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Select Row order under the Line element properties&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JMP Graph Builder line element with row order selected" style="width: 925px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49266iFDDDD105FF1642C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="JMP Graph Builder Row Order for line element.png" alt="JMP Graph Builder line element with row order selected" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;JMP Graph Builder line element with row order selected&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Adding points ( or additional elements to existing graph )&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;You can do this a few different ways. After generating the line plot in graph builder you can right click the graph, select add, then select points. Alternatively, you can add the points on top of the line plot by dragging the icon with points (in the palette above the graph) on top of the graph. Dragging a visual (rather than clicking it) adds the visualization to the current plot (rather than replacing it).&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="JMP Graph Builder right-click Add&amp;gt;Points" style="width: 282px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49265i242F785EBE3A07C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="right-click JMP Graph Builder Add_Points.png" alt="JMP Graph Builder right-click Add&amp;gt;Points" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;JMP Graph Builder right-click Add&amp;gt;Points&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps,&lt;/P&gt;
&lt;P&gt;Stan&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 17:18:33 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comment-faire-ce-genre-de-graphique-dans-JMP-Le-diagramme-de/m-p/591188#M79528</guid>
      <dc:creator>stan_koprowski</dc:creator>
      <dc:date>2023-01-18T17:18:33Z</dc:date>
    </item>
    <item>
      <title>Re: Comment faire ce genre de graphique dans JMP? Le diagramme de Winchester et Floyd (1977)</title>
      <link>https://community.jmp.com/t5/Discussions/Comment-faire-ce-genre-de-graphique-dans-JMP-Le-diagramme-de/m-p/591211#M79531</link>
      <description>&lt;P&gt;Merci beaucoup, c'est parfait!&lt;/P&gt;&lt;P&gt;Mikaël&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jan 2023 17:50:07 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/Comment-faire-ce-genre-de-graphique-dans-JMP-Le-diagramme-de/m-p/591211#M79531</guid>
      <dc:creator>mgh35</dc:creator>
      <dc:date>2023-01-18T17:50:07Z</dc:date>
    </item>
  </channel>
</rss>

