<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Bokeh%3A_Plot_Beberapa_Graph_dalam_satu_canvas</id>
	<title>Bokeh: Plot Beberapa Graph dalam satu canvas - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=Bokeh%3A_Plot_Beberapa_Graph_dalam_satu_canvas"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Bokeh:_Plot_Beberapa_Graph_dalam_satu_canvas&amp;action=history"/>
	<updated>2026-04-26T07:27:26Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=Bokeh:_Plot_Beberapa_Graph_dalam_satu_canvas&amp;diff=45182&amp;oldid=prev</id>
		<title>Onnowpurbo: New page: Sumber: http://bokeh.pydata.org/en/0.9.3/docs/user_guide/layout.html    from bokeh.io import output_file, show, vplot  from bokeh.plotting import figure    output_file(&quot;layout.html&quot;)    x ...</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=Bokeh:_Plot_Beberapa_Graph_dalam_satu_canvas&amp;diff=45182&amp;oldid=prev"/>
		<updated>2015-12-01T02:34:05Z</updated>

		<summary type="html">&lt;p&gt;New page: Sumber: http://bokeh.pydata.org/en/0.9.3/docs/user_guide/layout.html    from bokeh.io import output_file, show, vplot  from bokeh.plotting import figure    output_file(&amp;quot;layout.html&amp;quot;)    x ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Sumber: http://bokeh.pydata.org/en/0.9.3/docs/user_guide/layout.html&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 from bokeh.io import output_file, show, vplot&lt;br /&gt;
 from bokeh.plotting import figure&lt;br /&gt;
 &lt;br /&gt;
 output_file(&amp;quot;layout.html&amp;quot;)&lt;br /&gt;
 &lt;br /&gt;
 x = list(range(11))&lt;br /&gt;
 y0 = x&lt;br /&gt;
 y1 = [10 - i for i in x]&lt;br /&gt;
 y2 = [abs(i - 5) for i in x]&lt;br /&gt;
 &lt;br /&gt;
 # create a new plot&lt;br /&gt;
 s1 = figure(width=250, plot_height=250, title=None)&lt;br /&gt;
 s1.circle(x, y0, size=10, color=&amp;quot;navy&amp;quot;, alpha=0.5)&lt;br /&gt;
 &lt;br /&gt;
 # create another one&lt;br /&gt;
 s2 = figure(width=250, height=250, title=None)&lt;br /&gt;
 s2.triangle(x, y1, size=10, color=&amp;quot;firebrick&amp;quot;, alpha=0.5)&lt;br /&gt;
 &lt;br /&gt;
 # create and another&lt;br /&gt;
 s3 = figure(width=250, height=250, title=None)&lt;br /&gt;
 s3.square(x, y2, size=10, color=&amp;quot;olive&amp;quot;, alpha=0.5)&lt;br /&gt;
 &lt;br /&gt;
 # put all the plots in a VBox&lt;br /&gt;
 p = vplot(s1, s2, s3)&lt;br /&gt;
 &lt;br /&gt;
 # show the results&lt;br /&gt;
 show(p)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* http://bokeh.pydata.org/en/0.9.3/docs/user_guide/layout.html&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>