gpt4 book ai didi

reflection - Mathematica 中的命令完成 : suggest rules/options

转载 作者:行者123 更新时间:2023-12-04 02:25:26 31 4
gpt4 key购买 nike

在当前版本的 Mathematica 中,这些键盘快捷键非常方便

Ctrl+K 完成当前命令

GraphPl -> press Ctrl+K  -> GraphPlot

Ctrl+Shift+K 完成当前命令并添加参数占位符,这些占位符可以用 Tab 键替换为实际值
GraphPl -> press Ctrl+Shift+K  ->  GraphPlot[{vi1->vj1,vi2->vj2,...}]

但是我找不到任何键盘选项来显示相关的设置/选项

例如说如果我需要绘制具有不同布局的图形,我知道我需要使用这些可能的设置之一设置方法
  • “循环嵌入”
  • “随机嵌入”
  • 《高维嵌入》
  • “径向绘图”
  • 《 Spring 嵌入》
  • 《SpringElectricalEmbedding》

  • 两件事情

    首先如何自动完成这些选项,有没有快捷键?
    GraphPlot[sg, Method -> <what keyboard shortcut to display all possible options>]

    二、如何生成如下PopupMenu list以编程方式
      list={
    "CircularEmbedding"
    , "RandomEmbedding"
    , "HighDimensionalEmbedding"
    , "RadialDrawing"
    , "SpringEmbedding"
    , "SpringElectricalEmbedding"
    }
    Manipulate[GraphPlot[sg, Method -> m], {m, list}, ControlType -> PopupMenu]

    有没有什么方法可以像在其他编程语言中那样自省(introspection) Mathematica 函数和访问方法元数据,比如在 Java 中使用反射?

    最佳答案

    我不相信有任何包含的功能来自动完成一个字符串。除了搜索帮助文件之外,我也想不起查看特定选项的所有有效设置的方法。

    您可以使用 Options Inspector 设置加速输入 InputAliasesInputAutoReplacements , 允许通过 Esc txt 进入Esc 或 txt空间。

    关于reflection - Mathematica 中的命令完成 : suggest rules/options,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8625296/

    31 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com