Summary
SVG vector plots with Orthogonal Distance Fitting produce ultra-compact, high-quality visualizations by fitting Bezier curves.
Compact vector plots with ODF algorithm
Towards Data Science describes a method to generate ultra-compact SVG plots using Orthogonal Distance Fitting. By fitting Bezier curves with an ODF algorithm, vector images are created that are a fraction of the file size of traditional raster plots without quality loss. The technique is particularly suited for publications and web applications.
Why this matters for data visualization
For BI professionals publishing dashboards and reports on the web, SVG offers significant advantages. Vector graphics scale perfectly to any screen size, load faster, and remain sharp at every resolution. The ODF method makes it possible to visualize complex datasets in files that are only a few kilobytes.
Practical application
Experiment with SVG export in your current visualization tools and compare file sizes with PNG or JPEG. Consider Bezier curve fitting for time series data where smooth lines matter more than pixel-precise data points. Integrate SVG output in your web dashboards for better load times.
Deepen your knowledge
Which chart type to choose? The complete decision tree
Bar chart, line chart, pie chart, or scatter plot? Discover which chart type to use when with our practical decision tre...
Knowledge BasePredictive Analytics — What can it do for your business?
Discover what predictive analytics is, how it works, and how to apply it in your business. From the 4 levels of analytic...
Knowledge BaseWhat is Power BI? Everything you need to know
Discover what Microsoft Power BI is, how it works, what it costs, and why it's the world's most popular BI tool. Complet...