Top "Facet" questions

Facetting is a technique for data visualization which makes it easier to compare groups inside your data.

How do i plot facet plots in pandas

This is what I have right now: np.random.seed(1234) test = pd.DataFrame({'week': [1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2], 'score': np.random.uniform(0, 1, 12), 'type': [0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1], 'type2…

python pandas plot visualization facet
Multiple colors in a facet STRIP background

I would like to modify the colors of the facet background based on the group. I'm not sure if this …

r ggplot2 facet
SOLR faceted-search to return facet counts as with OR operator

I'll try first explain what I would like to achieve by using faceted-search in SOLR, before setting the question. Imagine …

solr faceted-search facet
SOLR - How to have facet counts restricted to rows returned in resultset

/select/?q=*:*&rows=100&facet=on&facet.field=category I have around 100 000 documents indexed. But I return only 100 …

search facet solr