以前のリビジョンの文書です
プラグインで‥
Debianでapt-getで入れたらプラグインない。 自分でmakeしたらいいよ。 スパコンはあるよ。
ver3.98以降,ベクター描画も可能になった. http://www.paraview.org/Wiki/ParaView/Vector_Graphics_Export
debian wheezyではヴァージョンが古いままので,何らかの方法で最新のもの(ver.4以上)を入れる.
testingにするのが手っ取り早いかも.
file ⇒ file of type で eps を選択 ⇒ export scene ⇒ show advanced options ⇒ Cull hidden primitives 以外のチェックを外す.
libprotobuf FATAL /tmp/buildd/paraview-3.14.1/Utilities/protobuf/src/google/protobuf/stubs/common.cc:61] This program requires version 2.4.0 of the Protocol Buffer runtime library, but the installed version is 2.3.0. Please update your library. If you compiled the program yourself, make sure that your headers are from the same version of Protocol Buffers as your link-time library. (Version verification failed in "out_linux/Release/obj/gen/proto_out/config/config.pb.cc".)
というエラーがでるときは,
env LANG=C paraview
とすれば,何とかなるかもしれない. これでOKな場合, .bashrcに
alias paraview='env LANG=C paraview'
と書けば幸せになれる.