Develop and Download Open Source Software

Browse CVS Repository

Contents of /samurai-graph/web/htdocs/features.html.en

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.22 - (show annotations) (download)
Sun Nov 25 08:12:37 2012 UTC (11 years, 4 months ago) by makimura
Branch: MAIN
CVS Tags: HEAD
Changes since 1.21: +16 -9 lines
Updated google analytics tracking code.

1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3 <head>
4 <meta name="author" content="Neuroinformatics Lab." />
5 <meta name="keywords" content="graph plotter linux windows macosx java open source free neuroinformatics" />
6 <meta name="description" content="Features of the Samurai Graph" />
7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8 <meta http-equiv="Content-Style-Type" content="text/css" />
9 <meta http-equiv="Content-Script-Type" content="text/javascript" />
10 <link rel="stylesheet" type="text/css" href="samuraigraph.css" />
11 <link rel="icon" type="x-image/icon" href="favicon.ico" />
12 <link rel="INDEX" href="./index.html.en" />
13 <link rel="NEXT" href="./screenshots.html.en" />
14 <link rel="PREV" href="./index.html.en" />
15 <link rev="made" href="mailto:webmaster@ni.brain.riken.jp" />
16 <title>Samurai Graph : Features</title>
17
18 <!-- Google Analytics tracking code -->
19 <script type="text/javascript">
20
21 var _gaq = _gaq || [];
22 _gaq.push(['_setAccount', 'UA-8593728-1']);
23 _gaq.push(['_trackPageview']);
24
25 (function() {
26 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
27 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
28 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
29 })();
30
31 </script>
32
33 </head>
34 <body>
35 <div id="page">
36 <img id="logo" src="images/logo.gif" width="80" height="80" alt="logo" />
37 <h1 id="title">Samurai Graph</h1>
38 <h2 id="subtitle">A highly functional and user-friendly graph plotter</h2>
39 <div id="sectionnav">
40 <div id="sectionnav2">
41 <a href="index.html.en" title="The title page">Home</a>
42 <a href="features.html.en" title="Samurai Graph features">Features</a>
43 <a href="screenshots.html.en" title="See what it looks like">Screenshots</a>
44 <a href="documents.html.en" title="Documents">Documents</a>
45 <!--
46 <a href="manuals/en/" title="Samurai Graph Manual">&nbsp;&nbsp;&nbsp;&nbsp;Manual</a>
47 <a href="qanda.html.en" title="Q and A">&nbsp;&nbsp;&nbsp;&nbsp;Q &amp; A</a>
48 <a href="history.html.en" title="Release Hisotry">&nbsp;&nbsp;&nbsp;&nbsp;History</a>
49 -->
50 <a href="downloads.html.en" title="Downloads">Downloads</a>
51 <a href="supports.html.en" title="Supports">Supports</a>
52 <a href="links.html.en" title="Links">Links</a>
53 <br />
54 </div>
55 <div id="sectionnav3">
56 <a href="features.html.ja">[Japanese]</a>
57 </div>
58 <a href="http://www.brain.riken.jp/"><img src="images/bsilogo.gif" width="96" height="31" alt="RIKEN Brain Science Institute" style="border: none;" /></a>
59 <a href="http://sourceforge.jp/"><img src="http://sourceforge.jp/sflogo.php?group_id=1142" width="96" height="31" alt="SourceForge.jp" style="border: none;" /></a>
60 </div>
61
62 <div id="content">
63 <h3>Samurai Graph Features</h3>
64 <p>
65 Samurai Graph provides highly functional and user-friendly graphical user
66 interface for graph plotting.
67 It can plot graphs from scalar to vector type data.
68 </p>
69
70 <p>
71 Users can add various kinds of symbols into the graph, such as:
72 labels, timing lines, test of significance symbol, axis break, etc.
73 </p>
74
75 <p>
76 Furthermore, graphic objects can be easily operated using only the mouse
77 (eg. XY-axes scale can be changed by dragging the mouse on the scale
78 numbers or scale line).
79 </p>
80
81 <p>
82 Supported export file formats are: pdf, eps, ps, emf, svg, jpg, gif, png, swf, cgm, ppm and raw.
83 </p>
84
85 <h3><a id="requirements" name="requirements">System Requirements</a></h3>
86
87 <p>Samurai Graph is Java-based and platform-independent application. It runs on most major operationg systems including MS-Windows, Linux, MacOS X, FreeBSD.</p>
88 <p>Technical information about Java can be found at <a href="http://java.sun.com/">Java Technology</a>.</p>
89
90 <p>Samurai Graph requires at least Sun's Java Runtime Environment 6 to run. If you haven't previously installed a Java Runtime Environment, please follow the link below to download the Java Software for your operating system.</p>
91 <p>Java software download page : <a href="http://www.java.com/en/download/">http://www.java.com/en/download/</a></p>
92
93
94 <!-- footerstart -->
95 <div id="footer">
96 <p>Copyright &#169;2004-2010 RIKEN Japan, All Rights Reserved</p>
97 </div></div>
98 </div>
99 </body></html>

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26