val2map()
display()
This module provides some utility plotting functions for use with the FEASST simulation program.
Given list of values, return scalar_map for colors.
Usage: color=fstplot.val2map(range) for i in range:
plt.plot(…, color=color.to_rgba(range[i]))
fstplot.display(range, label=’label’)
Display colorbar