Lines Matching refs:str
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)))
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)))
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)\
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)\
453 vtext.text = str(int(orig_values[cnt]))
476 shadow.set('cx', str(width/2))
477 shadow.set('cy', str(height/2))
478 shadow.set('r', str(pie_radius))
485 background.set("cx", str(width/2))
486 background.set("cy", str(height/2))
487 background.set("r", str(pie_radius))
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))
536 + str((width/2) + pie_radius * math.cos(angle/2 + offset)) + ","
537 + str((height/2) + pie_radius * math.sin(angle/2 + offset)) + " "
538 + str((text_offset - 2) * math.cos(angle/2 + offset)) + ","
539 + str((text_offset - 2) * math.sin(angle/2 + offset)))
542 + font_color + ";stroke-width:" + str(stroke_width)
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))
548 textstyle = "font-size:" + str(font_size) \
558 text.text = text.text + "(" + str(values[cnt])
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))
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))
649 path.set("d","m " + str((width + bar_width)/2) + ","
650 + str(height/2 - offset - (normedvalue / 2)) + " "
651 + str(bar_width/2 + text_offset) + ",0")
653 + ";stroke-width:" + str(stroke_width)
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) + ","
668 + str(height / 2 + bar_width/2) + " 0,"
669 + str(bar_width/2 + (font_size * i) + text_offset)) #line
671 + ";stroke-width:" + str(stroke_width)
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)
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)\