Kyle Barron
Kyle Barron
Well, that is the current version. I had issues with graphs similar to what you're experiencing in the early versions, but thought the issues were fixed. (I don't think I...
I don't have any concrete suggestion. I haven't heard any complaints from other users in a while, so possibly this is a Windows 7 bug. I'm really not sure.
Is it a `linesize` issue? Can you try I think `set linesize 200` and try again?
That's also what @timobermeier reported in the first post. I don't have access to Stata anymore, so it's hard for me to debug this.
I think Stata 13 doesn't support svg
Well I'm happy to accept a PR, but I don't expect to spend time on this. I don't use Stata anymore.
So you're using `tabodds` expecting the text results but not the image displayed? You see the graph because `tabodds` is designated as a command that produces a graph, so whenever...
Thanks, this is cool! I've never used emacs, but if you think there's a place for it in the docs, you're welcome to suggest an improvement to the docs. E.g....
You could probably just add a paragraph with a short description of what org mode is, and link to your blog post for more information. If you don't want to...
No rush! You can just add a new file named `emacs.md` in the [`using_jupyter` directory](https://github.com/kylebarron/stata_kernel/tree/master/docs/src/using_jupyter), and then add an `emacs` section to the [`mkdocs` configuration](https://github.com/kylebarron/stata_kernel/blob/166c43d32b934d4430f786603d6ba277f864156b/docs/mkdocs.yml#L30-L38). You should be able to...