prefig 0.5.1__tar.gz → 0.5.3__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {prefig-0.5.1 → prefig-0.5.3}/PKG-INFO +1 -1
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/network.py +2 -2
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/repeat.py +2 -2
- {prefig-0.5.1 → prefig-0.5.3}/pyproject.toml +1 -1
- {prefig-0.5.1 → prefig-0.5.3}/LICENSE +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/README.md +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/__init__.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/cli.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/CTM.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/__init__.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/annotations.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/area.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/arrow.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/axes.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/calculus.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/circle.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/clip.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/compat.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/coordinates.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/definition.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/diagram.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/diffeqs.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/graph.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/grid_axes.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/group.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/image.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/implicit.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/label.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/label_tools.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/legend.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/line.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/math_utilities.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/parametric_curve.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/parse.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/path.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/point.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/polygon.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/read.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/rectangle.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/riemann_sum.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/shape.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/slope_field.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/statistics.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/tags.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/tangent_line.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/user_namespace.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/utilities.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/core/vector.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/engine.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/resources/diagcess/diagcess.html +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/resources/diagcess/diagcess.js +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/resources/examples/de-system.xml +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/resources/examples/derivatives.xml +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/resources/examples/diffeqs.xml +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/resources/examples/implicit.xml +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/resources/examples/projection.xml +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/resources/examples/riemann.xml +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/resources/examples/roots_of_unity.xml +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/resources/examples/tangent.xml +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/resources/fonts/Braille29.ttf +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/resources/js/mj-sre-page.js +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/resources/js/package.json +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/resources/schema/pf_schema.rnc +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/resources/schema/pf_schema.rng +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/resources/template/pf_publication.xml +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/scripts/__init__.py +0 -0
- {prefig-0.5.1 → prefig-0.5.3}/prefig/scripts/install_mj.py +0 -0
|
@@ -65,8 +65,8 @@ def network(element, diagram, parent, outline_status):
|
|
|
65
65
|
positions = {}
|
|
66
66
|
for node in element.findall('node'):
|
|
67
67
|
handle = node.get('at', None)
|
|
68
|
-
diagram.add_id(node, handle)
|
|
69
|
-
handle = node.get('id')
|
|
68
|
+
# diagram.add_id(node, handle)
|
|
69
|
+
# handle = node.get('id')
|
|
70
70
|
nodes[handle] = node
|
|
71
71
|
|
|
72
72
|
# check for the position of this node
|
|
@@ -55,13 +55,13 @@ def repeat(element, diagram, parent, outline_status):
|
|
|
55
55
|
element_cp = copy.deepcopy(element)
|
|
56
56
|
outline = element.get('outline')
|
|
57
57
|
id = element.get('id')
|
|
58
|
-
if not id.startswith('pf__'):
|
|
59
|
-
id = 'pf__' + id
|
|
60
58
|
element.clear()
|
|
61
59
|
element.tag = 'group'
|
|
62
60
|
if outline is not None:
|
|
63
61
|
element.set('outline', outline)
|
|
64
62
|
if id is not None:
|
|
63
|
+
if not id.startswith('pf__'):
|
|
64
|
+
id = 'pf__' + id
|
|
65
65
|
element.set('id', id)
|
|
66
66
|
element_cp.set('id', id)
|
|
67
67
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|