Skip to content

Commit

Permalink
Clean up in Tab_1dPreview.qml and Plotly1DBarPlot.qml
Browse files Browse the repository at this point in the history
  • Loading branch information
koshchii committed May 29, 2024
1 parent 0d2998c commit 240d52e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion EasyTextureApp/Gui/Charts/Plotly1DBarPlot.qml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ WebEngineView {

emptyData()
redrawPlot()
setXData()
//setXData()
//setMeasuredYData()
//setCalculatedYData()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,4 @@ Charts.Plotly1D {
//Component.onCompleted: Globals.Refs.app.rawDataPage.plotView = this

}
/*
EaCharts.Plotly1dMeasVsCalc {

useWebGL: Globals.Proxies.main.plotting.useWebGL1d
xAxisTitle: "x"
yAxisTitle: "y"
xData: Globals.Proxies.main.rawData.xData
measuredYData: Globals.Proxies.main.rawData.yData
Component.onCompleted: Globals.Refs.app.rawDataPage.plotView = this
}
*/

0 comments on commit 240d52e

Please sign in to comment.