Difference between revisions of "Help pages for SOCR 3D Charts"
(→Introduction) |
|||
Line 24: | Line 24: | ||
<center>[[Image:3DChart_help.jpg|600px]]</center> | <center>[[Image:3DChart_help.jpg|600px]]</center> | ||
+ | |||
+ | |||
+ | ==Input types:== | ||
+ | # Array Input | ||
+ | {| | ||
+ | | x size || | ||
+ | |- | ||
+ | | y size || | ||
+ | |- | ||
+ | |4.722797E-8 || | ||
+ | |- | ||
+ | |1.9209926E-7|| | ||
+ | |- | ||
+ | | etc | ||
+ | |} | ||
+ | # Matrix Input | ||
+ | {| | ||
+ | | x size || | ||
+ | |- | ||
+ | | y size || | ||
+ | |- | ||
+ | |4.722797E-8 ||1.9209926E-7|| ... | ||
+ | |- | ||
+ | | ... | ||
+ | |} | ||
+ | # Triplets Input | ||
+ | {| | ||
+ | | x size || | ||
+ | |- | ||
+ | | y size || | ||
+ | |- | ||
+ | |x index ||y index|| value | ||
+ | |- | ||
+ | | ... | ||
+ | |} | ||
+ | #Binary Input | ||
==See also== | ==See also== |
Revision as of 13:59, 26 July 2010
Contents
SOCR Help Pages - SOCR 3D Charts
Introduction
The SOCR 3D Charts provide an interactive and dynamic visualization of spatial, geographic and temporal 2D data.
- Browser/Java memory usage requirements: The SOCR 3D Charts require at least 200MB of RAM memory. This requirement increases quadratically with the size of the data.
- The SOCR 3D Charts require Java 3D extension. Java 3D binary downloads are available on java.net.
How to use the SOCR 3D Charts?
- Select a 3D chart from the SOCRCharts list from the left control panel, a demo of the selected chart type will be shown in the right display panel.
- Click on the DATA tab in the right display panel to view the data used in the demo in a table form. The data and the headings are all editable for you to enter your own data.
- After making data changes, click on the UPDATE_CHART button to get the plot updated.
- Click the DEMO' button will reset everything to the demo state.
- Click the CLEAR button will clear all for you to start entering your own data.
Notes:
- You can select table cells and use the COPY/PASTE button to copy/paste data in the data table.
- You also can use the FILE OPEN button to import data into the table cells from a file(Note, the format of the input file should match with the selected demo's input type).
- To add a extra row to the data table, hit "enter" key in the last cell. Hit "tab" key in the last cell will add a extra column.
- To search for a chart from the SOCRCharts list, use the SEARCH button and enter a keyword before click "OK". The related chart in the SOCRCharts list will be highlighted.
- The SNAPSHOT button can be used to save a snapshot of the graph to your own computer.
- To report bugs or make recommendations please visit: SOCR Home Page.
- SOCR3DChart is based on FreeHEP and uses it's rendering engine to render the chart image. See the FreeHEP Java3D for more information.
Input types:
- Array Input
x size | |
y size | |
4.722797E-8 | |
1.9209926E-7 | |
etc |
- Matrix Input
x size | ||
y size | ||
4.722797E-8 | 1.9209926E-7 | ... |
... |
- Triplets Input
x size | ||
y size | ||
x index | y index | value |
... |
- Binary Input
See also
Translate this page: