Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Octave を使用して、いくつかの GPS トラックとヘディング ベクトルをプロットしました。
プロットを衛星画像に重ねたいのですが、プロットを保存すると背景が白くなります。背景を透明にして保存する方法はありますか?
「pngalpha」デバイスで印刷を使用すると、必要なことが行われると思います。
print(gcf,'-dpngalpha', 'myplot.png');
残念ながら、これは十分に文書化されていません。これを行うために octave をハック/パッチする方法を見つけるために、ソース コードを広範囲に参照しましたが、これが既に可能であることがわかりました。