Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #2588

Large plot performance help

Newsgroups comp.graphics.apps.gnuplot
Date 2014-09-22 04:20 -0700
Message-ID <ad72a35f-3953-4971-b5d4-0748d2b030ad@googlegroups.com> (permalink)
Subject Large plot performance help
From jesramsing@gmail.com

Show all headers | View raw


I have some reasonable sized 3D arrays that I am working with (~3500 x 488 x 1) which basically is a height map.

gnuplot> set xlabel 'X'
gnuplot> set ylabel 'Y'
gnuplot> set zlabel 'Z'
gnuplot> set palette
gnuplot> splot 'c:\temp\ShowDoubleArray_OD5_RAP10.RawData.txt' with lines palette

0 0 0.0343
0 1 0.0345
.
.
0 487 0.035

1 0 0.0343
1 1 0.044 etc.

The performance is quite bad when I try to rotate it. The current file I am working on is 28megs, but since I am running on an I7 with Flashdisk then it should not take long to load. At least I have an analytical application also working with this file, and file IO is fast.

Any performance tips that someone can propose (and downscaling is not the answer, I am looking for some minute details that are apparent in GnuPlot)

Yours sincerely and with appreciation.
Jes R.

Back to comp.graphics.apps.gnuplot | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Large plot performance help jesramsing@gmail.com - 2014-09-22 04:20 -0700
  Re: Large plot performance help Ethan A Merritt <EAMerritt@gmail.com> - 2014-09-22 08:54 -0700
  Re: Large plot performance help Hans-Bernhard Bröker <HBBroeker@t-online.de> - 2014-09-22 20:23 +0200
    Re: Large plot performance help Karl <mail.kfr@gmx.net> - 2014-09-24 17:17 +0200

csiph-web