User Profile
Collapse
-
How do I add xticks' text to matpotlib bar graph inside Tkinter (Tkagg)?
Hello, please, let me start by thanking everyone on this site for all your wonderful support! Now, please, allow me to move on to my issue. I'm trying to find my feet in matpotlib/Tkagg. For the moment,I'd really appreciate if someone out there would kindly show me how to add xticks (text) to the bottom of the bars inside a tkagg window. The desire output is the file named matpotlibGraph and what I have so far is in the file named embedding_in_tk 2-04.... -
raw_input encoding diferent from code encoding problem
Hello, everyone, any help wil be greatly appreciated.
I'm writing code for a japanese learning app in python;
so all my japanese strings have are preceeded by 'u' (eg. u'にほんご'); Everthing works like a charm, except for when I get input from the user.
Code:>>> internal=[u'\u306f\u3057\u3063\u305f', u'\u306f\u3057\u3063\u3066', u'\u306f\u3057\u3089\u306a\u3044', u'\u306f\u3057\u308a\u307e\u3059', u'\u306f\u3057\u308b',
No activity results to display
Show More