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
- References:
- ever gotten SVG Export to work?
- From: dbsearch04@yahoo.com
- ever gotten SVG Export to work?