Veusz Frequently Asked Questions

General questions

  1. How do you pronounce Veusz?
  2. What does the name mean?
  3. Why have you written another (Python based) plotting package?
  4. Why doesn't Veusz do XYZ?
  5. Veusz is too slow - what can I do?

Plotting questions

  1. How do you arrange graphs in a grid?
  2. How do you create stepped plots or histograms?
  3. How do I control the general appearance of a plot? E.g. line colour and font.

Data questions

  1. How do you create new datasets?

General questions

How do you pronounce Veusz?

Veusz is pronounced like the English word "Views".

What does the name mean?

It doesn't mean very much, however I have chosen the semi-"poetic" meaning of Velvet Ember Under Sky Zenith as I am an astronomer. The name was also chosen because it sounds like Views and it didn't exist in Google.

Why have you written another (Python based) plotting package?

Firstly, I wrote it because I needed it. I've not found any other software as easy to use or more versatile since. There are alternative Python libraries (such as matplotlib), but the user interface on Veusz is its selling feature.

Originally Veusz was focused on a combined command line (for speed) and GUI. I have started using the GUI almost completely recently.

Advantages

Disadvantages

Why doesn't Veusz do XYZ?

Veusz might well do that if you let me know and I have time. I welcome suggestions and I do implement many of them. If you'd like to write some code yourself, please do, but I would prefer if you discuss it with me first.

Veusz is too slow - what can I do?

Some speed problems come from the fact that Veusz is written in Python, which can be a relatively slow language. Veusz is often faster than other Python-based plotting packages, however. Other speed issues are due to the Qt library itself. Veusz can be slow with antialiasing switched on and lots of points plotted. Qt uses antialiasing to smooth the appearance of the plot on the screen. Right-click on the plot to disable antialiasing.

Plotting questions

How do you arrange graphs in a grid?

You can place more than one "graph" component in a "grid" component and they are automatically laid out according to the number of columns and rows specified in the grid.

It is very useful to share axes between the different graphs so that each graph has the same axis range and labels. Veusz does this automatically if an axis component is moved to lie inside the grid and the respective axes are deleted from the individual graph components.

If you want to only have axes on one side of the grid you can zero the margins for each of the component graphs (use the automatic "Zero margins" button in the grid to do this, or copy the margin settings by clicking next to a setting and clicking "Copy to graph siblings".

If you want to plot axes on each plot, you will probably want to zero the margins on the grid instead.

How do you create stepped plots or histograms?

Plot you data using a normal "xy" point plotting component. Choose "left", "centre" or "right" for the "Steps" option in the Plot line formatting tab. The different options choose between plotting the steps to the left, right or centred around the points.

How do I control the general appearance of a plot? E.g. line colour and font.

Veusz documents contain "Stylesheet" settings, placed under formatting when the "document" component is selected. The default font and line style can be changed here. The stylesheet can be imported and exported separately with the File menu.

Data questions

How do you create new datasets?

Datasets can be created in a number of ways in the Data->Create and Data->Create 2D dialogs:

Web page designed by Jeremy Sanders.