Hi Karim - thanks again - simply not having mini view enabled solves the laggishness.
I did try the gnuplot viewer too. However, for some reason it only works for me in 2D.
If I execute om->gnuplot with a 2D BPF, then it creates an SVG nicely and console output is:
:: cd "/Volumes/PROJECTS/2022/PLANETS/DATA/Test files/"; sh -c '"/usr/local/Cellar/gnuplot/5.4.3_1/bin/gnuplot" "/Volumes/PROJECTS/2022/PLANETS/DATA/Test files/test_gnu_plot"'
::
:: Rectangular grid drawn at x y tics
:: Major grid drawn with lt 0 linecolor 0 linewidth 0.500
:: Minor grid drawn with lt 0 linecolor 0 linewidth 0.500
:: Grid drawn at default layer
::
OM => 0
But if I try to run it with a 3DC input the unix executable file gets created but no SVG - although the plot does momentarily pop up on the screen before disappearing without writing the SVG - and a console output of:
:: cd "/Volumes/PROJECTS/2022/PLANETS/DATA/Test files/"; sh -c '"/usr/local/Cellar/gnuplot/5.4.3_1/bin/gnuplot" "/Volumes/PROJECTS/2022/PLANETS/DATA/Test files/test_gnu_plot"'
:: qt.qpa.fonts: Populating font family aliases took 239 ms. Replace uses of missing font family "Sans" with one that exists to avoid this cost.
:: Hit any key to continue
OM => 0
I installed gnuplot via Homebrew and the version looks like it is 5.4.3_1 and I’m on OM7.0 on MacOS 12.4.
Thanks Karim!