Dear Karim and all,
I’m having some troubles in exporting the 3dc object in the gnuplot patch found in the OMScoreTools tutorials.
With the bpf-lib everything seems working:
gnuplotbpfs.pdf (10.4 KB)
But when I try to save the 3dc the file cannot be opened because, as the Mac finder says, “it is damaged”. I’m on MacBook Air 15’’, M4, 2025 with OS Sequoia, and this the text coming from the OM listener:
:: cd “/Users/francescobernardovitale/Desktop/”; sh -c ‘"/usr/local/bin/gnuplot" “/Users/francescobernardovitale/Desktop/gnuplot3dc”’
:: qt.qpa.fonts: Populating font family aliases took 54 ms. Replace uses of missing font family “Sans” with one that exists to avoid this cost.
:: Hit any key to continue
OM => 0
I don’t really know what it means. Is there a way to fix the library in order to print not only 3dcs, but also 3dc-libs? Thanks in advance for all,
Best,
Francesco
Hi francesco.
This is not a OM problem, but a mac/gnuplot issue on mac:
When outputing a 3d plot, there is no pdf produced. Just the .gp file (the gnuplot file).
- when you evalutae the output of om->gnuplot, name the output something like 3d.gp
- then go to a terminal and open this fie using this command:
gnuplot 3d.gp
This will display the graphical interface of gnuplot and then you can visualize it in 3d.
I will try to find something around this for mac in order to open it automatically.
Best
Regards
K