-
Notifications
You must be signed in to change notification settings - Fork 1
Metadata_plot_v3
Adrian Quintana edited this page Dec 11, 2017
·
1 revision
Plot some values from metadata.
Parameters
$: Input metadata $
: Label for X axis data $: Labels list for Y data $`--title <title`> $
: Plot x axis label $: Plot y axis label $
: Colors for each plot $``: Create histogram with Y data and nbin bins
Simple plot of label "sigmaNoise" from metadata
xmipp_metadata_plot -i results.xmd -y sigmaNoiseAdditionally take values for X from other label and set title
xmipp_metadata_plot -i results.xmd -x iterationNumber -y sigmaNoise --title "My figure"Plot different labels and select colors:
xmipp_metadata_plot -i results.xmd -x iterationNumber -y "sigmaNoise sigmaOffset iterationNumber" --title "My figure" --colors "yellow blue green"Plot using dots:
xmipp_metadata_plot -i results.xmd -x iterationNumber -y "sigmaNoise sigmaOffset iterationNumber" --title "My figure" --colors "yellowo blueo greeno"Plot using different line styles:
xmipp_metadata_plot -i results.xmd -x iterationNumber -y "sigmaNoise sigmaOffset iterationNumber" --title "My figure" --colors "yellow-- blue. green.."Colors, markers and style lines are described here: http://matplotlib.sourceforge.net/api/pyplot_api#matplotlib.pyplot.plot