<mediawiki xmlns="http://www.mediawiki.org/xml/export-0.3/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.mediawiki.org/xml/export-0.3/ http://www.mediawiki.org/xml/export-0.3.xsd" version="0.3" xml:lang="en">
  <siteinfo>
    <sitename>S2PLOT</sitename>
    <base>https://astronomy.swin.edu.au/s2plot/index.php?title=S2PLOT</base>
    <generator>MediaWiki 1.6.10</generator>
    <case>first-letter</case>
      <namespaces>
      <namespace key="-2">Media</namespace>
      <namespace key="-1">Special</namespace>
      <namespace key="0" />
      <namespace key="1">Talk</namespace>
      <namespace key="2">User</namespace>
      <namespace key="3">User talk</namespace>
      <namespace key="4">S2PLOT</namespace>
      <namespace key="5">S2PLOT talk</namespace>
      <namespace key="6">Image</namespace>
      <namespace key="7">Image talk</namespace>
      <namespace key="8">MediaWiki</namespace>
      <namespace key="9">MediaWiki talk</namespace>
      <namespace key="10">Template</namespace>
      <namespace key="11">Template talk</namespace>
      <namespace key="12">Help</namespace>
      <namespace key="13">Help talk</namespace>
      <namespace key="14">Category</namespace>
      <namespace key="15">Category talk</namespace>
    </namespaces>
  </siteinfo>
  <page>
    <title>S2PLOT</title>
    <id>1367</id>
    <restrictions>edit=autoconfirmed:move=autoconfirmed</restrictions>
    <revision>
      <id>2933</id>
      <timestamp>2014-03-06T00:39:57Z</timestamp>
      <contributor>
        <username>S2plot admin</username>
        <id>1</id>
      </contributor>
      <text xml:space="preserve">&lt;table&gt;
&lt;tr&gt;
&lt;td width=25% align=center&gt;[[Image:sample2_small.png]]&lt;/td&gt;
&lt;td width=25% align=center&gt;[[Image:sample3_small.png]]&lt;/td&gt;
&lt;td width=25% align=center&gt;[[Image:sample7_small.png]]&lt;/td&gt;
&lt;td width=25% align=center&gt;[[Image:sample5_small.png]]&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan=4 align=center&gt;&lt;h2&gt;S2PLOT: A Three-Dimensional Plotting Library&lt;/h2&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;

S2PLOT is an advanced three-dimensional plotting library with support for standard and enhanced display devices. The S2PLOT library was written in C and can be used with C, C++ and FORTRAN programs on GNU/Linux and Apple/OSX. The S2PLOT architecture supports dynamic geometry and can be used to plot both static and time-evolving data sets.  S2PLOT is based on the [http://www.opengl.org OpenGL] graphics library.

With a programming interface inspired by PGPLOT, S2PLOT provides researchers with elegant techniques for displaying and interactively exploring 3D data sets directly from their program code. 

&lt;center&gt;
&lt;b&gt;&lt;font size=+1 color=red&gt;Announcement:&lt;/font&gt; Version 3.2.1 is now available for [[S2PLOT:Download | download and testing]] (November  2012).&lt;/b&gt;
&lt;br&gt;This latest version of S2PLOT is the first to be released through the [http://www.gnu.org/licenses/gpl.html GNU GPL], and needs to be compiled on your local system.  &lt;br&gt;Please follow all instructions in the INSTALL.TXT file that accompanies the source distribution.&lt;br&gt;
&lt;b&gt;&lt;font size=+1 color=red&gt;Announcement:&lt;/font&gt;&lt;/b&gt; Thank you to Tom Marsh for providing updated Python wrappers. (March 2014)&lt;br&gt;
You can access these on: [https://github.com/trmrsh/s2plot-python github].&lt;br&gt;
&lt;b&gt;&lt;font size=+1 color=red&gt;Sample code:&lt;/font&gt;&lt;/b&gt; [[S2PLOT:HowTo | How to]] create and display spherical coordinate grids.&lt;br&gt;
&lt;b&gt;&lt;font size=+1 color=red&gt;Howto:&lt;/font&gt; How to embed S2PLOT visualisations in [[S2PLOT:3dPDF | PDF Documents]] and [[S2PLOT:s2web | on the Web with Flash]].&lt;/b&gt;&lt;br&gt;
&lt;hr&gt;
&lt;/center&gt;


This website provides the main source of information on obtaining, installing and programming with S2PLOT.

* [[S2PLOT:Features | Features and Concepts]] of S2PLOT
* [[S2PLOT:Download | Download]] the S2PLOT distribution
* [[S2PLOT:Installation | Installation]] instructions to get you started
* [[S2PLOT:Function List | Function List ]] including sample code for every S2PLOT function
* [[S2PLOT:Controls | Keyboard and mouse]] controls for interactivity
* [[S2PLOT:Environment_Variables | Environment variables]] to control properties of S2PLOT windows, etc.
* [[S2PLOT:HowTo | How To]] perform a range of common visualisation tasks in S2PLOT
* [[S2PLOT:FAQ | Frequently Asked Questions]]
* [[S2PLOT:Displays | Advanced displays]] such as stereoscopic and dome projection are supported
* [[S2PLOT:Python | Download and install]] the S2PLOT Python module
* [[S2PLOT:Contact | Contact]] us for new versions, feedback or bug reports
* [[S2PLOT:Publications | Publications]] related to S2PLOT and visualisation
* [[S2PLOT:Gallery|Gallery]] of images created with S2PLOT

&lt;center&gt;
&lt;table style=&quot;background-color: #fff; padding: 5px;&quot; cellspacing=0&gt;
&lt;tr&gt;&lt;td&gt;
http://groups.google.com/groups/img/3/groups_bar.gif [http://groups.google.com/group/s2plot?hl=en Visit the S2PLOT Google Group]
&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;[[Image:Ogl_sm.jpg]] [http://www.opengl.org Built on top of OpenGL] &lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;
&lt;/center&gt;

==Contributions==

Nicholas Jones is acknowledged for providing the [[S2PLOT:Python | S2PLOT Python module]].

[http://www.stanford.edu/~mturk/ Matthew Turk] is acknowledged for updating the [[S2PLOT:Python | S2PLOT Python module]] to correspond to S2PLOT version 2.4.

[http://www2.warwick.ac.uk/fac/sci/physics/research/astro/people/marsh/ Tom Marsh] is acknoweldged for updating the [[S2PLOT:Python | S2PLOT Python module]]  to correspond to S2PLOT version 3.2.1. 

==Disclaimers==

S2PLOT is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.The programming library and sample codes are distributed in the hope that they will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.

We would appreciate it if research outcomes using S2PLOT would provide the following acknowledgement:

''Three-dimensional visualisation was conducted with the S2PLOT progamming library''

and a reference to 

''D.G.Barnes, C.J.Fluke, P.D.Bourke &amp; O.T.Parry, 2006, Publications of the Astronomical Society of Australia, 23(2), 82-93.''

The initial S2PLOT development was funded through the Researcher Developer Grant Scheme at [http://www.swinburne.edu.au Swinburne University of Technology].


__NOTOC__
__NOEDITSECTION__</text>
    </revision>
  </page>
</mediawiki>
