6 #ifndef __TC_BOXES_AND_WHISKERS 7 #define __TC_BOXES_AND_WHISKERS 9 #include <core/data/sframe/gl_sframe.hpp> 10 #include <core/storage/sframe_data/groupby_aggregate_operators.hpp> 11 #include <visualization/server/plot.hpp> 12 #include "groupby.hpp" 13 #include "transformation.hpp" 16 namespace visualization {
18 class boxes_and_whiskers_result:
public transformation_output,
19 public groupby_quantile_result {
21 virtual std::string vega_column_data(
bool sframe)
const override;
27 class boxes_and_whiskers :
public groupby<boxes_and_whiskers_result> {
31 std::shared_ptr<Plot> plot_boxes_and_whiskers(
34 const flexible_type& xlabel,
35 const flexible_type& ylabel,
36 const flexible_type& title);
40 #endif // __TC_BOXES_AND_WHISKERS