Tom
Tom
Here's the fix: https://github.com/tomkwok/journey/commit/6c02d9445a1f5c8f365fa409c2de59b8d104a12e
It's done already. https://github.com/tomkwok/journey/commit/45f78a47719074bd81c8f488ea07c0bab47c9bcc Pull request #74
This issue is already listed in #31: use error.hbs in theme when 500 / 404 / etc. is returned (no more sql: no rows in result set and HTTP 500...
You are probably compiling Journey in the `master` branch or running release builds by @kabukky. The unminified version of jQuery has got removed [by me :)] from the source in...
Reference: Complete range for Chinese characters in Unicode http://stackoverflow.com/questions/1366068/whats-the-complete-range-for-chinese-characters-in-unicode
Thanks for the suggestion. Do you use Windows or Linux? I am looking for a way to produce correctly aligned/padded plots on all platforms without resorting to using OS detection...
Update to the latest version 0.1.7.3. Your problem should now be fixed. Furthermore, you can now specify suptitle parameters in `suptitle_kws` argument for `calplot()` to get your desired suptitle location....
In my testing I configured matplotlib to output SVG so for now text alignments should work best in SVG output.
`plt.tight_layout()` can be turned off by passing `tight_layout=False` to `calplot.calplot()` in new calplot release 0.1.7. ``` calplot.calplot(events, tight_layout=False) ``` This issue is not present on my macOS set-up. Will investigate...