wikipathways / cytoscape-wikipathways-app

WikiPathways app for Cytoscape to open and access pathways from WikiPathways
Apache License 2.0
5 stars 7 forks source link

Style for networks imported "as-network" #67

Closed AlexanderPico closed 6 years ago

AlexanderPico commented 6 years ago

(xml can't be attached.... sending by email)

AlexanderPico commented 6 years ago

Node: Size: discrete mappings:

          <visualProperty name="NODE_SIZE" default="50.0">
                <discreteMapping attributeType="string" attributeName="WP.type">
                    <discreteMappingEntry value="1.0" attributeValue="Anchor"/>
                    <discreteMappingEntry value="25.0" attributeValue="Group"/>
                    <discreteMappingEntry value="25.0" attributeValue="Label"/>
                </discreteMapping>
            </visualProperty>

Node: Border Width: discrete mappings:

          <visualProperty name="NODE_BORDER_WIDTH" default="2.0">
                <discreteMapping attributeType="string" attributeName="WP.type">
                    <discreteMappingEntry value="0.0" attributeValue="Anchor"/>
                    <discreteMappingEntry value="0.0" attributeValue="Group"/>
                    <discreteMappingEntry value="0.0" attributeValue="Label"/>
                </discreteMapping>
            </visualProperty>

Edge: Source Arrow Shape: same as Target Arrow Shape

AlexanderPico commented 6 years ago

opened as #86