Lines Matching refs:set
282 layer.set(inkex.addNS('label', 'inkscape'), 'Chart-Layer: %s' % (what))
283 layer.set(inkex.addNS('groupmode', 'inkscape'), 'layer')
301 filt.set(k, v)
305 fe.set('stdDeviation', "1.1")
376 shadow.set('x', str(width/2 + offset + 1))
377 shadow.set('y', str(height/2 - int(value) + 1))
378 shadow.set("width", str(bar_width))
379 shadow.set("height", str(int(value)))
381 shadow.set('y', str(width/2 + offset + 1))
382 shadow.set('x', str(height/2 + 1))
383 shadow.set("height", str(bar_width))
384 shadow.set("width", str(int(value)))
387 shadow.set("style", "filter:url(#filter)")
394 rect.set('x', str(width/2 + offset))
395 rect.set('y', str(height/2 - int(value)))
396 rect.set("width", str(bar_width))
397 rect.set("height", str(int(value)))
399 rect.set('y', str(width/2 + offset))
400 rect.set('x', str(height/2))
401 rect.set("height", str(bar_width))
402 rect.set("width", str(int(value)))
404 rect.set("style", "fill:" + colors[color % color_count])
410 text.set("transform", "matrix(0,-1,1,0,0,0)")
412 text.set("x", "-" + str(height/2 + text_offset))
414 text.set("y", str(width/2 + offset + bar_width/2 + font_size/3))
416 text.set("y", str(width/2 + offset + bar_width/2 + font_size/3))
417 text.set("x", str(height/2 - text_offset))
419 text.set("style", "font-size:" + str(font_size)\
439 vtext.set("transform", "matrix(0,-1,1,0,0,0)")
441 vtext.set("x", "-"+str(height/2+text_offset-value-text_offset-text_offset))
443 vtext.set("y", str(width/2+offset+bar_width/2+font_size/3))
445 vtext.set("y", str(width/2+offset+bar_width/2+font_size/3))
446 vtext.set("x", str(height/2-text_offset+value+text_offset+text_offset))
448 vtext.set("style", "font-size:"+str(font_size)\
459 # set x position for heading line
476 shadow.set('cx', str(width/2))
477 shadow.set('cy', str(height/2))
478 shadow.set('r', str(pie_radius))
479 shadow.set("style", "filter:url(#filter);fill:#000000")
485 background.set("cx", str(width/2))
486 background.set("cy", str(height/2))
487 background.set("r", str(pie_radius))
488 background.set("style", "stroke:#ececec;fill:#f9f9f9")
523 pieslice.set(inkex.addNS('type', 'sodipodi'), 'arc')
524 pieslice.set(inkex.addNS('cx', 'sodipodi'), str(width/2))
525 pieslice.set(inkex.addNS('cy', 'sodipodi'), str(height/2))
526 pieslice.set(inkex.addNS('rx', 'sodipodi'), str(pie_radius))
527 pieslice.set(inkex.addNS('ry', 'sodipodi'), str(pie_radius))
528 pieslice.set(inkex.addNS('start', 'sodipodi'), str(start))
529 pieslice.set(inkex.addNS('end', 'sodipodi'), str(end))
530 pieslice.set("style", "fill:"+ colors[color % color_count] + ";stroke:none;fill-opacity:1")
535 path.set("d", "m "
541 path.set("style", "fill:none;stroke:"
546 text.set("x", str((width/2) + (pie_radius + text_offset) * math.cos(angle/2 + offset)))
547 text.set("y", str((height/2) + (pie_radius + text_offset) * math.sin(angle/2 + offset) + font_size/3))
553 text.set("style", textstyle)
555 text.set("style", textstyle + ";text-align:end;text-anchor:end")
575 # set x position for heading line
602 shadow.set('x', str(width/2))
603 shadow.set('y', str(height/2 - bar_height/2))
605 shadow.set('x', str(width/2))
606 shadow.set('y', str(height/2))
609 shadow.set("width", str(bar_width))
610 shadow.set("height", str(bar_height/2))
612 shadow.set("width",str(bar_height/2))
613 shadow.set("height", str(bar_width))
615 shadow.set("style", "filter:url(#filter)")
630 rect.set('x', str(width / 2 ))
631 rect.set('y', str(height / 2 - offset - normedvalue))
633 rect.set('x', str(width / 2 + offset ))
634 rect.set('y', str(height / 2 ))
637 rect.set("width", str(bar_width))
638 rect.set("height", str(normedvalue))
640 rect.set("height", str(bar_width))
641 rect.set("width", str(normedvalue))
642 rect.set("style", "fill:" + colors[color % color_count])
649 path.set("d","m " + str((width + bar_width)/2) + ","
652 path.set("style", "fill:none;stroke:" + font_color
657 text.set("x", str(width/2 + bar_width + text_offset + 1))
658 text.set("y", str(height/ 2 - offset + font_size/3 - (normedvalue/2)))
659 text.set("style", "font-size:" + str(font_size)
667 path.set("d","m " + str((width)/2 + offset + normedvalue/2) + ","
670 path.set("style", "fill:none;stroke:" + font_color
675 text.set("x", str((width)/2 + offset + normedvalue/2 - font_size/3))
676 text.set("y", str((height/2) + bar_width + (font_size * (i + 1)) + text_offset))
677 text.set("style", "font-size:" + str(font_size)
691 # set x position for heading line
699 headingtext.set("y", str(height/2 + heading_offset))
700 headingtext.set("x", str(heading_x))
701 headingtext.set("style", "font-size:" + str(font_size + 4)\