Jouni K. Seppänen

4,168
Reputation
837 views

Registered User

Name Jouni K. Seppänen
Member for 1 year
Seen 9 hours ago
Website
Location Helsinki, Finland
Age 33
Finnish programmer/mathematician/data miner.
Nov
17
awarded  Citizen Patrol
Nov
14
answered What tools can be used to produce beautiful documentation for a Python project?
Nov
14
comment matplotlib multiple figure arrangement
If it's the right answer for you, please mark it accepted.
Oct
19
comment Any XML based alternative of TEX?
Naggum was an outspoken opponent of XML, but he also listed TeX among the technologies boycotted by his consulting company: web.archive.org/web/20000829131954/…
Oct
16
answered What statistics can be maintained for a set of numerical data without iterating?
Oct
16
answered plotting time in python with matplotlib
Oct
16
revised Why Clojure instead of Java for concurrent programming
Fix typo
Oct
10
answered Clever way to estimate URL clicks per hour without logging every click ?
Oct
10
awarded  Yearling
Oct
6
awarded  
Sep
28
comment Octave colorbar and units
I have version 3.2.2 so it could well be a version problem. Does get(c,'yticklabel') return anything on your version? Can you use set(c,'yticklabel') to make tick labels by hand?
Sep
28
accepted Octave colorbar and units
Sep
27
awarded  Nice Answer
Sep
26
comment Latex: kerning between footnote marks and punctuation marks.
No, the reason \! makes things italic is that it is a math-mode command, and TeX thinks you forgot a $ and ever so helpfully inserts one for you. The very commonly used amsmath package redefines \! to work also in text mode.
Sep
26
revised Octave colorbar and units
Add Octave answer
Sep
25
answered Octave colorbar and units
Sep
23
comment LaTeX: How do I know to stop building (programatically)?
Also, it is possible it will never converge: tex.ac.uk/cgi-bin/texfaq2html?label=rerun/…
Sep
22
comment Latex sequence \/ ?
Yes, \emph does italic correction automatically.
Sep
18
comment Call LaTeX on a named pipe (fifo)?
Does replacing the blank line by a line containing only \relax work better? I seem to recall that some TeX introduction recommended that when you are entering commands interactively.
Sep
17
comment LaTeX: Avoid new paragraph?
There's \unskip to remove the last horizontal space, but the paragraph separator is a whole different story.
Sep
17
comment LaTeX: Avoid new paragraph?
I don't think that's going to be easy. When TeX has already taken the last blank line as a paragraph separator, it has finalized the previous paragraph and added it to the list of boxes for the page, and possibly decided that the page was full and called the output routine for the page. I hesitate to say that undoing this is an impossible request given the tricks that TeX wizards can do, but I do think you need to find someone intimately familiar with TeX to help you with this.
Sep
16
answered Workflow for statistical analysis and report writing
Sep
14
answered LaTeX: Avoid new paragraph?
Sep
14
answered How to represent class names in LaTeX?
Sep
14
answered Using Regexp to replace math expression inside Latex File
Sep
14
answered Find-file with a hint?
Sep
14
answered Emacs FTP not working for certain sites in Ubuntu
Sep
13
comment Programmatic control of python optimization ?
But -OO removes all docstrings, which can lead to surprises. Matplotlib uses programmatically constructed docstrings, e.g. %s escapes in the docstring that are substituted with f.__doc__ = f.__doc__ % kwdict, which causes an error when running with -OO.
Sep
11
revised Connecting GNU R to PostgreSQL
Fix link formatting
Sep
11
answered Connecting GNU R to PostgreSQL
Sep
10
answered What’s the best trick to speed up a monte carlo simulation?
Sep
10
comment Python with matplotlib - drawing multiple figures in parallel
That's the pylab "state machine" style interface. A better option for serious software development is to use the object-oriented way where you have figure objects containing axes objects whose plot methods you call. But the pylab approach is much simpler for interactive command-line usage.
Sep
9
accepted What does eg %+% do? in R
Sep
9
comment 3D Least Squares Plane
You should define what exactly you mean by "least squares". See e.g. en.wikipedia.org/wiki/Least_squares for various ways of defining it.
Sep
9
answered How to center a string in elisp?
Sep
8
answered using RSPython in MacOSX
Sep
8
revised [R] how to fill empty values in a data frame with neighbouring values
Improved formatting
Sep
8
accepted Giving graphs a subtitle in matplotlib
Sep
7
answered What does eg %+% do? in R
Sep
7
answered Giving graphs a subtitle in matplotlib
Sep
7
revised How can I compute the probability at a point given a normal distribution in Perl?
Fix typo
Sep
5
answered How can I compute the probability at a point given a normal distribution in Perl?
Sep
5
answered Converting latex code to Images (or other displayble format) with Python
Sep
4
answered best way to statistically detect anomalies in data
Sep
4
answered Algorithm to Match Time Dependent (1D) Signals
Aug
29
answered Understanding Ukkonen’s algorithm for suffix trees
Aug
29
answered Show/hide a plot’s legend.
Aug
17
awarded  Necromancer
Aug
10
answered Python leaking memory while using PyQt and matplotlib
Aug
6
answered How to scale matplotlib subplot heights individually