Vis4Vis

How to embed Vis4Vis

You can embed the vis4vis visualization in your website. Simply include the v4v URL in a link or an inner frame (IFRAME) in your Web page, using the searchTerm and searchTerm2 parameters in the URL.

For example:
http://vis.cs.ucdavis.edu/~correac/v4v/plotSlim2.html?searchTerm=information%20visualization opens a plot in the inner frame below.

The following examples embed the plot directly on the URL using internal frames:
<IFRAME ID=plot1 FRAMEBORDER=0 SCROLLING=no SRC="http://vis.cs.ucdavis.edu/~correac/v4v/plotSlim2.html?
	  searchTerm=case%20study&searchTerm2=visualization%20technique"
	  width=600 height=250 name="plotframe1"></IFRAME>

<IFRAME ID=plot1 FRAMEBORDER=0 SCROLLING=no SRC="http://vis.cs.ucdavis.edu/~correac/v4v/plotSlim2.html?
	  searchTerm=transfer%20function"
	  width=600 height=250 name="plotframe2"></IFRAME>