Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>xymathNew to Visual Studio Code? Get it now.
xymath

xymath

Exia.Huang

|
1,173 installs
| (0) | Free
xymath is math tools' wapper. Base on Qalculate(calculator) and gnuplot.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

xymath README

xymath is a wapper for qalc and gnuplot command. You need to download qalculate and gnuplot if you want to use this plugin.

What is Qalculate ? Qalculate! is a multi-purpose cross-platform desktop calculator. It is simple to use but provides power and versatility normally reserved for complicated math packages.

What is gnuplot ? gnuplot is a portable command-line driven graphing utility.

Features

  • math calculator.
  • autorun .qalc file after save.
  • autorun .gp .gnuplot file after save.

config

usage

use Qalculate

create a .qalc file, and write some math formula, then save it.

example:

  • exchange rates
  • Calculus
  • change Units

xymath-qalc

use gnuplot

create a .gp file, and save it.

example:

  • plot sin(x)

xymath-gnuplot

Requirements

  • Qalculate
  • gnuplot

Extension Settings

{
    "xymath.qalculate": "the path of qalculate, default : qalc",
    "xymath.gnuplot": "the path of gnuplot, default : gnuplot",
    "xymath.encoding": "if encoding error, you can set this value"
}

Chinese user: "xymath.encoding" : "CP936",

Japanese user: "xymath.encoding" : "CP932",

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft