删除plot_core
This commit is contained in:
@@ -6,8 +6,8 @@
|
||||
|
||||
namespace renderive::detail {
|
||||
|
||||
Frequency_Axis_Control::Frequency_Axis_Control(Plot_Core& plot, const Axis_Properties& properties)
|
||||
: Axis(plot, properties) {}
|
||||
Frequency_Axis_Control::Frequency_Axis_Control(::Scene_Base& scene, const Axis_Properties& properties)
|
||||
: Axis(scene, properties) {}
|
||||
|
||||
std::string Frequency_Axis_Control::format_tick_label(double tick,
|
||||
const Axis_Properties& state) const {
|
||||
|
||||
Reference in New Issue
Block a user