We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14f883d commit ec9d3c4Copy full SHA for ec9d3c4
larray/example.py
@@ -97,19 +97,7 @@ def get_example_templates_dir():
97
>>> # list of all available example templates
98
>>> for template_file in sorted(os.listdir(tmpl_dir)):
99
... print(template_file)
100
- Area.crtx
101
- Area_100Stacked.crtx
102
- Area_Stacked.crtx
103
- Bar_100Stacked.crtx
104
- Bar_Clustered.crtx
105
- Bar_Stacked.crtx
106
Line.crtx
107
- Line_Comp_Proj.crtx
108
Line_Marker.crtx
109
- Line_Marker_Comp_Proj.crtx
110
- Line_Marker_Proj.crtx
111
- Line_proj.crtx
112
- Pie.crtx
113
- Scat.crtx
114
"""
115
return EXAMPLE_EXCEL_TEMPLATES_DIR
0 commit comments