We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3be29 commit 8813e5aCopy full SHA for 8813e5a
plotly/examples/ndarray_support.rs
@@ -1,7 +1,10 @@
1
#[cfg(feature = "plotly_ndarray")]
2
use ndarray::{Array, Ix1, Ix2};
3
+#[cfg(feature = "plotly_ndarray")]
4
use plotly::common::Mode;
5
6
use plotly::ndarray::ArrayTraces;
7
8
use plotly::{Plot, Scatter};
9
10
plotly/src/plot.rs
@@ -510,6 +510,7 @@ impl PartialEq for Plot {
510
#[cfg(test)]
511
mod tests {
512
use serde_json::{json, to_value};
513
+ #[cfg(feature = "kaleido")]
514
use std::path::PathBuf;
515
516
use super::*;
0 commit comments