Menu

#2022 All dots in SVG are black, not in color.

None
closed-fixed
nobody
None
2018-04-28
2018-02-20
kenorb
No

Given 3 files as input generated by the following commands:

seq 1 2 100 > 2.dat
seq 1 4 100 > 4.dat
seq 1 8 100 > 8.dat

I'm creating the SVG file by:

gnuplot -e "set terminal svg; set output 'output.svg'; plot '2.dat' with dots, '4.dat' with dots, '8.dat' with dots"

Problem: All dots are black.

This doesn't happen for PNG, e.g.

gnuplot -e "set terminal png; set output 'output.png'; plot '2.dat' with dots, '4.dat' with dots, '8.dat' with dots"

I'm using:

gnuplot 5.2 patchlevel 2

1 Attachments

Discussion

  • Ethan Merritt

    Ethan Merritt - 2018-02-21
    • status: open --> pending-fixed
    • Group: -->
    • Priority: -->
     
  • Ethan Merritt

    Ethan Merritt - 2018-04-28
    • Status: pending-fixed --> closed-fixed
     

Log in to post a comment.