File: ReadMe.txt

package info (click to toggle)
vistrails 3.0~git%2B9dc22bd.dfsg.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 62,856 kB
  • sloc: python: 314,055; xml: 42,697; sql: 4,113; php: 731; sh: 469; makefile: 253
file content (23 lines) | stat: -rw-r--r-- 1,060 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(Note: the following *.vt files need to be imported in vistrails and executed)
The following plots have been plotted with vistrails using matplotlib package.

Arrow_ex9 	is an arrow marking downwards. by varying the input coordinates the direction of the arrow can be changed.
					(x,y,dx,dy) are the required inputs.
Acorr_ex8 	   plots an Acorr in matplotlib.
					(x) is required input.			
Axhspan_ex5 	plots the axhspan graph along the x axis.
					(ymin,ymax) are the required input.
bar_ex1 	represents a mplbar plot.
				(left,height) are the required parameters.	
hist_ex1 	plots a histogram.
				(x) is the required input.			
line2D_ex4 	is a dashed box plot
					(x) is the required input.	
line2D_ex7 	is a dashed line chart with line properties
					(x,y) are the required input.
lineplot_ex3 	is a simple line chart
					(x,y) are the reuired input.
pie_ex1 	is a pie chart with shadow
				(x) is required input which is a list.
polar_ex10 	represents the polar plot with radius and theta as input.
					(r,theta) are input where theta is 2*pi*r.