User Tools

Site Tools


dev:plotting_elem_counts

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dev:plotting_elem_counts [2014/10/26 20:57] jvick3dev:plotting_elem_counts [2014/10/26 21:01] (current) jvick3
Line 1: Line 1:
-The //plot_element_counts.py// script:+The //plot_element_counts.py// script.  If you get an error that it cannot find the module "matplotlib" or something, it's probably not installed.  This fixes that on Ubuntu:
  
-<code cpp>+sudo apt-get install python-matplotlib 
 + 
 +Example usage: 
 + 
 +./plot_element_counts.py /tmp/xxx/tbd/data.dat "a nice title" "Data" "Creg" "Dreg" 
 + 
 +<code python>
 #!/usr/bin/env python #!/usr/bin/env python
  
-Reads .mfs files in a directory and makes plots of +This script plots the counts of the specified elements against AEPS,  
-# particular elements (DataIsolator) in them +each plot having the specified title.
-Work-in-progress.+
  
 import sys import sys
dev/plotting_elem_counts.1414357042.txt.gz · Last modified: 2014/10/26 20:57 by jvick3