MCPcopy Create free account
hub / github.com/SiegeLord/RustGnuplot / set_data_directory

Method set_data_directory

gnuplot/src/figure.rs:191–207  ·  view source on GitHub ↗

Set the directory where to write the data. Gnuplot needs to reify the data before it can be plotted. By default, this is done by writing out data files into a temporary directory. This behavior can be restored by passing in `Some("".into())`. This can be set to `None`, in which case the data is written inline, without a temporary directory. Note that this has somewhat spotty support in gnuplot,

(&mut self, data_directory: Option<String>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

mapMethod · 0.80

Tested by

no test coverage detected