diff --git a/Makefile b/Makefile index d5b4bb0..687ad36 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/evaluate/resh-evaluate-plot.py b/evaluate/resh-evaluate-plot.py index c82db98..ce476db 100755 --- a/evaluate/resh-evaluate-plot.py +++ b/evaluate/resh-evaluate-plot.py @@ -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 \ No newline at end of file