MCPcopy Create free account

hub / github.com/SiegeLord/RustGnuplot / functions

Functions262 in github.com/SiegeLord/RustGnuplot

↓ 95 callersMethodmap
Same as `Option::map`
gnuplot/src/options.rs:199
↓ 84 callersMethodwrite_str
(&mut self, s: &str)
gnuplot/src/writer.rs:10
↓ 57 callersMethodget_common_data_mut
(&mut self)
gnuplot/src/axes2d.rs:1008
↓ 55 callersMethodto_one_way_owned
(&self)
gnuplot/src/util.rs:167
↓ 47 callersMethodset_title
Set the multiplot title # Arguments `title` - Name of the file
gnuplot/src/figure.rs:292
↓ 45 callersMethodshow
(&self, fg: &mut Figure, filename: &str)
gnuplot/examples/common.rs:127
↓ 41 callersMethodaxes2d
Creates a set of 2D axes
gnuplot/src/figure.rs:350
↓ 29 callersMethodlines
Plot a 2D scatter-plot with lines connecting each data point # Arguments `x` - x values `y` - y values `options` - Array of PlotOption<&str> controlli
gnuplot/src/axes2d.rs:370
↓ 14 callersMethodaxes3d
Creates a set of 3D axes
gnuplot/src/figure.rs:362
↓ 13 callersMethodlabel
Adds a label to the plot, with an optional marker. # Arguments `text` - Text of the label `x` - X coordinate of the label `y` - Y coordinate of the la
gnuplot/src/axes_common.rs:1530
↓ 12 callersMethodset_x_label
Set the label for the X axis # Arguments `text` - Text of the label. Pass an empty string to hide the label `options` - Array of LabelOption controlli
gnuplot/src/axes_common.rs:1450
↓ 12 callersMethodset_y_label
Like `set_x_label`, but for the Y axis
gnuplot/src/axes_common.rs:1460
↓ 11 callersMethoditer2
(self)
gnuplot/examples/common.rs:33
↓ 11 callersMethodsurface
Draws a 3D surface from a rectangular array of data by connecting the individual datapoints with polygons. #Arguments: `mat` - Row-major 2D array sig
gnuplot/src/axes3d.rs:83
↓ 10 callersMethodget
(&self)
gnuplot/src/datatype.rs:68
↓ 10 callersMethodset_view
Sets the 3D view. #Arguments: `pitch` - Pitch, in degrees. Value of 0 is looking straight down on the XY plane, Z pointing out of the screen. `yaw` -
gnuplot/src/axes3d.rs:192
↓ 9 callersMethodset_y_range
Set the range of values for the Y axis. # Arguments `min` - Minimum Y value `max` - Maximum Y value
gnuplot/src/axes_common.rs:1759
↓ 8 callersFunctioncargo_cmd
(*command)
cargo_util.py:40
↓ 8 callersMethodpoints
Plot a 2D scatter-plot with a point standing in for each data point # Arguments `x` - x values `y` - y values `options` - Array of PlotOption<&str> co
gnuplot/src/axes2d.rs:396
↓ 8 callersMethodset
(&mut self, text: String, options: Vec<LabelOption<String>>)
gnuplot/src/axes_common.rs:336
↓ 8 callersMethodset_legend
Specifies the location and other properties of the legend # Arguments `x` - X coordinate of the legend `y` - Y coordinate of the legend `legend_option
gnuplot/src/axes2d.rs:347
↓ 8 callersMethodset_y_ticks
Like `set_x_ticks` but for the Y axis.
gnuplot/src/axes_common.rs:1571
↓ 7 callersFunctionfloat_color_to_int
(v: f64)
gnuplot/src/color.rs:234
↓ 7 callersMethodset_x_ticks
Sets the properties of the ticks on the X axis. # Arguments `tick_placement` - Controls the placement of the ticks. Pass `None` to hide the ticks. Ot
gnuplot/src/axes_common.rs:1557
↓ 6 callersMethodbox_xy_error_delta
Plot 2D rectangular boxes - usually used for error bars - using specified by width (x_delta) and height (y_delta). # Arguments `x` - x values (horizo
gnuplot/src/axes2d.rs:861
↓ 6 callersMethodlines_points
A combination of lines and points methods (drawn in that order). # Arguments `x` - x values `y` - y values `options` - Array of PlotOption<&str> contr
gnuplot/src/axes2d.rs:418
↓ 6 callersMethodset_grid
(&mut self, show: bool)
gnuplot/src/axes_common.rs:986
↓ 6 callersMethodset_log
(&mut self, base: Option<f64>)
gnuplot/src/axes_common.rs:976
↓ 6 callersMethodset_pos_grid
Set the position of the axes on the figure using grid coordinates. # Arguments `nrow` - Number of rows in the grid. Must be greater than 0. `ncol` - N
gnuplot/src/axes_common.rs:1381
↓ 6 callersMethodset_range
(&mut self, min: AutoOption<f64>, max: AutoOption<f64>)
gnuplot/src/axes_common.rs:970
↓ 6 callersMethodset_ticks
( &mut self, tick_placement: Option<(AutoOption<f64>, u32)>, tick_options: Vec<TickOption<String>>, label_
gnuplot/src/axes_common.rs:953
↓ 6 callersMethodset_ticks_custom
( &mut self, ticks: TL, tick_options: Vec<TickOption<String>>, label_options: Vec<LabelOption<String>>, )
gnuplot/src/axes_common.rs:934
↓ 6 callersMethodset_time
(&mut self, is_time: bool)
gnuplot/src/axes_common.rs:996
↓ 6 callersMethodset_z_label
Set the label for the Z axis # Arguments `text` - Text of the label. Pass an empty string to hide the label `options` - Array of LabelOption controll
gnuplot/src/axes3d.rs:215
↓ 6 callersMethodset_z_range
Set the range of values for the Z axis # Arguments `min` - Minimum Z value `max` - Maximum Z value
gnuplot/src/axes3d.rs:295
↓ 6 callersMethodset_z_ticks
Like `set_x_ticks` but for the Z axis.
gnuplot/src/axes3d.rs:257
↓ 6 callersMethodshow
Launch a gnuplot process, if it hasn't been spawned already and display the figure on it. Unlike `show_and_keep_running`, this also instructs gnuplot
gnuplot/src/figure.rs:450
↓ 5 callersMethodboxes
Plot a 2D box-plot. Box widths are, by default set so that there are no gaps between successive boxes (i.e. each box may have a different width). This
gnuplot/src/axes2d.rs:688
↓ 5 callersMethodget_axis_str
(&self)
gnuplot/src/axes_common.rs:535
↓ 5 callersMethodset_reverse
(&mut self, reverse: bool)
gnuplot/src/axes_common.rs:981
↓ 4 callersMethodarrow
Adds an arrow to the plot. The arrow is drawn from `(x1, y1)` to `(x2, y2)` with the arrow point towards `(x2, y2)`. # Arguments `x1` - X coordinate o
gnuplot/src/axes2d.rs:321
↓ 4 callersMethodfill_between
Plot a 2D scatter-plot of two curves (bound by `y_lo` and `y_hi`) with a filled region between them. `FillRegion` plot option can be used to control w
gnuplot/src/axes2d.rs:619
↓ 4 callersMethodpolygon
Plot a polygon given coordinates of its vertices. # Arguments `x` - x coordinates of the vertices `y` - y coordinates of the vertices `options` - Arr
gnuplot/src/axes2d.rs:653
↓ 4 callersMethodset_border
Sets the properties of the plot border # Arguments `front` - Whether or not to draw the border above or below the plot contents `locations` - Which
gnuplot/src/axes2d.rs:275
↓ 4 callersMethodset_cb_range
Set the range of values for the color bar axis. # Arguments `min` - Minimum Y value `max` - Maximum Y value
gnuplot/src/axes_common.rs:1828
↓ 4 callersMethodset_minor_grid
(&mut self, show: bool)
gnuplot/src/axes_common.rs:991
↓ 4 callersMethodset_palette
Sets the palette used for 3D surface and image plots. See the [palettes][crate::palettes] module for a list of predefined palettes. # Arguments `pale
gnuplot/src/axes_common.rs:2098
↓ 4 callersMethodset_size
Set the size of the axes # Arguments `w` - Width. Ranges from 0 to 1 `h` - Height. Ranges from 0 to 1
gnuplot/src/axes_common.rs:1414
↓ 4 callersMethodset_terminal
Sets the terminal for gnuplot to use, as well as the file to output the figure to. Terminals that spawn a GUI don't need an output file, so pass an em
gnuplot/src/figure.rs:223
↓ 4 callersMethodset_x_range
Set the range of values for the X axis. # Arguments `min` - Minimum X value `max` - Maximum X value
gnuplot/src/axes_common.rs:1748
↓ 3 callersFunctioncolor_name
(color: &PlotOption<T>)
gnuplot/examples/color.rs:9
↓ 3 callersMethodcreate_colormap
Creates and saves a colormap in the gnuplot environment that can be used for later plots (see examples/color_variable.rs for example usage) # Argumen
gnuplot/src/axes_common.rs:2110
↓ 3 callersMethodget_tick_str
(&self)
gnuplot/src/axes_common.rs:548
↓ 3 callersMethodimage
Draws an image from a rectangular array of data by connecting the individual datapoints with polygons. #Arguments: `mat` - Row-major 2D array signify
gnuplot/src/axes2d.rs:937
↓ 3 callersMethodset_box_width
Set the width of boxes in any box plots on the axes (for example [boxes()](crate::Axes2D::boxes), [box_and_whisker()](crate::Axes2D::box_and_whisker))
gnuplot/src/axes_common.rs:1426
↓ 3 callersMethodset_pos
Set the position of the axes on the figure using screen coordinates. The coordinates refer to the bottom-left corner of the axes # Arguments `x` - X p
gnuplot/src/axes_common.rs:1404
↓ 3 callersMethodset_x_log
Sets the X 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:1838
↓ 3 callersMethodshow_contours
Show contours (lines of equal Z value) at automatically determined levels. # Arguments `base` - Show contours on the base of the plot (XY plane) `sur
gnuplot/src/axes3d.rs:351
↓ 3 callersMethodwrite_out_commands
(&self, w: &mut dyn Writer)
gnuplot/src/options.rs:464
↓ 2 callersFunctionaxis
()
gnuplot/examples/inverse_api.rs:149
↓ 2 callersMethodbox_and_whisker
Plot a 2D box-and-whisker plot. Box widths are, by default set so that there are no gaps between successive boxes (i.e. each box may have a different
gnuplot/src/axes2d.rs:818
↓ 2 callersMethodbox_error_low_high
Plot a 2D box-plot with error bars. Box widths are, by default set so that there are no gaps between successive boxes (i.e. each box may have a differ
gnuplot/src/axes2d.rs:768
↓ 2 callersMethodecho
Echo the commands that if piped to a gnuplot process would display the figure # Arguments `writer` - A function pointer that will be called multiple t
gnuplot/src/figure.rs:603
↓ 2 callersMethodecho_to_file
Save to a file the the commands that if piped to a gnuplot process would display the figure # Arguments `filename` - Name of the file
gnuplot/src/figure.rs:724
↓ 2 callersFunctionescape
(s: &str)
gnuplot/src/util.rs:173
↓ 2 callersFunctionfrom_argb
(a: ColorComponent, r: ColorComponent, g: ColorComponent, b: ColorComponent)
gnuplot/src/color.rs:196
↓ 2 callersMethodis_fill
(&self)
gnuplot/src/axes_common.rs:637
↓ 2 callersMethodis_line
(&self)
gnuplot/src/axes_common.rs:610
↓ 2 callersFunctionlines
(x: Tx, y: Ty)
gnuplot/examples/inverse_api.rs:72
↓ 2 callersMethodset_x_time
Sets the X axis be time. If true, the axis is interpreted as seconds from the Unix epoch. Use the `Format` TickOption to specify the formatting of th
gnuplot/src/axes_common.rs:2010
↓ 2 callersMethodshow
(&self)
gnuplot/examples/inverse_api.rs:84
↓ 2 callersMethodshow_and_keep_running
Launch a gnuplot process, if it hasn't been spawned already by a call to this function, and display the figure on it. Usually you should prefer using
gnuplot/src/figure.rs:392
↓ 2 callersMethodto_axes2d
(&self)
gnuplot/examples/inverse_api.rs:52
↓ 2 callersMethodto_ref
(&self)
gnuplot/src/color.rs:423
↓ 2 callersMethodwait
Waits until the gnuplot process exits. See `std::process::Child::wait`.
gnuplot/src/figure.rs:103
↓ 2 callersMethodwrite_data
(&self, writer: &mut dyn Writer)
gnuplot/src/axes_common.rs:309
↓ 2 callersMethodwrite_grid_options
(&self, c: &mut dyn Writer, axes: &[TickAxis], version: GnuplotVersion)
gnuplot/src/axes_common.rs:1143
↓ 2 callersMethodwrite_out_elements
( &self, cmd: &str, data_directory: Option<&str>, writer: &mut dyn Writer, version: GnuplotVersion, )
gnuplot/src/axes_common.rs:1301
↓ 2 callersFunctionwrite_out_label_options
( label_type: LabelType, options: &[LabelOption<String>], writer: &mut dyn Writer, )
gnuplot/src/axes_common.rs:442
↓ 2 callersMethodxy_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 and Y direction
gnuplot/src/axes2d.rs:510
↓ 2 callersMethody_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:584
↓ 1 callersMethodbox_xy_error_low_high
( &'l mut self, x: X, y: Y, x_low: XLow, x_high: XHigh, y_low: YLow, y_high: YHigh, options: &[PlotOption<
gnuplot/src/axes2d.rs:899
↓ 1 callersMethodclear_axes
Clears all axes on this figure.
gnuplot/src/figure.rs:594
↓ 1 callersMethodclose
Closes the gnuplot process. This can be useful if you're your plot output is a file and you need to that it was written.
gnuplot/src/figure.rs:571
↓ 1 callersMethodconvert
(&self, axes: &mut gp::Axes2D)
gnuplot/examples/inverse_api.rs:24
↓ 1 callersFunctionexample
(c: Common)
gnuplot/examples/box_and_whisker.rs:7
↓ 1 callersFunctionexample
(c: Common)
gnuplot/examples/example1.rs:9
↓ 1 callersFunctionexample
(c: Common)
gnuplot/examples/example2.rs:8
↓ 1 callersFunctionexample
(c: Common)
gnuplot/examples/patterns.rs:7
↓ 1 callersFunctionexample
(c: Common)
gnuplot/examples/variable_color.rs:23
↓ 1 callersFunctionexample
(c: Common)
gnuplot/examples/example3.rs:9
↓ 1 callersFunctionexample
(c: Common)
gnuplot/examples/time.rs:8
↓ 1 callersFunctionexample
(c: Common)
gnuplot/examples/text.rs:7
↓ 1 callersFunctionexample
(c: Common)
gnuplot/examples/polygons.rs:7
↓ 1 callersFunctionexample
(c: Common)
gnuplot/examples/lines_3d.rs:7
↓ 1 callersFunctionexample
(c: Common)
gnuplot/examples/box_xy_error.rs:7
↓ 1 callersFunctionexample
(c: Common)
gnuplot/examples/example4.rs:7
↓ 1 callersFunctionexample
(c: Common)
gnuplot/examples/points_3d.rs:7
↓ 1 callersFunctionexample
(c: Common)
gnuplot/examples/color_cycling.rs:7
↓ 1 callersFunctionexample
(c: Common)
gnuplot/examples/color.rs:18
next →1–100 of 262, ranked by callers