You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In .adoc files, we want to visualize and compare different queries in the same plot; for example, to compare:
SELECT vs GENERATE
SELECT vs GENERATE UNDER baseline_model vs GENERATE UNDER linear_model
GENERATE UNDER baseline_model vs GENERATE UNDER baseline_model GIVEN foo="baz"
This entails the creation of multiple plots with heterogeneously typed data stemming from the different queries and coloring accordingly, similar to what we show already in our QC dashboard (see screenshot below).
The text was updated successfully, but these errors were encountered:
In .adoc files, we want to visualize and compare different queries in the same plot; for example, to compare:
SELECT
vsGENERATE
SELECT
vsGENERATE UNDER baseline_model
vsGENERATE UNDER linear_model
GENERATE UNDER baseline_model
vsGENERATE UNDER baseline_model GIVEN foo="baz"
This entails the creation of multiple plots with heterogeneously typed data stemming from the different queries and coloring accordingly, similar to what we show already in our QC dashboard (see screenshot below).
![image](https://user-images.githubusercontent.com/9608300/197559791-1449d5ad-b667-4c9b-a53e-d09276ce30f7.png)
The text was updated successfully, but these errors were encountered: