Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graphメソッドでgnuplotのinvalid commandエラーを修正した #931

Merged
merged 1 commit into from
Feb 3, 2018
Merged

graphメソッドでgnuplotのinvalid commandエラーを修正した #931

merged 1 commit into from
Feb 3, 2018

Conversation

pranc1ngpegasus
Copy link
Contributor

✨ 目的

gnuplotを用いたグラフ描画を行う際にinvalid commandエラーが発生する。これに対応する。

🙅‍♂️ 原因

#827 にてRubocop向けにリファクタを行った際に、"で囲まれた文字列を%Q()に修正していたが、片方の"が残っていたため。

💪 方針

不要な"を削除する。

✅ テスト

//graph[gnuplot_test][gnuplot]{
plot sin(x)
//}

のようなgnuplotを用いたグラフ描画を含むコードをビルドした際にエラーが発生しないことを確認した。

テストが通ることを確認した。

@kdmsnr kdmsnr merged commit 5b484ef into kmuto:master Feb 3, 2018
@pranc1ngpegasus pranc1ngpegasus deleted the fix_gnuplot_graph_error branch February 3, 2018 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants