Questions tagged [pyxplot]

Pyxplot is a multi-purpose graph plotting tool, scientific scripting language, vector graphics suite, and data processing package.

Pyxplot is a multi-purpose graph plotting tool, scientific scripting language, vector graphics suite, and data processing package. Its interface is designed to make common tasks – e.g., plotting labelled graphs of data – accessible via short, simple, intuitive commands.

But these commands also take many optional settings, allowing their output to be fine-tuned into styles appropriate for reports, talks or academic journals.

Pyxplot is simple enough to be used without prior programming experience, but powerful enough that programmers can extensively configure and script it.

3 questions
1
vote
1 answer

Multi-line plot titles in Pyxplot

Is it possible to make a multi-line plot title in Pyxplot? I do understand that the "set title" command accepts a LaTeX string and have tried to inject a newline in many ways. Ultimately it seems that Pyxplot is just ignoring the newline directive.…
DanJ
  • 1,654
  • 1
  • 16
  • 23
0
votes
3 answers

Colour patterns or functions, pyxplot

I'm using a program called pyxplot and I'm doing some colourmaps. To specify the colors, I can use RGB, HSB or CMYK patterns using set colourmap ( rgb:: | hsb:: | cmyk::: ) All values…
PerroNoob
  • 843
  • 2
  • 16
  • 36
0
votes
1 answer

How to set the background color of a plot in pyxplot?

What is the best way to set the background color of a PNG plot in pyxplot? I suspect that it could probably be done using a box command in multi plot mode, but I'm wondering if there are any more elegant ways? UPDATE I tried using boxes in…
DanJ
  • 1,654
  • 1
  • 16
  • 23