File: plugin.xml

package info (click to toggle)
ggobi 2.1.11-2
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 13,208 kB
  • ctags: 6,166
  • sloc: ansic: 53,297; xml: 28,411; sh: 11,791; makefile: 264; sed: 16
file content (7 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
<plugin name="VarCloud" load="immediate"><!-- load may be on demand. -->
   <description>generate variogram scatterplot</description>
   <author>Deborah Swayne and Juergen Symanzik</author>
   <dll name="plugins/VarCloud/plugin.la">
    <init onCreate="addToToolsMenu" onClose="closeWindow"/>
  </dll>
</plugin>