Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ryan-D-Gast/quill
/ functions
Functions
64 in github.com/Ryan-D-Gast/quill
⨍
Functions
64
◇
Types & classes
22
↓ 20 callers
Method
to_f32
(self)
src/traits.rs:31
↓ 13 callers
Method
to_hex_string
(&self)
src/color.rs:116
↓ 6 callers
Method
to_svg
Saves the plot as an SVG file
src/plot.rs:78
↓ 4 callers
Method
plot
Generates an SVG document representing the plot.
src/plot.rs:145
↓ 2 callers
Function
draw_linear_path
Helper functions for different interpolation types
src/draw/data_series.rs:90
↓ 2 callers
Function
format_pi_value
Format a value in terms of π for display
src/draw/ticks_and_grids.rs:176
↓ 2 callers
Function
generate_minor_linear_ticks
Generate minor tick values for linear scales between major ticks
src/draw/ticks_and_grids.rs:39
↓ 2 callers
Function
generate_minor_log_ticks
Generate minor tick values for logarithmic scale between major ticks
src/draw/ticks_and_grids.rs:8
↓ 2 callers
Function
generate_minor_pi_ticks
Generate minor tick values for Pi scale between major ticks
src/draw/ticks_and_grids.rs:141
↓ 2 callers
Function
generate_pi_ticks
Generate tick values for Pi scale based on nice π fractions
src/draw/ticks_and_grids.rs:58
↓ 2 callers
Method
to_png
(&self, filename: &str, scale: f32)
src/plot.rs:88
↓ 2 callers
Method
to_rgb
(&self)
src/color.rs:46
↓ 1 callers
Method
add_left
(mut self, left: f32)
src/style/margin.rs:60
↓ 1 callers
Function
daily_humidity_data
()
examples/weather.rs:39
↓ 1 callers
Function
daily_temperature_data
()
examples/weather.rs:3
↓ 1 callers
Function
draw_axis_lines
( document: Document, axis: Axis, axis_config: &AxisConfig, plot_area_x_start: f32, plot_a
src/draw/axis.rs:6
↓ 1 callers
Function
draw_bezier_path
(series: &Series<T>, map_x: &Fx, map_y: &Fy)
src/draw/data_series.rs:137
↓ 1 callers
Function
draw_data_series
( data: &[Series<T>], map_x: Fx, map_y: Fy, )
src/draw/data_series.rs:8
↓ 1 callers
Function
draw_legend
( document: Document, data: &[Series<T>], font: &str, legend_config: &LegendConfig, legend
src/draw/legend.rs:10
↓ 1 callers
Function
draw_spline_path
(series: &Series<T>, map_x: &Fx, map_y: &Fy)
src/draw/data_series.rs:212
↓ 1 callers
Function
draw_step_path
(series: &Series<T>, map_x: &Fx, map_y: &Fy)
src/draw/data_series.rs:110
↓ 1 callers
Function
draw_ticks_and_grids
( document: Document, axis: Axis, tick: Tick, grid: Grid, minor_grid: MinorGrid, x_sca
src/draw/ticks_and_grids.rs:213
↓ 1 callers
Function
draw_title
( document: Document, title: &str, font: &str, title_config: &TitleConfig, plot_area_x_sta
src/draw/label.rs:6
↓ 1 callers
Function
draw_x_label
( document: Document, x_label: &str, font: &str, x_label_config: &LabelConfig, plot_area_x
src/draw/label.rs:32
↓ 1 callers
Function
draw_y_label
( document: Document, y_label: &str, font: &str, y_label_config: &LabelConfig, current_eff
src/draw/label.rs:61
↓ 1 callers
Function
exponential_data
()
examples/logarithmic.rs:3
↓ 1 callers
Function
line_data
()
examples/line.rs:3
↓ 1 callers
Function
power_law_data
()
examples/logarithmic.rs:13
↓ 1 callers
Function
scatter_data
()
examples/scatter.rs:3
Method
add_bottom
(mut self, bottom: f32)
src/style/margin.rs:55
Method
add_right
(mut self, right: f32)
src/style/margin.rs:65
Method
add_top
(mut self, top: f32)
src/style/margin.rs:50
Method
default
()
src/color.rs:138
Method
default
()
src/series.rs:27
Method
default
()
src/style/tick.rs:17
Method
default
()
src/style/label.rs:10
Method
default
()
src/style/margin.rs:10
Method
default
()
src/style/grid_new.rs:12
Method
default
()
src/style/grid.rs:12
Method
default
()
src/style/title.rs:10
Method
default
()
src/style/axis.rs:10
Method
default
()
src/style/legend.rs:15
Method
default
()
src/elements/minor_grid.rs:10
Method
epsilon
()
src/traits.rs:40
Method
from
(rgb: (u8, u8, u8))
src/color.rs:144
Method
from_f32
(val: f32)
src/traits.rs:43
Method
hex
Create a hex color
src/color.rs:132
Function
main
()
examples/logarithmic.rs:23
Function
main
()
examples/scatter.rs:15
Function
main
()
examples/investment_growth.rs:3
Function
main
()
examples/weather.rs:75
Function
main
()
examples/line.rs:13
Function
main
()
examples/monthly_sales.rs:3
Method
max_value
()
src/traits.rs:34
Method
min_value
()
src/traits.rs:37
Method
new
(top: f32, bottom: f32, left: f32, right: f32)
src/style/margin.rs:21
Method
rgb
Create an RGB color
src/color.rs:127
Method
to_document
Converts the plot to an SVG document.
src/plot.rs:140
Method
to_png_bytes
(&self, scale: f32)
src/plot.rs:116
Method
to_rgb_string
(&self)
src/color.rs:121
Method
with_bottom
(mut self, bottom: f32)
src/style/margin.rs:35
Method
with_left
(mut self, left: f32)
src/style/margin.rs:40
Method
with_right
(mut self, right: f32)
src/style/margin.rs:45
Method
with_top
(mut self, top: f32)
src/style/margin.rs:30