Triad sou.

RcmdrPlugin.KMggplot2 について

日本語化済みの ggplot2 用の GUI フロントエンドはたぶん無いと思うので、簡易版ですがパッケージを作ってみました。
Deduceryeroon.net/ggplot2 の様に、もっとしっかりとした良いソフトもありますので、そちらもお試しください。


しばらくはバグ探しや、メンテナンス性向上のためのコード再構築をやる予定です。
また、機能の追加や改良もやっていく予定ですので、コメント等いただければと思います。


予定

  1. グラフ作成に使ったオプションの保存 (フォントサイズやフォントファミリーをいちいち選び直さないですむように) [Version: 0.1-0 で追加済]
  2. フォントファミリーや色セットを一部削除 (環境によっては使えないものがあるので) [未実装]
  3. いくつかのグラフメニューに facet 用のインターフェースを追加 (Thanks to Professor Murtaza Haider) [Version: 0.1-0 で追加済]
  4. テーマの追加 [Version: 0.1-0 で追加済]
  5. 散布図行列の対角部分に単変量のグラフを追加 [Version: 0.1-0 で追加済]
  6. バイオリンプロットを箱ひげ図のメニューに追加 [Version: 0.1-0 で追加済]
  7. 積み上げ棒グラフを棒グラフのメニューに追加 [Version: 0.1-0 で追加済]

About the RcmdrPlugin.KMggplot2

I aim to make a brief version of a ggplot2 GUI-frontend "with Japanese translation (I am Japanese)."
I think that the Deducer and the yeroon.net/ggplot2 is pretty good software.


Currently, I'm trying to find bugs and to restructure implementation approach for efficient maintenance.
Next, I will add and improve some functions based on user's feedback. Please send any feedback :)


Already planned

  1. Saving options on each menu (e.g., font size, font family, ...) [Added in version: 0.1-0]
  2. Fixing items in the font family option and the colour pattern option [Unimplemented]
  3. Adding a faceting interface in some menus (Thanks to Professor Murtaza Haider) [Added in version: 0.1-0]
  4. Adding themes [Added in version: 0.1-0]
  5. Adding univariate plots at diagonal positions in the scatter plot matrix [Added in version: 0.1-0]
  6. Adding violin plots in the box plot menu [Added in version: 0.1-0]
  7. Adding stacked bar charts in the bar chart menu [Added in version: 0.1-0]