Warning, /education/cantor/src/backends/python/pythonbackend.kcfg is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <kcfg xmlns="https://www.kde.org/standards/kcfg/1.0"
0003       xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
0004       xsi:schemaLocation="https://www.kde.org/standards/kcfg/1.0
0005                           https://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
0006   <include>QStandardPaths</include>
0007   <kcfgfile name="cantorrc"/>
0008   <group name="PythonBackend">
0009     <entry name="integratePlots" type="Bool">
0010       <label>Integrate Plots into the Worksheet</label>
0011       <default>false</default>
0012     </entry>
0013     <entry name="variableManagement" type="Bool">
0014       <label>Enable Variable Management</label>
0015       <default>true</default>
0016     </entry>
0017     <entry name="autorunScripts" type="StringList">
0018       <label>List of scripts to autorun at the beginning of session</label>
0019     </entry>
0020     <entry name="inlinePlotFormat" type="Enum">
0021       <choices>
0022         <choice name="pdf"/>
0023         <choice name="svg"/>
0024         <choice name="png"/>
0025       </choices>
0026       <default>0</default>
0027     </entry>
0028     <entry name="plotWidth" type="Double">
0029       <label>Default plot width</label>
0030       <default>12.0</default>
0031     </entry>
0032     <entry name="plotHeight" type="Double">
0033       <label>Default plot height</label>
0034       <default>8.0</default>
0035     </entry>
0036     <entry name="plotExtenstionGraphicPackage" type="Enum">
0037     <choices>
0038         <choice name="matplotlib"/>
0039         <choice name="pylab"/>
0040         <choice name="plotly"/>
0041         <choice name="gr"/>
0042         <choice name="bokeh"/>
0043       </choices>
0044       <label>Graphical package to be used for the Plot Assistant</label>
0045       <default>0</default>
0046     </entry>
0047   </group>
0048 </kcfg>