MathGroup Archive 2005

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: ever gotten SVG Export to work?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg59807] Re: [mg59795] ever gotten SVG Export to work?
  • From: Pratik Desai <pdesai1 at umbc.edu>
  • Date: Mon, 22 Aug 2005 02:48:24 -0400 (EDT)
  • References: <200508210751.DAA26601@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

dbsearch04 at yahoo.com wrote:

>Hello:
>
>I created a graphic using ListPlot3D from the Mathematica Help Browser page. I
>exported the graphic in SVG format. I downloaded the Adobe SVG browser
>plug-in viewer.
>
>When I try to display the graphic in IE, only the grid box shows
>(including the tick maks), but not the graphic.
>
>Has anyone gotten this to work?
>
>The test of the browser plug-in (from the Adobe site) seems to work
>fine.
>
>TIA.
>
>Regards..
>
>  
>
It seemed to work fine with me, although there was some issue with 
Activex plugin....but it did display the plot in its entirety. Anyway, 
here is the code that I used


Cell[BoxData[{
    RowBox[{"SetDirectory", "[", "\"\<C:\\\\\>\"", "]"}], 
"\[IndentingNewLine]",
    RowBox[{
      RowBox[{"plotest", "=",
        RowBox[{"ListPlot3D", "[",
          RowBox[{"Table", "[",
            RowBox[{
              RowBox[{
                RowBox[{"Sin", "[",
                  RowBox[{"x", " ", "y"}], "]"}], "+",
                RowBox[{"Random", "[",
                  RowBox[{"Real", ",",
                    RowBox[{"{",
                      RowBox[{
                        RowBox[{"-", "0.15"}], ",", "0.15"}], "}"}]}], 
"]"}]}], ",",
              RowBox[{"{",
                RowBox[{"x", ",", "0", ",",
                  FractionBox[
                    RowBox[{"3", "Pi"}], "2"], ",",
                  FractionBox["Pi", "15"]}], "}"}], ",",
              RowBox[{"{",
                RowBox[{"y", ",", "0", ",",
                  FractionBox[
                    RowBox[{"3", "Pi"}], "2"], ",",
                  FractionBox["Pi", "15"]}], "}"}]}], "]"}], "]"}]}], 
";"}], "\[IndentingNewLine]",
    RowBox[{"Export", "[",
      RowBox[{"\"\<plottest.svg\>\"", ",", "plotest", ",", 
"\"\<SVG\>\""}], "]"}]}], "Input"]

-- 
Pratik Desai
Graduate Student
UMBC
Department of Mechanical Engineering
Phone: 410 455 8134



  • Prev by Date: Re: Re: with 5.2 Mac
  • Next by Date: Re: Mathematica and Robotics
  • Previous by thread: Re: ever gotten SVG Export to work?
  • Next by thread: Re: ever gotten SVG Export to work?