Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alceal/plotlars
/ to_svg
Method
to_svg
crates/plotlars-plotters/src/ext.rs:31–33 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
29
}
30
31
fn to_svg(&self) -> String {
32
crate::render::render_to_svg_string(self)
33
}
34
}
35
36
#[cfg(test)]
Callers
15
scatter_plot_renders_to_svg
Function · 0.80
scatter_plot_grouped_renders
Function · 0.80
scatter_plot_styled_renders
Function · 0.80
scatter_plot_with_title_renders
Function · 0.80
horizontal_legend_border_debug
Function · 0.80
line_plot_renders_to_svg
Function · 0.80
line_plot_additional_lines_renders
Function · 0.80
bar_plot_renders_to_svg
Function · 0.80
bar_plot_grouped_renders
Function · 0.80
bar_plot_horizontal_renders
Function · 0.80
histogram_renders_to_svg
Function · 0.80
boxplot_renders_to_svg
Function · 0.80
Calls
1
render_to_svg_string
Function · 0.85
Tested by
15
scatter_plot_renders_to_svg
Function · 0.64
scatter_plot_grouped_renders
Function · 0.64
scatter_plot_styled_renders
Function · 0.64
scatter_plot_with_title_renders
Function · 0.64
horizontal_legend_border_debug
Function · 0.64
line_plot_renders_to_svg
Function · 0.64
line_plot_additional_lines_renders
Function · 0.64
bar_plot_renders_to_svg
Function · 0.64
bar_plot_grouped_renders
Function · 0.64
bar_plot_horizontal_renders
Function · 0.64
histogram_renders_to_svg
Function · 0.64
boxplot_renders_to_svg
Function · 0.64