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:56] 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
Line 56: Line 61:
     else:     else:
         plot_mfs_data(sys.argv[1], sys.argv[2], sys.argv[3:])         plot_mfs_data(sys.argv[1], sys.argv[2], sys.argv[3:])
-</code cpp+</code> 
  
dev/plotting_elem_counts.1414356991.txt.gz · Last modified: 2014/10/26 20:56 by jvick3