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/10/08 23:49:23 UTC

[lucene-solr] branch SOLR-13105-visual updated: SOLR-13105: Inprove matrix docs 4

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 8440be8  SOLR-13105: Inprove matrix docs 4
8440be8 is described below

commit 8440be880af21dae97a88cae6eb693941017bbcf
Author: Joel Bernstein <jb...@apache.org>
AuthorDate: Tue Oct 8 19:49:16 2019 -0400

    SOLR-13105: Inprove matrix docs 4
---
 solr/solr-ref-guide/src/matrix-math.adoc | 12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

diff --git a/solr/solr-ref-guide/src/matrix-math.adoc b/solr/solr-ref-guide/src/matrix-math.adoc
index cb90ec2..f8c5507 100644
--- a/solr/solr-ref-guide/src/matrix-math.adoc
+++ b/solr/solr-ref-guide/src/matrix-math.adoc
@@ -131,14 +131,10 @@ responds with:
 The `zplot` function can plot matrices as a heat map using the *heat* named parameter.
 Heat maps are powerful visualization tools for displaying *correlation* and *distance*
 matrices described later in the guide.
-The example below though shows a simple 2x2 matrix visualized using the heat map
-visualization is Apache Zeppelin.
-
-NOTE: In the heat map visualization the rows are read from the *bottom* up. The
-rows and columns are listed in ascending label order.
-This convention becomes
-quite useful when visualizing matrices where the labels are generated
-directly from the data.
+The example below shows a 2x2 matrix visualized using the heat map
+visualization in Apache Zeppelin.
+
+NOTE: In the visualization below the rows are read from the *bottom* up, which is the common convention for heat maps.
 
 image::images/math-expressions/matrix.png[]