Dan Li
Dan Li

Reputation: 101

When editing ".svg" images, Inkscape is very very lagging. Who can tell me what should I do to make Inkscape run faster?

I used R to analyze the single-cell RNA sequencing data and save the t-sne and umap results to ".svg" images. When editing those ".svg" images, Inkscape is very very lagging. Who can tell me what should I do to make Inkscape run faster? Thanks a lot.

Upvotes: 0

Views: 918

Answers (2)

JHead
JHead

Reputation: 426

A common reason for Inkscape to slow down is that it regularly checks the most recently opened files, and if some of the files, e.g. it's on a network drive and can't access it, then it waits, which blocks the user interface. The solution to the problem:

  1. Go to the Settings menu and select the Interface submenu.
  2. Set the "Maximum documents in Open Recent" field to 0.
  3. Delete the list.

Make Inkscape fast

Upvotes: 1

feedMe
feedMe

Reputation: 3727

It sounds like you probably have a very large number of nodes in your svg file. SVG files containing lots of node data will often be resource hungry and Inkscape can slow down.

If you can, export your data into separate files for editing and combine them again later. Alternatively, consider using raster images instead. Another option is to invest in a more powerful computer.

Upvotes: 1

Related Questions