<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Output a graph without the plot command</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/1fb9207ca8/</link><description>Recent posts to Output a graph without the plot command</description><atom:link href="https://sourceforge.net/p/gnuplot/discussion/5924/thread/1fb9207ca8/feed.rss" rel="self"/><language>en</language><lastBuildDate>Fri, 28 Jul 2023 17:16:54 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gnuplot/discussion/5924/thread/1fb9207ca8/feed.rss" rel="self" type="application/rss+xml"/><item><title>Output a graph without the plot command</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/1fb9207ca8/?limit=25#0f30</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thanks for sharing this idea!&lt;br/&gt;
&lt;a class="" href="https://introspectionzone.com" rel="nofollow"&gt;Introspection Zone&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ali Abid</dc:creator><pubDate>Fri, 28 Jul 2023 17:16:54 -0000</pubDate><guid>https://sourceforge.nete68656e3320cbfa5d06103f8d4659bc9dcb07696</guid></item><item><title>Output a graph without the plot command</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/1fb9207ca8/?limit=25#518a/7888</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you Tatsuro&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roberto Ramirez Cervantes</dc:creator><pubDate>Sun, 13 Nov 2022 16:54:46 -0000</pubDate><guid>https://sourceforge.net4ea359ac5616b718f22d6fada34adffa73d1bde1</guid></item><item><title>Output a graph without the plot command</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/1fb9207ca8/?limit=25#518a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Workaround&lt;br/&gt;
plot 0, 0 -&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Tatsuro MATSUOKA</dc:creator><pubDate>Sun, 13 Nov 2022 10:51:42 -0000</pubDate><guid>https://sourceforge.net78d3c4a8ec053a56c5defb777cbe631697563ca5</guid></item><item><title>Output a graph without the plot command</title><link>https://sourceforge.net/p/gnuplot/discussion/5924/thread/1fb9207ca8/?limit=25#ef4c</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I want to draw a gauge (speedometer)  by hand without using any functions or data, just using the set object commands.&lt;/p&gt;
&lt;p&gt;the only way I have found to get the drawing displayed on the terminal is to issue a plot command, but this command puts a line on my drawing.&lt;/p&gt;
&lt;p&gt;Is there a way to get my drawing displayed without the need for the plot command, or at least, without the extra line that the plot command outputs?&lt;/p&gt;
&lt;p&gt;Script:&lt;br/&gt;
set datafile separator comma&lt;br/&gt;
set style data circles&lt;br/&gt;
set terminal windows enhanced background rgb "0xE6E6FA" size 768, 768&lt;br/&gt;
set size square&lt;br/&gt;
set grid noxtics&lt;br/&gt;
set grid noytics&lt;br/&gt;
set xrange &lt;span&gt;[-1.5:1.5]&lt;/span&gt;&lt;br/&gt;
set yrange &lt;span&gt;[-1.5:1.5]&lt;/span&gt;&lt;br/&gt;
unset xtics; unset ytics; unset x2tics; unset y2tics&lt;br/&gt;
set border 0&lt;br/&gt;
set title "This is the tilte" font "Tahoma,22" textcolor rgb "0xE25822" rotate by 0&lt;br/&gt;
unset key&lt;br/&gt;
set object 1 circle at 0,0 size 1.205 fillstyle solid fc rgb "black"&lt;br/&gt;
set object 2 circle at 0,0 size 1.2 fillstyle solid fc rgb "grey"&lt;br/&gt;
set object 3 circle at 0,0 size 1.1 fillstyle solid fc rgb "white"&lt;br/&gt;
set arrow 1 from 0,0 to -0.8090,-0.5877 lw 1 lc rgb "black" nohead&lt;br/&gt;
set object 4 circle at 0,0 size 0.9 fillstyle solid fc rgb "white"&lt;br/&gt;
set object 99 circle at 0,0 size 0.10 fillstyle solid fc rgb "blue" front&lt;br/&gt;
plot 0,0&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Roberto Ramirez Cervantes</dc:creator><pubDate>Sat, 12 Nov 2022 18:56:06 -0000</pubDate><guid>https://sourceforge.net3ee55f96885ea7084b3549217ab04b9984065dac</guid></item></channel></rss>