Docs.rs
qust-io-0.1.5
qust-io 0.1.5
Docs.rs crate page
MIT
OR
Apache-2.0
19 February 2025
Links
crates.io
Source
Owners
baiguoname
Dependencies
chrono ^0.4
normal
csv >=0.0.0
normal
itertools ^0.13.0
normal
itertools-num ^0.1.3
normal
lazy_static ^1.4.0
normal
ndarray ^0.16.1
normal
ndarray-stats ^0.6.0
normal
num-traits >=0.0.0
normal
plotters ^0.3.4
normal
polars ^0.43.1
normal
polars-core ^0.43.1
normal
polars-io ^0.43.1
normal
polars-lazy ^0.43.1
normal
qust >=0.1
normal
qust-ds >=0.1
normal
reqwest ^0.12.8
normal
serde >=1.0.136
normal
serde_json ^1.0.94
normal
tokio ^1.39.3
normal
Versions
0.5%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
qust_io
0.1.5
Aplot
Required Methods
aplot
Implementations on Foreign Types
Vec<InfoPnlRes<T, X>>
[PnlRes<da>]
[T]
Implementors
In qust_
io::
output::
plot
qust_io
::
output
::
plot
Trait
Aplot
Copy item path
Source
pub trait Aplot<X, Y> { // Required method fn
aplot
(&self, col:
usize
) ->
SVGWrapper
; }
Required Methods
§
Source
fn
aplot
(&self, col:
usize
) ->
SVGWrapper
Implementations on Foreign Types
§
Source
§
impl
Aplot
<
NaiveDate
,
f32
> for [
PnlRes
<
da
>]
Source
§
fn
aplot
(&self, col:
usize
) ->
SVGWrapper
Source
§
impl<T, X>
Aplot
<X,
f32
> for
Vec
<
InfoPnlRes
<T, X>>
where T:
Display
, for<'a>
PlotWithText
<&'a
[X]
,
Vec
<
f32
>>:
BuildChart
<X,
f32
> + GetAxis<X,
f32
>, X:
Clone
+
PartialOrd
+ 'static, for<'a> MyAxis<'a, X>:
Ranged
<ValueType = X> +
ValueFormatter
<X>,
Source
§
fn
aplot
(&self, col:
usize
) ->
SVGWrapper
Source
§
impl<T, X, Y>
Aplot
<X, Y> for
[T]
where
[T]
:
BuildCharts
<X, Y>,
Source
§
fn
aplot
(&self, cols:
usize
) ->
SVGWrapper
Implementors
§