Skip to content

Commit

Permalink
ide/scave: Fill out defaultChartName for builtin chart templates
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Oct 18, 2023
1 parent f9876a5 commit 89ba96c
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id = 3dchart_itervars_mpl
name = 3D Chart (scalar in the function of itervars)
defaultChartName = 3D Chart
type = MATPLOTLIB
scriptFile = 3dchart_itervars.py
icon = icons/full/obj/matplotlibchart.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id = barchart_mpl
name = Bar Chart with Matplotlib
defaultChartName = Bar Chart
type = MATPLOTLIB
scriptFile = barchart.py
icon = icons/full/obj/barchart.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id = barchart_native
name = Bar Chart
defaultChartName = Bar Chart
type = BAR
scriptFile = barchart.py
icon = icons/full/obj/barchart.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id = boxwhiskers
name = Box and Whiskers Chart (Matplotlib)
defaultChartName = Box and Whiskers
type = MATPLOTLIB
scriptFile = boxwhiskers.py
icon = icons/full/obj/histogramchart.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id = generic_mpl
name = Generic Matplotlib Plot
defaultChartName = Generic Plot
type = MATPLOTLIB
scriptFile = generic_mpl.py
icon = icons/full/obj/linechart.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id = generic_xyplot_mpl
name = Generic Matplotlib X-Y Plot
defaultChartName = Generic XY Plot
type = MATPLOTLIB
scriptFile = generic_xyplot.py
icon = icons/full/obj/linechart.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id = generic_xyplot_native
name = Generic X-Y Plot
defaultChartName = Generic XY Plot
type = LINE
scriptFile = generic_xyplot.py
icon = icons/full/obj/linechart.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id = histogramchart_mpl
name = Histogram Chart with Matplotlib
defaultChartName = Histograms
type = MATPLOTLIB
scriptFile = histogramchart.py
icon = icons/full/obj/histogramchart.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id = histogramchart_native
name = Histogram Chart
defaultChartName = Histograms
type = HISTOGRAM
scriptFile = histogramchart.py
icon = icons/full/obj/histogramchart.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id = histogramchart_vectors_mpl
name = Histogram Chart from Vectors with Matplotlib
defaultChartName = Histograms of Vectors
type = MATPLOTLIB
scriptFile = histogramchart_vectors.py
icon = icons/full/obj/histogramchart.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id = histogramchart_vectors_native
name = Histogram from Vectors Chart
defaultChartName = Histograms of Vectors
type = HISTOGRAM
scriptFile = histogramchart_vectors.py
icon = icons/full/obj/histogramchart.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id = linechart_mpl
name = Line Chart with Matplotlib
defaultChartName = Line Chart
type = MATPLOTLIB
scriptFile = linechart.py
icon = icons/full/obj/linechart.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id = linechart_native
name = Line Chart
defaultChartName = Line Chart
type = LINE
scriptFile = linechart.py
icon = icons/full/obj/linechart.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id = linechart_separate_mpl
name = Line Chart on Separate Axes with Matplotlib
defaultChartName = Multi-Axes Line Chart
type = MATPLOTLIB
scriptFile = linechart_separate.py
icon = icons/full/obj/linechart.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id = scatterchart_itervars_mpl
name = Scatter Chart MPL (scalar in the function of itervars)
defaultChartName = Scatter Chart
type = MATPLOTLIB
scriptFile = scatterchart_itervars.py
icon = icons/full/obj/scatterchart.png
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
id = scatterchart_itervars_native
name = Scatter Chart (scalars in the function of itervars)
defaultChartName = Scatter Chart
type = LINE
scriptFile = scatterchart_itervars.py
icon = icons/full/obj/scatterchart.png
Expand Down

0 comments on commit 89ba96c

Please sign in to comment.