English 中文(简体)
B. 出口图表时的储备工具
原标题:Preserve Tooltips when exporting GraphPlot

我有一幅非常庞大、密集、贴标签的图表,我用图表显示了这一点。 我要用工具包显示垂直标签,但必须向没有数学的人分发。 不幸的是,在向人民国防军出口时,工具便被 stripped。

我随后试图出口到超文本。 工具表得到保留,但是如果我的说法被转换成......,那么它就太小了。 在出口到超文本时,是否有办法说明图像的规模?

或者,谁能帮助我了解如何在保存工具时向不同格式出口?

感谢!

最佳回答

您仅需要明确指明<代码>ImageSize。 可在最初的<代码>GraphPlot上提供,或使用<代码>Show加以修正,具体如下:

gp =
 GraphPlot[
   {3 -> 4, 3 -> 5, {3 -> 6, "edge 3->6"}, 4 -> 6, 5 -> 6},
   EdgeLabeling -> Automatic
 ]

Export["graphplot.html", Show[gp, ImageSize -> 800], "HTML"]
问题回答

暂无回答




相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签