Skip to content
Sandip edited this page Oct 12, 2015 · 2 revisions

Welcome to the bokehplot wiki!

Use the program as python plot.py <file_to_plot> -u 1:2 to plot 1st column vs 2nd column

python plot.py <file_to_plot> -u 1:2:3 to color the data according to 3rd column values

python plot.py <file_to_plot> -u 1:2:3:4 to color the data according to 3rd column values and size of points varying according to 4th column.

python plot.py <file_to_plot> -u 1:2:3:4 -ps 1 to set point size 1 python plot.py <file_to_plot> -u 1:2:3:4 -ps 1 -t "title of the plot"
python plot.py <file_to_plot> -h to see all the options available

checkout the example dir and run the example with the run.sh script.

Clone this wiki locally