<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 2788: splot: black box around 3d plot in side-on viewing angle</title><link href="https://sourceforge.net/p/gnuplot/bugs/2788/" rel="alternate"/><link href="https://sourceforge.net/p/gnuplot/bugs/2788/feed.atom" rel="self"/><id>https://sourceforge.net/p/gnuplot/bugs/2788/</id><updated>2025-06-24T06:26:14.683000Z</updated><subtitle>Recent changes to 2788: splot: black box around 3d plot in side-on viewing angle</subtitle><entry><title>#2788 splot: black box around 3d plot in side-on viewing angle</title><link href="https://sourceforge.net/p/gnuplot/bugs/2788/?limit=25#711e" rel="alternate"/><published>2025-06-24T06:26:14.683000Z</published><updated>2025-06-24T06:26:14.683000Z</updated><author><name>Ethan Merritt</name><uri>https://sourceforge.net/u/sfeam/</uri></author><id>https://sourceforge.net6462b6893ff99236ffab77542446a5736a40d85c</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Pure axial projection of a 3D plot are treated as 2D plots, complete with the normal border drawn around it.   You are seeing this border, just as you would if you had created the plot with &lt;code&gt;plot&lt;/code&gt; rather than &lt;code&gt;splot&lt;/code&gt;.   You could turn it off with &lt;code&gt;unset border&lt;/code&gt;, but then the partial bounding box lines would also not be drawn in the general 3D view angle case.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>splot: black box around 3d plot in side-on viewing angle</title><link href="https://sourceforge.net/p/gnuplot/bugs/2788/" rel="alternate"/><published>2025-04-15T12:11:18.179000Z</published><updated>2025-04-15T12:11:18.179000Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net938d4fb051f3a4ba67bb4c31e6cfe808c7aa04db</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;When doing a 3d plot using the&lt;code&gt;splot&lt;/code&gt; command and rotating the plot to a view along the x-axis, the plot has a black box around it, if the view is exactly 90,0. The black box disappears if the view is 90,360 however.&lt;/p&gt;
&lt;p&gt;Version of gnuplot: 6.0.2 (Present sice 6.0.0), qt terminal (also happens in x11 terminal)&lt;br/&gt;
OS: Linux Mint 22.1, Linux Kernel 6.8.0-57-generic&lt;br/&gt;
Steps to reproduce:&lt;br/&gt;
- Open gnuplot in a terminal&lt;br/&gt;
- Define any function dependent on 2 variables, e.g. &lt;code&gt;f(x,y)=x*x+y&lt;/code&gt;&lt;br/&gt;
- &lt;code&gt;set view 90,0&lt;/code&gt;&lt;br/&gt;
- &lt;code&gt;splot f(x,y)&lt;/code&gt;&lt;br/&gt;
- The black box should now appear&lt;br/&gt;
- &lt;code&gt;set view 90,360&lt;/code&gt;&lt;br/&gt;
- &lt;code&gt;replot&lt;/code&gt;&lt;br/&gt;
- The black box should now have disappeared&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>