#4529: Implement plots with logarithmic scale
--------------------------------------------------------------+-------------
Reporter: ronanpaixao | Owner:
ronanpaixao
Type: enhancement | Status:
needs_review
Priority: major | Milestone:
sage-5.1
Component: graphics | Resolution:
Keywords: plot log scale | Work issues:
Report Upstream: N/A | Reviewers:
Karl-Dieter Crisman, Punarbasu Purkayastha
Authors: Punarbasu Purkayastha, Karl-Dieter Crisman | Merged in:
Dependencies: #12974 | Stopgaps:
--------------------------------------------------------------+-------------
Comment (by ppurka):
updated the last patch. It should fix the rest of the warnings.
{{{
.../sage-5.1beta0/devel/sageĀ» ../../sage -b && ../../sage -docbuild
reference html
----------------------------------------------------------
sage: Building and installing modified Sage library files.
Installing c_lib
scons: `install' is up to date.
Updating Cython code....
setup.py:650: UserWarning: could not find dependency <vector> included in
/home/punarbasu/Installations/sage-5.1beta0/local/lib/python/site-
packages/Cython/Includes/libcpp/vector.pxd. I will assume it is a system
C/C++ header.
warnings.warn(msg+' I will assume it is a system C/C++ header.')
setup.py:650: UserWarning: could not find dependency <string> included in
/home/punarbasu/Installations/sage-5.1beta0/local/lib/python/site-
packages/Cython/Includes/libcpp/string.pxd. I will assume it is a system
C/C++ header.
warnings.warn(msg+' I will assume it is a system C/C++ header.')
Executing 0 commands (using 0 threads)
Time to execute 0 commands: 0.0459749698639 seconds
Finished compiling Cython code (time = 0.499665021896 seconds)
running install
running build
running build_py
copying sage/plot/plot.py -> build/lib.linux-x86_64-2.7/sage/plot
running build_ext
warning: Replacing library search directory in linker command:
"/home/punarbasu/Installations/sage-5.0.rc0/local/lib" ->
"/home/punarbasu/Installations/sage-5.1beta0/local/lib"
Executing 0 commands (using 0 threads)
Time to execute 0 commands: 0.00115895271301 seconds
Total time spent compiling C/C++ extensions: 0.0369729995728 seconds.
running install_lib
copying build/lib.linux-x86_64-2.7/sage/plot/plot.py ->
/home/punarbasu/Installations/sage-5.1beta0/local/lib/python2.7/site-
packages/sage/plot
byte-compiling
/home/punarbasu/Installations/sage-5.1beta0/local/lib/python2.7/site-
packages/sage/plot/plot.py to plot.pyc
running install_egg_info
Removing /home/punarbasu/Installations/sage-5.1beta0/local/lib/python2.7
/site-packages/sage-0.0.0-py2.7.egg-info
Writing /home/punarbasu/Installations/sage-5.1beta0/local/lib/python2.7
/site-packages/sage-0.0.0-py2.7.egg-info
real 0m1.513s
user 0m1.202s
sys 0m0.206s
sphinx-build -b html -d
/home/punarbasu/Installations/sage-5.1beta0/devel/sage/doc/output/doctrees/en/reference
/home/punarbasu/Installations/sage-5.1beta0/devel/sage/doc/en/reference
/home/punarbasu/Installations/sage-5.1beta0/devel/sage/doc/output/html/en/reference
Running Sphinx v1.1.2
loading pickled environment... done
loading intersphinx inventory from
/home/punarbasu/Installations/sage-5.1beta0/devel/sage/doc/common/python.inv...
building [html]: targets for 1 source files that are out of date
updating environment: 0 added, 1 changed, 0 removed
reading sources... [100%] sage/plot/plot
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
WARNING: dvipng command 'dvipng' cannot be run (needed for math display),
check the pngmath_dvipng setting
writing output... [100%] sage/plot/plot
writing additional files... genindex py-modindex search
copying static files... done
dumping search index... done
dumping object inventory... done
build succeeded, 1 warning.
Build finished. The built documents can be found in
/home/punarbasu/Installations/sage-5.1beta0/devel/sage/doc/output/html/en/reference
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4529#comment:60>
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.