Joined: May 2010
Posts: 421
Thanks:
0
I've updated the 'Kanji and success graphs' plugin to work properly on windows or other systems using a binary install of Anki and it's built-in matplotlib library.
I found the Estimated Minimum Due Cards graph to be extremely helpful on my linux box (where an external matplotlib lib is used), but all the windows machines I tried it on were giving an error about MATPLOTLIBDATA, which I was able to fix by lazy loading the module as suggested by resolve awhile back.
It's available on Anki under 'Kanji and success graph v1.2'.
Joined: Apr 2009
Posts: 75
Thanks:
0
I don't suppose you tested in osx? When I start up Anki I get the following ~
An error occurred in a plugin. Please contact the plugin author.
Please do not file a bug report with Anki.
Traceback (most recent call last):
File "ankiqt/ui/main.pyc", line 2571, in loadPlugins
File "/Users/pachecomicheal/Library/Application Support/Anki/plugins/Kanji and success graphs.py", line 40, in
File "/Applications/Anki.app/Contents/Resources/lib/python2.6/matplotlib/__init__.py", line 709, in
File "/Applications/Anki.app/Contents/Resources/lib/python2.6/matplotlib/__init__.py", line 627, in rc_params
File "/Applications/Anki.app/Contents/Resources/lib/python2.6/matplotlib/__init__.py", line 569, in matplotlib_fname
File "/Applications/Anki.app/Contents/Resources/lib/python2.6/matplotlib/__init__.py", line 240, in wrapper
File "/Applications/Anki.app/Contents/Resources/lib/python2.6/matplotlib/__init__.py", line 483, in _get_data_path_cached
File "/Applications/Anki.app/Contents/Resources/lib/python2.6/matplotlib/__init__.py", line 453, in _get_data_path
RuntimeError: Path in environment MATPLOTLIBDATA not a directory
Joined: Apr 2009
Posts: 488
Thanks:
0
The actual graphs work fine for me but whenever I click the Show/Hide button I get the following error...
Traceback (most recent call last):
File "ankiqt\ui\graphs.pyc", line 273, in onShowHide
KeyError: 'edue'
...and I'm unable to choose which graphs to show & hide.
Windows Vista btw.
Joined: Apr 2008
Posts: 1,184
Thanks:
0
Does anyone know why Kanji graphs' data is not being shown to me anymore...I would guess that something happened, maybe because of a newer version of anki...
And also the kanji info plugin doesn't show any information
EDIT: I found the problem. Added 'Japanese' to the model name.
Edited: 2011-03-12, 3:28 pm