Menu

#2521 "surface explicit" does not work with "hidden3d"

None
closed-fixed
nobody
None
2022-07-11
2022-04-19
Eric Price
No
set surface implicit
set nohidden3d
splot '<echo -e "#\\n1\\n2\\n3\\n\\n1\\n2\\n3\\n"' using 0:1:0 with linespoints title "this draws as a surface"
pause -1

set surface explicit
set nohidden3d
splot '<echo -e "#\\n1\\n2\\n3\\n\\n1\\n2\\n3\\n"' using 0:1:0 with linespoints title "this draws as two lines"
pause -1

set surface explicit
set hidden3d
splot '<echo -e "#\\n1\\n2\\n3\\n\\n1\\n2\\n3\\n"' using 0:1:0 with linespoints title "this should draw as two lines BUG"
pause -1

tested and reproduced with
gnuplot 5.2 patchlevel 2
gnuplot 5.4 patchlevel 4alpha
any terminal

Discussion

  • Eric Price

    Eric Price - 2022-04-19
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,6 +1,4 @@
     ~~~
    -set datafile separator &#34;,&#34;
    -
     set surface implicit
     set nohidden3d
     splot &#39;&lt;echo -e &#34;#\\n1\\n2\\n3\\n\\n1\\n2\\n3\\n&#34;&#39; using 0:1:0 with linespoints title &#34;this draws as a surface&#34;
    
    • Group: -->
    • Priority: -->
     
  • Eric Price

    Eric Price - 2022-04-19

    issue also happens "with lines"

     
  • Ethan Merritt

    Ethan Merritt - 2022-06-16
    • status: open --> pending-fixed
     
  • Ethan Merritt

    Ethan Merritt - 2022-07-11
    • Status: pending-fixed --> closed-fixed
     

Log in to post a comment.