VMD Extension Functions
Quick plots

Functions

 qplot li ?ly?
 
 qhist bins li
 

Detailed Description

Function Documentation

◆ qhist()

qhist   bins li  

Compute and plot the histogram of the values in the ''list'' passed as a second argument, binned in ''nbins'' equal-sized bins. Returns a list of two lists, the former being lower boundaries for the bins, and the latter are then counts.

◆ qplot()

qplot   li ?ly?  

Quick plot function. Takes either a list of y values, or two lists, with x and y values. If two vectors are given, they are interpreted as ''x'' and ''y'' values respectively.