Re: Simplify complex graph from matplotlib

2020-10-01 Thread Murat Yildizoglu
Hello Neal, I flatten such graphics by converting them to PNG. They take less memory as such. -- Prof. Murat Yildizoglu Advisor to the Minister of Education, Youth and Sports of Cambodia Expertise France On leave from: UNIVERSITE DE BORDEAUX GREThA (UMR CNRS 5113) web: www.yildizoglu.fr >

RE: Simplify complex graph from matplotlib

2020-10-01 Thread Bernt Lie
I had a similar problem lately: I produced a scatterplot using matplotlib (or rather: the matplotlib back-end for Plots in Julia), and stored the file as *.svg – with a file size of some 5 MB. I tried to subsample the plot, e.g., by using only 10% of the points. Still a relatively large plot

Simplify complex graph from matplotlib

2020-10-01 Thread Neal Becker
Don't know if this is more appropriate for lyx or mpl. I have a couple of graphs with a large number of points. They were exported from matplotlib as pdf, and produced large files. After including in lyx, the resulting pdf takes a long time to load. The plots don't really need so many points

Re: 'su lyx' changes file access privileges

2020-10-01 Thread Pavel Sanda
On Thu, Oct 01, 2020 at 01:40:11PM +0200, paolo m. wrote: > % su - user2 > % umask > 002 > > Umask does not change and lyx starts. File privileges are changed, as > before. Interesting. I do not see this problem here (qt4), umask is respected by lyx so the user2 resaves the file as

Re: 'su lyx' changes file access privileges

2020-10-01 Thread paolo m.
Pavel Sanda wrote: > On Wed, Sep 30, 2020 at 10:04:20AM +0200, Pavel Sanda wrote: >> On Sun, Sep 27, 2020 at 04:31:24PM +0200, paolo m. wrote: >> > > Here it is for example >> > > $ umask >> > > 22 >> > > >> > > Kornel >> > >> > Umask is the same for both users: >> > % umask >> > 002 >> >