Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Printing a big figure
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
I have a plot with (almost) only objects created by text function. There are can be either 100 or 10^5 these objects. So, previewing this plot via standart MatLab figure window is not possible (in case of big amount of text objects), thus I decided to print it in a png file and then scale as much as I need in Photoshop (Photoshop does not freeze when I try to scale it in comparison to image viewers).
I am almost fine with that except the time of print function. It can take from 1 to 10 minutes to print an image.
My DPI and PaperPosition properties depend on amount of objects.
My question is: is there any way to improve perfomance?
For example:
1. Maybe to combine these objects to one, which will be printed faster
2. Or adjust somehow PaperPosition and DPI that I will be able to print it fast and still be able to discern object on image
3. Or maybe printing such kind of image in vector format is more beneficial?
Actually, I print a big network like this:
It has 1 graph object (dots and lines) and many objects of numbers, created by text function ( I do not use LabelNodes and LabelEdges by some reasons).
3 comentarios
Respuestas (0)
La pregunta está cerrada.
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!