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

 {{{
 sage: plot(sin(x^2), (x, -3, 3), axes_labels=['$x$','$y$'])
 }}}

 The size of the labels x and y is quite small and barely readable when the
 figure is reproduced in a article with moderate size (cf. the attached
 figure).
 In the current settings, the only way to enlarge it is via the optional
 argument fontsize:

 {{{
 sage: plot(sin(x^2), (x, -3, 3), axes_labels=['$x$','$y$'], fontsize=20)
 }}}

 But then the tick marks are too large!
 One should be able to set separately the size of the axes labels and that
 of the tick marks.

--
Ticket URL: <http://trac.sagemath.org/ticket/18004>
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