Figure Export - axes always duplicated

5 visualizaciones (últimos 30 días)
Sanjay Manohar
Sanjay Manohar el 20 de Abr. de 2013
Whenever I export a figure in a vector format, or copy a figure and paste as a vector format, I get multiple copies of the axis -- all overlain on one another. In particular I often have
* a rectangle that's filled in
* a rectangle that's outline only
* a pair of horizontal and vertical lines
* additionally several copies of the border lines, all as separate lines.
To solve it, each time I use the figure I have to ungroup it, separate out the various lines and boxes surrounding the figure, delete the unnecessary copies, and group it together again. The problem is that, on any renderer that uses antialiasing, I get varying colours and thicknesses for multiple lines. I generally want control over the corner/mitres, so I keep only the rectangular frame and remove all the useless floating line segments.
I must be doing something wrong when creating the graph? Is there a way to make there be only one set of axes? I've tried the export_fig script which is great but doesn't help with this frustrating problem.
  2 comentarios
the cyclist
the cyclist el 20 de Abr. de 2013
Can you post a simple script that illustrates the problem?
Sanjay Manohar
Sanjay Manohar el 19 de Jun. de 2013
OK a simple script
plot([1 2 3]);
print -deps test.eps
then open it in any vector program e.g. Inkscape.
If you zoom in on the corners of the axes, there is no mitre, the left and bottom edges are composed of three identical lines overlaid, and there are extra floating 'axis-ticks' at the ends, overlaying the corners. Really painful to rehash this each time for real printing! To make a presentable figure I have to delete the whole axes and draw them on manually.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Graphics Object Properties en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by