File:PrimePi.svg

Summary

Description
English: The prime counting function plotted from 1 to 60.
Date
Source Mathematica source code
Author Bender2k14
SVG development
InfoField
 
The SVG code is valid.
 
This chart was created with Mathematica.
Category:Valid SVG created with Mathematica code#PrimePi.svg
 
Category:Translation possible - SVGThis chart uses embedded text that can be easily translated using a text editor.
llink=Category:Qs icons SVGThis SVG chart shows a very simple image. Drawing uncomplicated graphics with a text editor seems more adequate than using a vector graphics program, and will often result in a dramatic reduction of file size.
Category:SVG files to be drawn by hand
Source code
InfoField

Mathematica code

ListPlot[PrimePi[Range[60]], PlotStyle -> {Hue[.6], PointSize[0.0125]}, AxesLabel -> {Style[n, FontSize -> 12], Style["\[Pi](n)", FontFamily -> "Times", FontSize -> 12, Italic]}, Ticks -> {Automatic, Table[i, {i, 0, 20, 2}]}, ImageSize -> 500]
After saving the image as an SVG from Mathematica, edit the raw SVG text by adding "width='505' height='325'" to the end of the SVG tag. Then change the font-family attribute of the parentheses (from "SVGMathematica2") to "Times" and the (unicode) character encodings to "(" and ")" respectively.

Licensing

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.
Category:License migration redundant#PrimePi.svgCategory:GFDL#PrimePi.svg
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
Category:CC-BY-SA-3.0#PrimePi.svg
You may select the license of your choice.
Category:Self-published work Category:Images with Mathematica source code Category:Prime Pi function Category:Scatterplots of integer sequences
Category:CC-BY-SA-3.0 Category:GFDL Category:Images with Mathematica source code Category:License migration redundant Category:Prime Pi function Category:SVG files to be drawn by hand Category:Scatterplots of integer sequences Category:Self-published work Category:Translation possible - SVG Category:Valid SVG created with Mathematica code