<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=CubicSpline%2F1002%2FCubicSpline.py</id>
	<title>CubicSpline/1002/CubicSpline.py - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mediawiki.zeropage.org/index.php?action=history&amp;feed=atom&amp;title=CubicSpline%2F1002%2FCubicSpline.py"/>
	<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=CubicSpline/1002/CubicSpline.py&amp;action=history"/>
	<updated>2026-05-15T02:13:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.8</generator>
	<entry>
		<id>https://mediawiki.zeropage.org/index.php?title=CubicSpline/1002/CubicSpline.py&amp;diff=31021&amp;oldid=prev</id>
		<title>imported&gt;Unknown at 05:23, 7 February 2021</title>
		<link rel="alternate" type="text/html" href="https://mediawiki.zeropage.org/index.php?title=CubicSpline/1002/CubicSpline.py&amp;diff=31021&amp;oldid=prev"/>
		<updated>2021-02-07T05:23:03Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt; &lt;br /&gt;
 from wxPython.wx import *&lt;br /&gt;
 from GraphPanel import *&lt;br /&gt;
 &lt;br /&gt;
 class MainFrame(wxFrame):&lt;br /&gt;
 	def __init__(self, parent=NULL, id=NewId(), title=&amp;#039;Graph&amp;#039;, pos=wxDefaultPosition, size=wxDefaultSize):&lt;br /&gt;
 		wxFrame.__init__(self, parent, id, title, pos, size)&lt;br /&gt;
 		self._initChildControl()&lt;br /&gt;
 			&lt;br /&gt;
 	def _initChildControl(self):&lt;br /&gt;
 		self.wxPanelForGraph = wxPanel(self, NewId(), pos=(0,0),size=(700,400))&lt;br /&gt;
 		self.wxGraph = GraphPanel(self.wxPanelForGraph, pos=(0,0), size=(700,400))&lt;br /&gt;
 		self.wxGraph.Show()&lt;br /&gt;
 &lt;br /&gt;
 class App(wxApp):&lt;br /&gt;
 	def OnInit(self):&lt;br /&gt;
 		frame = MainFrame(pos=(100,100), size=(720,400))&lt;br /&gt;
 		frame.Show()&lt;br /&gt;
 		return true&lt;br /&gt;
 &lt;br /&gt;
 if __name__==&amp;quot;__main__&amp;quot;:&lt;br /&gt;
 	theApp = App(0)&lt;br /&gt;
 	theApp.MainLoop()&lt;/div&gt;</summary>
		<author><name>imported&gt;Unknown</name></author>
	</entry>
</feed>