mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-21 14:50:44 +01:00
[apps/graph] App holds an Interval for each plot type
This commit is contained in:
@@ -108,7 +108,7 @@ int ValuesController::numberOfColumnsForRecord(Ion::Storage::Record record) cons
|
||||
}
|
||||
|
||||
Shared::Interval * ValuesController::intervalAtColumn(int columnIndex) {
|
||||
return App::app()->interval();
|
||||
return App::app()->intervalForType(plotTypeAtColumn(&columnIndex));
|
||||
}
|
||||
|
||||
CartesianFunction::PlotType ValuesController::plotTypeAtColumn(int * i) const {
|
||||
|
||||
Reference in New Issue
Block a user