You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by jb...@apache.org on 2019/06/25 14:12:57 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Add quantile plots

This is an automated email from the ASF dual-hosted git repository.

jbernste pushed a commit to branch SOLR-13105-visual
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/SOLR-13105-visual by this push:
     new a928b4c  SOLR-13105: Add quantile plots
a928b4c is described below

commit a928b4c35f893fe7a2a3e4424169603856081265
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Tue Jun 25 10:12:39 2019 -0400

    SOLR-13105: Add quantile plots
---
 .../src/images/math-expressions/multitime1.png     | Bin 303548 -> 329019 bytes
 .../src/images/math-expressions/quantiles.png      | Bin 205803 -> 192634 bytes
 solr/solr-ref-guide/src/visualization.adoc         |   5 ++++-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/solr/solr-ref-guide/src/images/math-expressions/multitime1.png b/solr/solr-ref-guide/src/images/math-expressions/multitime1.png
index eeb343b..335c037 100644
Binary files a/solr/solr-ref-guide/src/images/math-expressions/multitime1.png and b/solr/solr-ref-guide/src/images/math-expressions/multitime1.png differ
diff --git a/solr/solr-ref-guide/src/images/math-expressions/quantiles.png b/solr/solr-ref-guide/src/images/math-expressions/quantiles.png
index 6633458..85b197d 100644
Binary files a/solr/solr-ref-guide/src/images/math-expressions/quantiles.png and b/solr/solr-ref-guide/src/images/math-expressions/quantiles.png differ
diff --git a/solr/solr-ref-guide/src/visualization.adoc b/solr/solr-ref-guide/src/visualization.adoc
index cf1fda3..a8f4cc9 100644
--- a/solr/solr-ref-guide/src/visualization.adoc
+++ b/solr/solr-ref-guide/src/visualization.adoc
@@ -27,7 +27,6 @@ image::images/math-expressions/number.png[]
 
 image::images/math-expressions/table.png[]
 
-
 === Probability Distributions
 
 image::images/math-expressions/dist.png[]
@@ -36,6 +35,10 @@ image::images/math-expressions/dist.png[]
 
 image::images/math-expressions/monte-carlo.png[]
 
+=== Quantile Plots
+
+image::images/math-expressions/quantiles.png[]
+
 === Time Series
 
 image::images/math-expressions/timeseries.png[]