Inkscape.org
Using Inkscape with Other Programs Matlab and Inkspace SVG file - can't access individual things
  1. #1
    eliso eliso @eliso

    Hi

    Usually when i save svg in matlab figure it's all ok and i can edit the photo in inkspace. 
    However, now I created a specific histogram graph and can save it as SVG but can't access the plot and individial lines on inkspace. why so?

    Power New
  2. #2
    Polygon Polygon @Polygon🌶

    Check out Layer->Layers and Objects… for the content of your SVG; it´s mainly clipped raster images stitched together as a "carpet".

  3. #3
    eliso eliso @eliso

    can you please show me what you mean?

    Attaching the svg file

    Power New
  4. #4
    eliso eliso @eliso

    All i see there are images. and no access for example to the plots to change the line thinckness and fonts of the numbers. (just an example)

  5. #5
    Polygon Polygon @Polygon🌶

    Here you go: Select one "Image" and go Object->Clip->Release Clip and check Status Bar for info please:

     

  6. #6
    eliso eliso @eliso
    *

    thanks, but how do i change the width of the line or move / change the font of the numbers? i can't choose it
    (this is what this post is about)

  7. #7
    Polygon Polygon @Polygon🌶

    Do you know the difference between vector and raster graphics? As I said these are just a bunch of bitmaps aligned to a bigger image stored in an SVG container. No vector data included in your file. You might check if MatLab has another option to save the graphs in vector format.

  8. #8
    Muhammad Rikaz Khan Muhammad Rikaz Khan @sebt11tools
    1. All i see there are images. and no access for example to the plots to change the line thinckness and fonts of the numbers. (just an example)

    2.  
  9. #9
    eliso eliso @eliso
    *

    for future reference, when people are googling it, I managed to save it in SVG with individual data with the following command in matlab:
    print('-vector','-depsc','myVectorFile')

     

    And than need to insert EPS file to inkspace accoring to :

    https://www.youtube.com/watch?v=tH6S-w5DAsY

  10. #10
    Polygon Polygon @Polygon🌶

    According to their website vectordata can be exported/saved to PDF or EPS.

Inkscape Inkscape.org Inkscape Forum Using Inkscape with Other Programs Matlab and Inkspace SVG file - can't access individual things