|
From: <ai...@us...> - 2008-12-16 19:43:37
|
Revision: 9149
http://plplot.svn.sourceforge.net/plplot/?rev=9149&view=rev
Author: airwin
Date: 2008-12-16 19:43:33 +0000 (Tue, 16 Dec 2008)
Log Message:
-----------
Copyright and license update.
Modified Paths:
--------------
trunk/examples/python/xw01.py
trunk/examples/python/xw02.py
trunk/examples/python/xw03.py
trunk/examples/python/xw04.py
trunk/examples/python/xw05.py
trunk/examples/python/xw06.py
trunk/examples/python/xw07.py
trunk/examples/python/xw09.py
trunk/examples/python/xw10.py
trunk/examples/python/xw11.py
trunk/examples/python/xw12.py
trunk/examples/python/xw13.py
trunk/examples/python/xw14.py
trunk/examples/python/xw15.py
trunk/examples/python/xw16.py
trunk/examples/python/xw18.py
trunk/examples/python/xw30.py
Modified: trunk/examples/python/xw01.py
===================================================================
--- trunk/examples/python/xw01.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw01.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,5 +1,26 @@
-# Simple line plot and multiple windows demo.
+# $Id$
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# Simple line plot and multiple windows demo.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
from plplot_py_demos import *
# main
Modified: trunk/examples/python/xw02.py
===================================================================
--- trunk/examples/python/xw02.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw02.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,3 +1,26 @@
+# $Id$
+
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# Multiple window and color map 0 demo.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
from plplot_py_demos import *
# Demonstrates multiple windows and default color map 0 palette.
Modified: trunk/examples/python/xw03.py
===================================================================
--- trunk/examples/python/xw03.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw03.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,3 +1,26 @@
+# $Id$
+
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# Polar plot demo.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
from plplot_py_demos import *
# main
Modified: trunk/examples/python/xw04.py
===================================================================
--- trunk/examples/python/xw04.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw04.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,3 +1,26 @@
+# $Id$
+
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# Log plot demo.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
from plplot_py_demos import *
# main
Modified: trunk/examples/python/xw05.py
===================================================================
--- trunk/examples/python/xw05.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw05.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,3 +1,26 @@
+# $Id$
+
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# Histogram demo.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
from plplot_py_demos import *
NPTS = 2047
Modified: trunk/examples/python/xw06.py
===================================================================
--- trunk/examples/python/xw06.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw06.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,3 +1,26 @@
+# $Id$
+
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# Font demo.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
from plplot_py_demos import *
# main
Modified: trunk/examples/python/xw07.py
===================================================================
--- trunk/examples/python/xw07.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw07.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,3 +1,26 @@
+# $Id$
+
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# Font demo.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
from plplot_py_demos import *
# main
Modified: trunk/examples/python/xw09.py
===================================================================
--- trunk/examples/python/xw09.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw09.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,3 +1,26 @@
+# $Id$
+
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# Contour plot demo.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
from plplot_py_demos import *
XPTS = 35
Modified: trunk/examples/python/xw10.py
===================================================================
--- trunk/examples/python/xw10.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw10.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,3 +1,26 @@
+# $Id$
+
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# Window positioning demo.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
from plplot_py_demos import *
# main
Modified: trunk/examples/python/xw11.py
===================================================================
--- trunk/examples/python/xw11.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw11.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,3 +1,26 @@
+# $Id$
+
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# Mesh plot demo.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
from plplot_py_demos import *
XPTS = 35 # Data points in x
Modified: trunk/examples/python/xw12.py
===================================================================
--- trunk/examples/python/xw12.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw12.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,3 +1,26 @@
+# $Id$
+
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# Bar chart demo.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
from plplot_py_demos import *
# main
Modified: trunk/examples/python/xw13.py
===================================================================
--- trunk/examples/python/xw13.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw13.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,3 +1,26 @@
+# $Id$
+
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# Pie chart demo.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
from plplot_py_demos import *
text = ["Maurice",
Modified: trunk/examples/python/xw14.py
===================================================================
--- trunk/examples/python/xw14.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw14.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,7 +1,29 @@
#!/usr/bin/env python
-# Run 14th python plplot example
+# $Id$
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# Demo of multiple stream/window capability.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
+
# Append to effective python path so that can find plplot modules.
from plplot_python_start import *
Modified: trunk/examples/python/xw15.py
===================================================================
--- trunk/examples/python/xw15.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw15.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,3 +1,26 @@
+# $Id$
+
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# Shade plot demo.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
from plplot_py_demos import *
XPTS = 35 # Data points in x
Modified: trunk/examples/python/xw16.py
===================================================================
--- trunk/examples/python/xw16.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw16.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,3 +1,26 @@
+# $Id$
+
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# plshade demo, using color fill.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
from plplot_py_demos import *
NS = 20
Modified: trunk/examples/python/xw18.py
===================================================================
--- trunk/examples/python/xw18.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw18.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,3 +1,26 @@
+# $Id$
+
+# Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Alan W. Irwin
+
+# 3-d line and point plot demo.
+#
+# This file is part of PLplot.
+#
+# PLplot is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Library Public License as published
+# by the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# PLplot is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Library General Public License for more details.
+#
+# You should have received a copy of the GNU Library General Public License
+# along with PLplot; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+#
+
from plplot_py_demos import *
opt = [1, 0, 1, 0]
Modified: trunk/examples/python/xw30.py
===================================================================
--- trunk/examples/python/xw30.py 2008-12-16 19:42:35 UTC (rev 9148)
+++ trunk/examples/python/xw30.py 2008-12-16 19:43:33 UTC (rev 9149)
@@ -1,4 +1,4 @@
-# $Id:$
+# $Id$
# Copyright (C) 2008 Hazen Babcock
# Copyright (C) 2008 Andrew Ross
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|