使用“ https://plot.ly/r/”中的示例
<name>
我想知道如何在将鼠标移到不同的方面标签“ Fair”,“ Good”,“ Premium”和“ Ideal”上时以图方式显示附加(自定义)信息。
答案 0 :(得分:0)
您实际上没有那里的密谋对象。您必须将其包装为import org.eclipse.swt.widgets.Display;
import org.eclipse.swt.widgets.Shell;
public class SWTapplication {
public static void main(String[] args) {
Display display = new Display();
Shell shell = new Shell(display);
// the layout manager handle the layout
// of the widgets in the container
//shell.setLayout(new FillLayout());
//TODO add some widgets to the Shell
shell.open();
while (!shell.isDisposed()) {
if (!display.readAndDispatch()) {
display.sleep();
}
}
display.dispose();
}
}
调用。
您可以在geom_point ggplotly
参数中定义工具提示。
这是您要寻找的吗?
text