Develop and Download Open Source Software

Browse CVS Repository

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

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


Revision 1.52 - (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.51: +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="Home 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="./features.html.en" />
14 <link rev="made" href="mailto:webmaster@ni.brain.riken.jp" />
15 <title>Samurai Graph : Home</title>
16
17 <!-- Google Analytics tracking code -->
18 <script type="text/javascript">
19
20 var _gaq = _gaq || [];
21 _gaq.push(['_setAccount', 'UA-8593728-1']);
22 _gaq.push(['_trackPageview']);
23
24 (function() {
25 var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
26 ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
27 var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
28 })();
29
30 </script>
31
32 </head>
33 <body>
34 <div id="page">
35 <img id="logo" src="images/logo.gif" width="80" height="80" alt="logo" />
36 <h1 id="title">Samurai Graph</h1>
37 <h2 id="subtitle">A highly functional and user-friendly graph plotter</h2>
38 <div id="sectionnav">
39 <div id="sectionnav2">
40 <a href="index.html.en" title="The title page">Home</a>
41 <a href="features.html.en" title="Samurai Graph features">Features</a>
42 <a href="screenshots.html.en" title="See what it looks like">Screenshots</a>
43 <a href="documents.html.en" title="Documents">Documents</a>
44 <!--
45 <a href="manuals/en/" title="Samurai Graph Manual">&nbsp;&nbsp;&nbsp;&nbsp;Manual</a>
46 <a href="qanda.html.en" title="Q and A">&nbsp;&nbsp;&nbsp;&nbsp;Q &amp; A</a>
47 <a href="history.html.en" title="Release Hisotry">&nbsp;&nbsp;&nbsp;&nbsp;History</a>
48 -->
49 <a href="downloads.html.en" title="Downloads">Downloads</a>
50 <a href="supports.html.en" title="Supports">Supports</a>
51 <a href="links.html.en" title="Links">Links</a>
52 <br />
53 </div>
54 <div id="sectionnav3">
55 <a href="index.html.ja">[Japanese]</a>
56 </div>
57 <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>
58 <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>
59 </div>
60
61 <div id="content">
62 <h3>About Samurai Graph</h3>
63
64 <p>Samurai Graph is a highly functional and user-friendly graph plotter.
65 It can plot a graphs from the scalar to vector type 2-dimensional data.
66 See <a href="features.html.en">features</a>
67 for an extensive overview, take a look at the
68 <a href="screenshots.html.en">screenshots</a>, or
69 <a href="downloads.html.en">download</a> it right away.
70 Samurai Graph is an open source development project, released under the
71 <a href="http://www.gnu.org/licenses/lgpl.html">GNU Lesser General Public
72 License</a> (LGPL).</p>
73
74 <p>Samurai Graph is Java-based and platform-independent application.
75 It runs on most major operating systems including MS-Windows, Linux,
76 MacOS X, FreeBSD.</p>
77
78 <h3>Samurai Graph 2.0.0 released</h3>
79 <p>Samurai graph 2.0.0 has been released. (23th November 2010.)</p>
80 <p>The main new features in 2.0.0 are:</p>
81 <ul>
82 <li>Added the netCDF files as the input file format.</li>
83 <li>Added the netCDF file to the file format of data set.</li>
84 <li>Enabled to switch the orientation of the bar graph and error bars between horizontal and vertical.</li>
85 <li>Enabled to shift the location of the line graph and the bar graph.</li>
86 <li>Enabled to switch whether to move or not the symbols such as the shape objects as axis range is changed.</li>
87 <li>Enabled to change the angle of the tick labels and the scale numbers.</li>
88 <li>Added functions to paint the background of the shape objects in a simple color, a pattern or gradation with transparency.</li>
89 <li>Added pseudo-color map to the graph type.</li>
90 <li>Revised the wizard dialogs for input data.</li>
91 <li>Added functions to operate the application from command-line input.</li>
92 <li>Improved scalar-type XY data significantly.</li>
93 <li>Revised commands of the paper size in the menu bar.</li>
94 <li>Added commands to change the front-back order of the objects.</li>
95 <li>Added commands to change the up-down order of the legend.</li>
96 <li>Fixed to show error bars above and below each data point ignoring the sign of error values.</li>
97 <li>Enabled to input the file name by drag-and-drop onto the text field on a dialog.</li>
98 <li>Enabled to zoom in or out the graph by holding down the control key and scrolling the mouse wheel.</li>
99 <li>Improved the grid lines for log-scaled axes.</li>
100 <li>Fixed cumulative minor bugs.</li>
101 </ul>
102
103 <!-- footerstart -->
104 <div id="footer">
105 <p>Copyright &#169;2004-2010 RIKEN Japan, All Rights Reserved</p>
106 </div></div>
107 </div>
108 </body></html>

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