minor fix, enable graphs and plots

pull/13/head
Simon Let 6 years ago
parent abb786c478
commit ee606b675e
  1. 1
      Makefile
  2. 12
      evaluate/resh-evaluate-plot.py

@ -58,6 +58,7 @@ install: build submodules/bash-preexec/bash-preexec.sh shellrc.sh config.toml uu
cp -f shellrc.sh ~/.resh/shellrc
cp -f uuid.sh ~/.resh/bin/resh-uuid
cp -f resh-* ~/.resh/bin/
cp -f evaluate/resh-evaluate-plot.py ~/.resh/bin/
cp -fr sanitizer_data ~/.resh/
# backward compatibility: We have a new location for resh history file
[ ! -f ~/.resh/history.json ] || mv ~/.resh/history.json ~/.resh_history.json

@ -310,16 +310,14 @@ def plot_strategy_recency():
plt.show()
graph_cmdSequences()
graph_cmdSequences(node_count=28, edge_minValue=0.06)
# plot_cmdLineFrq_rank()
plot_cmdLineFrq_rank()
# plot_cmdFrq_rank()
# plot_cmdVocabularySize_cmdLinesEntered()
# plot_strategy_recency()
graph_cmdSequences()
# graph_cmdSequences(node_count=28, edge_minValue=0.06)
plot_cmdVocabularySize_cmdLinesEntered()
plot_strategy_recency()
# be careful and check if labels fit the display
Loading…
Cancel
Save