ggplot2 を使用して生成した次のグラフがあります。
私はfinalPlot
ggplotオブジェクトとして持っていました。使用したラベルを追加するには
finalPlot + stat_bin() + scale_x_continuous('Solution Cost') + scale_y_continuous('Number of Solutions')`
y軸ラベルの向きを変更して水平に表示し、可能であれば次のように2本の線にまたがらせるにはどうすればよいですか
Number of
Solutions