In a Histogram chart(clustered), How to put vertical text in place of some of the bars, depending on condition?
问题 In Gnuplot, I am using a Histogram chart(clustered), but not all data points have valid values. In those places, I want to replace the bar with a vertical text saying "Cannot Serve". How do I do it? My current code: set style data histogram set style histogram cluster gap 2 set boxwidth 0.9 set xtic rotate by -45 scale 0 set output "test.pdf" plot 'data.txt' using 2:xtic(1) fs pattern 1 ti col, '' u 3 fs pattern 2 ti col data file contains: type "magnetic" "electric" "high load" 12000 12721