#10146: update SageTeX spkg to version 2.3
---------------------------+------------------------------------------------
Reporter: ddrake | Owner: ddrake
Type: enhancement | Status: needs_review
Priority: minor | Milestone: sage-4.6.1
Component: packages | Keywords:
Author: Dan Drake | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
---------------------------+------------------------------------------------
Comment(by novoselt):
Thanks for fixes! It was indeed illuminating to read that section in PGF
manual. And after reading it, it seems to me that there should be no
default scaling of the produced graphics to `0.75\textwidth`, users should
control it via `figsize` option to matplotlib, since in this case
specifying font sizes and line widths in points makes sense and works as
expected. This behaviour is easy to achieve in the present version by
adding empty [] after `\sageplot`, but I think it should be the default.
Better yet, it would be nice if it was possible to write
{{{
\sageplot[width=0.5\textwidth]{...}
}}}
and this resulted in automatic computation of the required figsize
parameters (since `figsize=[\textwidth, 2]` does not work). I guess this
is a bit tricky since `figsize` requires two parameters, but perhaps it
would make sense to use the same width and height if only one was given.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10146#comment:16>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.