enable all the plots and graphs

pull/13/head
Simon Let 6 years ago
parent 67ab2ffaef
commit fc06360103
  1. 22
      evaluate/resh-evaluate-plot.py

@ -401,16 +401,16 @@ def plot_strategies_charsRecalled(plot_size=50, selected_strategies=[]):
# graph_cmdSequences()
# graph_cmdSequences(node_count=28, edge_minValue=0.06)
#
# plot_cmdLineFrq_rank()
# # plot_cmdFrq_rank()
#
# plot_cmdLineVocabularySize_cmdLinesEntered()
# # plot_cmdVocabularySize_cmdLinesEntered()
plot_strategies_matches()
plot_strategies_charsRecalled()
graph_cmdSequences()
graph_cmdSequences(node_count=28, edge_minValue=0.06)
plot_cmdLineFrq_rank()
plot_cmdFrq_rank()
plot_cmdLineVocabularySize_cmdLinesEntered()
plot_cmdVocabularySize_cmdLinesEntered()
plot_strategies_matches(20)
plot_strategies_charsRecalled(20)
# be careful and check if labels fit the display
Loading…
Cancel
Save