octave-online / octave-online-server

The infrastructure that powers Octave Online, octave-online.net
GNU Affero General Public License v3.0
322 stars 76 forks source link

plot() makers disappear from downloaded png/svg #62

Open sffc opened 3 years ago

sffc commented 3 years ago

User report:

When I ran the following code and download the resulted figure, markers were disappeared. If I didn't specify colors, it was ok. The attached are appearance on my browser (Chrome) and its downloaded png. Any solutions?

x=-20:20;
y=x.^2;
plot(x,y,'o','Markerfacecolor','r','Color','r');

onthebrowser octave-online-line-3_(4)