Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SiegeLord/RustGnuplot
/ functions
Functions
262 in github.com/SiegeLord/RustGnuplot
⨍
Functions
262
◇
Types & classes
57
↓ 1 callers
Function
example
(c: Common)
gnuplot/examples/multiplot_options.rs:9
↓ 1 callers
Function
example
(c: Common)
gnuplot/examples/dash_type.rs:7
↓ 1 callers
Function
example
(c: Common)
gnuplot/examples/lines_points_3d.rs:7
↓ 1 callers
Function
example
(c: Common)
gnuplot/examples/inverse_api.rs:154
↓ 1 callers
Function
example
(c: Common)
gnuplot/examples/readme_example.rs:8
↓ 1 callers
Function
example
(c: Common)
gnuplot/examples/multiple_axes.rs:7
↓ 1 callers
Function
floats_to_argb
Converts a set of `f64` red, green and blue values in the range `0 <= x <= 1` to a 3-tuple of `u8` suitable for use as an [ARGBInteger] Returns an er
gnuplot/src/color.rs:281
↓ 1 callers
Function
floats_to_rgb
Converts a set of `f64` red, green and blue values in the range `0 <= x <= 1` to a 3-tuple of `u8` suitable for use as an [RGBInteger] Returns an err
gnuplot/src/color.rs:260
↓ 1 callers
Method
get_gnuplot_version
Returns the Gnuplot version.
gnuplot/src/figure.rs:269
↓ 1 callers
Method
get_mtick_str
(&self)
gnuplot/src/axes_common.rs:561
↓ 1 callers
Method
get_range_str
(&self)
gnuplot/src/axes_common.rs:574
↓ 1 callers
Method
is_label
(&self)
gnuplot/src/axes_common.rs:383
↓ 1 callers
Method
is_points
(&self)
gnuplot/src/axes_common.rs:624
↓ 1 callers
Method
log_scale
(&mut self, log_scale: Option<f64>)
gnuplot/examples/inverse_api.rs:142
↓ 1 callers
Method
new_page
Creates a new page. Some terminals support multiple pages or frames, e.g. to create an animation. Call this function between sets of plots to indicat
gnuplot/src/figure.rs:380
↓ 1 callers
Method
reset_state
(&self, writer: &mut dyn Writer)
gnuplot/src/figure.rs:46
↓ 1 callers
Method
save_to_png
Save the figure to a png file. # Arguments `filename` - Path to the output file (png) `width_px` - output image width (in pixels) `height_px` - outpu
gnuplot/src/figure.rs:468
↓ 1 callers
Method
set_aspect_ratio
Set the aspect ratio of the axes # Arguments `ratio` - The aspect ratio. Set to Auto to return the ratio to default
gnuplot/src/axes_common.rs:1435
↓ 1 callers
Method
set_cb_label
Like `set_x_label`, but for the color bar
gnuplot/src/axes_common.rs:1490
↓ 1 callers
Method
set_cb_ticks
Like `set_x_ticks` but for the color bar axis.
gnuplot/src/axes_common.rs:1617
↓ 1 callers
Method
set_grid_options
Set the grid options. # Arguments `front` - Whether the grid should be in the front of the plot elements or behind them. `options` - Styling options
gnuplot/src/axes_common.rs:1982
↓ 1 callers
Method
set_minor_grid_options
Set the minor grid options. # Arguments `options` - Styling options of the grid. Relevant options are: `Color` - Specifies the color of the grid line
gnuplot/src/axes_common.rs:1997
↓ 1 callers
Method
set_multiplot_fill_order
Defines the order in which plots fill the layout. Default is RowsFirst and Downwards. # Arguments `order` - Options: RowsFirst, ColumnsFirst `directio
gnuplot/src/figure.rs:336
↓ 1 callers
Method
set_multiplot_layout
Define the layout for the multiple plots # Arguments `rows` - Number of rows `columns` - Number of columns
gnuplot/src/figure.rs:278
↓ 1 callers
Method
set_offset
Applies a horizontal and vertical offset to each plot # Arguments `offset_x` - Horizontal offset applied to each plot `offset_y` - Horizontal offset a
gnuplot/src/figure.rs:321
↓ 1 callers
Method
set_scale
Applies a horizontal and vertical scale to each plot # Arguments `scale_x` - Horizonal scale applied to each plot `scale_y` - Vertical scale applied t
gnuplot/src/figure.rs:306
↓ 1 callers
Method
set_view_map
Sets the view to be a map. Useful for images and contour plots.
gnuplot/src/axes3d.rs:199
↓ 1 callers
Method
set_x_axis
Sets the properties of x axis. # Arguments `show` - Whether or not draw the axis `options` - Array of PlotOption<&str> controlling the appearance of
gnuplot/src/axes2d.rs:294
↓ 1 callers
Method
set_x_grid
Shows the grid on the X axis. # Arguments `show` - Whether to show the grid.
gnuplot/src/axes_common.rs:1888
↓ 1 callers
Method
set_x_ticks_custom
Sets ticks on the X axis with specified labels at specified positions. # Arguments `ticks` - The locations and labels of the added ticks. The label
gnuplot/src/axes_common.rs:1644
↓ 1 callers
Method
set_y2_label
Like `set_x_label`, but for the secondary Y axis
gnuplot/src/axes_common.rs:1480
↓ 1 callers
Method
set_y2_ticks
Like `set_x_ticks` but for the secondary Y axis. Note that by default, these are hidden.
gnuplot/src/axes_common.rs:1603
↓ 1 callers
Method
set_y_axis
Like `set_x_axis` but for the y axis.
gnuplot/src/axes2d.rs:302
↓ 1 callers
Method
set_y_grid
Shows the grid on the Y axis. # Arguments `show` - Whether to show the grid.
gnuplot/src/axes_common.rs:1908
↓ 1 callers
Method
set_y_log
Sets the Y axis be logarithmic. Note that the range must be non-negative for this to be valid. # Arguments `base` - If Some, then specifies base of t
gnuplot/src/axes_common.rs:1848
↓ 1 callers
Method
set_y_minor_grid
Shows the minor grid on the Y axis. # Arguments `show` - Whether to show the grid.
gnuplot/src/axes_common.rs:1918
↓ 1 callers
Method
show_contours_custom
Show contours (lines of equal Z value) at specific levels. # Arguments `base` - Show contours on the base of the plot (XY plane) `surface` - Show the
gnuplot/src/axes3d.rs:374
↓ 1 callers
Function
split
(s)
cargo_util.py:15
↓ 1 callers
Method
title
(&mut self, title: &str)
gnuplot/examples/inverse_api.rs:108
↓ 1 callers
Method
write_args
(&self, source: &str, writer: &mut dyn Writer, version: GnuplotVersion)
gnuplot/src/axes_common.rs:85
↓ 1 callers
Method
write_label_str
(&self, w: &mut dyn Writer)
gnuplot/src/axes_common.rs:388
↓ 1 callers
Method
write_le_f64
(&mut self, v: f64)
gnuplot/src/writer.rs:15
↓ 1 callers
Method
write_out
( &self, data_directory: Option<&str>, writer: &mut dyn Writer, auto_layout: bool, version: GnuplotVersion
gnuplot/src/figure.rs:29
↓ 1 callers
Method
x
(&mut self, axis: &Axis)
gnuplot/examples/inverse_api.rs:114
↓ 1 callers
Method
x_error_bars
Plot a 2D scatter-plot with a point standing in for each data point. Additionally, error bars are attached to each data point in the X direction. # Ar
gnuplot/src/axes2d.rs:450
↓ 1 callers
Method
x_error_lines
Plot a 2D scatter-plot with a point standing in for each data point and lines connecting each data point. Additionally, error bars are attached to eac
gnuplot/src/axes2d.rs:548
↓ 1 callers
Method
y_error_bars
Plot a 2D scatter-plot with a point standing in for each data point. Additionally, error bars are attached to each data point in the Y direction. # Ar
gnuplot/src/axes2d.rs:480
Method
box_error_delta
Plot a 2D box-plot with error bars using boxes of automatic width. Box widths are, by default set so that there are no gaps between successive boxes (
gnuplot/src/axes2d.rs:725
Function
char_to_symbol
(c: char)
gnuplot/src/axes_common.rs:1002
Method
clamp
(val: T, min: T, max: T)
gnuplot/src/axes3d.rs:402
Method
command
Returns the gnuplot string that will produce the requested color
gnuplot/src/color.rs:130
Method
data
(&self)
gnuplot/src/color.rs:150
Method
default
()
gnuplot/src/axes_common.rs:1041
Method
default
()
gnuplot/src/figure.rs:143
Method
drop
(&mut self)
gnuplot/src/figure.rs:118
Function
escape_test
()
gnuplot/src/util.rs:195
Function
flush_test
()
gnuplot/src/figure.rs:747
Method
fmt
(&self, buf: &mut fmt::Formatter)
gnuplot/src/coordinates.rs:23
Method
fmt
(&self, f: &mut fmt::Formatter)
gnuplot/src/error_types.rs:22
Method
from
Converts `&str` into [RGBString]
gnuplot/src/color.rs:294
Method
from
(error: io::Error)
gnuplot/src/error_types.rs:12
Method
from_axis
(axis_type: TickAxis)
gnuplot/src/axes_common.rs:428
Function
from_string
(argb: String)
gnuplot/src/color.rs:205
Method
get_common_data
(&self)
gnuplot/src/axes2d.rs:1003
Method
get_common_data
(&self)
gnuplot/src/axes3d.rs:558
Method
get_common_data_mut
(&mut self)
gnuplot/src/axes3d.rs:563
Method
has_alpha
(&self)
gnuplot/src/color.rs:181
Method
is_variable
(&self)
gnuplot/src/color.rs:169
Method
lines
Plot a 3D scatter-plot with lines connecting each data point # Arguments `x` - x values `y` - y values `z` - z values `options` - Array of PlotOption<
gnuplot/src/axes3d.rs:139
Method
lines_points
A combination of lines and points methods (drawn in that order). # Arguments `x` - x values `y` - y values `z` - z values `options` - Array of PlotOpt
gnuplot/src/axes3d.rs:164
Function
main
()
gnuplot/examples/box_and_whisker.rs:42
Function
main
()
gnuplot/examples/example1.rs:349
Function
main
()
gnuplot/examples/example2.rs:183
Function
main
()
gnuplot/examples/patterns.rs:48
Function
main
()
gnuplot/examples/variable_color.rs:211
Function
main
()
gnuplot/examples/example3.rs:82
Function
main
()
gnuplot/examples/animation_example.rs:6
Function
main
()
gnuplot/examples/gif.rs:5
Function
main
()
gnuplot/examples/time.rs:44
Function
main
()
gnuplot/examples/text.rs:62
Function
main
()
gnuplot/examples/polygons.rs:49
Function
main
()
gnuplot/examples/lines_3d.rs:25
Function
main
()
gnuplot/examples/box_xy_error.rs:40
Function
main
()
gnuplot/examples/example4.rs:119
Function
main
()
gnuplot/examples/points_3d.rs:25
Function
main
()
gnuplot/examples/color_cycling.rs:28
Function
main
()
gnuplot/examples/color.rs:137
Function
main
()
gnuplot/examples/multiplot_options.rs:45
Function
main
()
gnuplot/examples/dash_type.rs:35
Function
main
()
gnuplot/examples/lines_points_3d.rs:27
Function
main
()
gnuplot/examples/inverse_api.rs:189
Function
main
()
gnuplot/examples/readme_example.rs:31
Function
main
()
gnuplot/examples/multiple_axes.rs:33
Method
new
()
gnuplot/src/axes2d.rs:217
Method
new
(label_type: LabelType)
gnuplot/src/axes_common.rs:327
Method
new
()
gnuplot/src/axes3d.rs:57
Method
new
()
gnuplot/src/figure.rs:73
Method
new
()
gnuplot/examples/common.rs:54
Method
new
(plot_elements: Vec<Box<dyn PlotElement>>)
gnuplot/examples/inverse_api.rs:99
Method
new_plot
( plot_type: PlotType, data: Vec<f64>, num_rows: usize, num_cols: usize, options: &[PlotOption<&str>], )
gnuplot/src/axes_common.rs:33
← previous
next →
101–200 of 262, ranked by callers