Home
last modified time | relevance | path

Searched refs:PLOT_LEGEND_BELOW (Results 1 – 4 of 4) sorted by relevance

/dports/math/libqalculate/libqalculate-3.17.0/libqalculate/
H A Dincludes.h229 PLOT_LEGEND_BELOW, enumerator
H A DCalculator-plot.cc287 case PLOT_LEGEND_BELOW: {plot += "set key below\n"; break;} in plotVectors()
/dports/math/cantor/cantor-21.12.3/src/backends/qalculate/
H A Dqalculateexpression.cpp241 plotParameters.legend_placement = PLOT_LEGEND_BELOW; in evaluatePlotCommand()
450 plotParameters.legend_placement = PLOT_LEGEND_BELOW; in evaluatePlotCommand()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dcallbacks.cc28418 …case PLOT_LEGEND_BELOW: {gtk_combo_box_set_active(GTK_COMBO_BOX(gtk_builder_get_object(plot_builde… in on_menu_item_plot_functions_activate()
28474 case PLOTLEGEND_MENU_BELOW: {default_plot_legend_placement = PLOT_LEGEND_BELOW; break;} in on_plot_dialog_hide()
33769 case PLOTLEGEND_MENU_BELOW: {pp.legend_placement = PLOT_LEGEND_BELOW; break;} in generate_plot()