Hello,
This is for Version 5.4 patch level 5 last modified 2022-09-28, running on Windows Version 10.0.19045.2251
When I setup an arrow object, it looks ok in Windows Terminal, but the tip is missing when I send the output to the pngcairo, jpeg or pdfcairo Terminals, is there a way to fix this?
I openned a discussion ticket here (https://sourceforge.net/p/gnuplot/discussion/5925/thread/ad12e6439a/) and Tatsuro MATSUOKA was able to reproduce the issue not in Windows, but in other environments.
Thank you
Roberto
Script:
set datafile separator comma
set style data circles
set terminal pngcairo enhanced background rgb "0xFFFFFF" size 768, 768
set size square
set output 'C:\temp\missingtip.png'
set grid noxtics
set grid noytics
set xrange [-1.5:1.5]
set yrange [-1.5:1.5]
unset xtics; unset ytics; unset x2tics; unset y2tics
set border 0
set title "{/Tahoma=22 This is the Title}" font "Tahoma,22" textcolor rgb "0xE25822" rotate by 0
set key off
set arrow 27 from 0,0 to -0.0000,0.6000 lw 10 lc rgb "0x436B95" head filled
plot 2
I cannot reproduce the problem under linux. When I run your script I get the attached figure.
The clickable URL of previous discussion :
https://sourceforge.net/p/gnuplot/discussion/5925/thread/ad12e6439a/
Last edit: Tatsuro MATSUOKA 2022-11-15
The snapshot files on Cygwin (missing tip) and Ubuntu (not-missing tip) are attached.
Last edit: Tatsuro MATSUOKA 2022-11-15