Scalable Vector Graphics (SVG) Export of Figures

버전 1.9.0 (807 KB) 작성자: Juerg Schwizer
Converts 3D and 2D MATLAB plots to the scalable vector format (SVG).
다운로드 수: 49.7K
업데이트 날짜: 2021/4/23

편집자 메모: This file was a File Exchange Pick of the Week

Scalable Vector Graphics (SVG) Export of Figures

Converts 2D & 3D Matlab plots to the scalable vector format (SVG). This format is specified by W3C (http://www.w3.org) and can be viewed and printed with internet browsers.

Added preliminary support of filter, clipping, and tickmark extensions that go beyond the Matlab functionality. SVG filters are a great tool to create stylish plots! Try it out! Before you start using this new features have a look at the tutorial.

Editors for the SVG file format can be found at http://www.inkscape.org.

Usage:
> plot2svg % opens a file dialog to plot the active figure
or
> plot2svg('myfile.svg', figure handle, pixelfiletype)

pixelfiletype = 'png' (default), 'jpg'

Supported Features
- line, patch, contour, contourf, quiver, surf, ...
- markers
- image (saved as linked png pictures)
- grouping of elements
- alpha values for patches
- subplot
- colorbar
- legend
- zoom
- reverse axes
- controls are saved as png pictures
- log axis scaling
- axis scaling factors (10^x)
- labels that contain Latex commands are interpreted (with some limitations):
\alpha, \Alpha, \beta, \Beta, ... \infity, \pm, \approx
{\it.....} for italic text
{\bf.....} for bold text
^{...} for superscript
_{...} for subscript

How to use SVG files in HTML code
<object type="image/svg+xml" data="./mySVGfile.svg" width="140" height="100"></object>

Limitations:
- Does not support figure objects that have been introduced for > Matlab R2014b
- axis scaling factors for 3D axes
- 3D plot functionality limited (depth sorting, light)

인용 양식

Juerg Schwizer (2024). Scalable Vector Graphics (SVG) Export of Figures (https://github.com/jschwizer99/plot2svg/releases/tag/v1.9.0), GitHub. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2012b
R2014a 이하 모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.9.0

See release notes for this release on GitHub: https://github.com/jschwizer99/plot2svg/releases/tag/v1.9.0

1.8.0.0

- 1xn char arrays for tick labels
- Fix for 'Index exceeds matrix dimensions'
- Fix for another axis label problem
- Fix for line style none of rectangles
- Enabled scatter plot functionality

1.7.0.0

- Fix for degree character
- Fix for problems with dash-arrays
- Modified shape of triangles
- Removed versn as return value of function fileparts
- Fix for images

1.6.0.0

- Bugfix for ticklabels outside of the axis limits
- Enabled scatter plots using hggroups
- Closing patches if they do not contain NaNs
- Support of the 'Layer' keyword to but the grid on top of
of the other axis content using 'top'

1.5.0.0

Bugfixes and support of user requests. See 'Changes in Version 06-Mar-2010' for more information.

1.4.0.0

- Bug fixes for text size / line distance
- Support of background box for text
- Improved support of filters
- Experimental support of animations
- Rework of latex string handling
- 'sub' and 'super' workaround for Firefox and Inkscape

1.3.0.0

Improved SVG filter support, bugfixes, improved text support, more examples for the advanced filter usage.

1.2.0.0

Bugfixes and preliminary support of SVG filters, clipping, and improved axis tick labels.

1.1.0.0

Several bugfixes and better support of 3D graphics

1.0.0.0

Important bugfix solving the problem described in the last rating.

Many thanks
Juerg Schwizer

이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.
이 GitHub 애드온의 문제를 보거나 보고하려면 GitHub 리포지토리로 가십시오.