LoginSignup
1
2

More than 5 years have passed since last update.

Mathematicaの特性メモ

Last updated at Posted at 2017-06-22

このタイミングで発覚するとかやめてほしい。

文字色など

  • ファイル名に色を付けるとパスとして認識されない
  • 四則演算子に背景色を付けると演算子として認識されず、前後の項がかけあわさる事がある

できるだけ色変えはしないようにしましょう。

プロット

  • PlotLabelがデータ領域にかぶって出力される場合は以下を試す
    • その上に出力されている内容を出力しない
    • ラスタライズする
  • RegionPlotと他のグラフをShowで重ねると謎のメッシュが入る場合
    • 重ねる順番を変えられるならば、入れ替えてみる
    • Overlay[{plot1,plot2,...}] を試してみる
1
2
1

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2