#18004: Too small relative size of axes labels w.r.t. tick marks in 2D plots
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  egourgoulhon           |       Status:  needs_review
           Type:         |    Milestone:  sage-6.7
  defect                 |   Resolution:
       Priority:  major  |    Merged in:
      Component:         |    Reviewers:  Vincent Delecroix
  graphics               |  Work issues:
       Keywords:         |       Commit:
  days64                 |  10b69240dfceaec610564bb26e2ab7eb1a4a5b45
        Authors:  Eric   |     Stopgaps:
  Gourgoulhon            |
Report Upstream:  N/A    |
         Branch:         |
  public/18004           |
   Dependencies:         |
-------------------------+-------------------------------------------------

Comment (by egourgoulhon):

 Hi Vincent,

 Replying to [comment:17 vdelecroix]:
 >
 > You added two trailing whitespaces! This is very bad.

 Sorry about this. Yet I've configured my editor to automatically removing
 trailing whitespaces while saving a file. Apparently two of them went
 through...

 >
 > The problem with the right size is that it depends if the label is in
 math mode (like `$x$`) or not (like `x`). I would say that:
 >  - 1.4 is a good default for non math mode
 >  - 1.7 is a good default for math mode
 >
 > I just tried
 > {{{
 > plot(x^2, (x,0,1), axes_labels=('x','$x$'), axes_labels_size=1.7)
 > }}}
 > There is a big difference in the aspects of both letters!

 You are right!

 >
 > What do people use, `label='x'` or `label='$x$'`?
 >

 Probably it depends, but if you want to have nice labels (in particular
 labels that coincide with the symbols used in the main text of your
 article or labels with subscripts or Greek letters), LaTeX seems
 mandatory. So I would favor the math mode. Maybe lowered to 1.6 as a
 compromise?...

 Eric.

--
Ticket URL: <http://trac.sagemath.org/ticket/18004#comment:18>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to