Question: Using and displaying units on a plot

I have a function that calculates a volume in mm^3, but for the purposes of plotting, I would like to plot the values as m^3.

How do I specify that the units to be plotted are m^3, have Flow convert the values to m^3, from mm^3 and show that the units for the axis are m^3?

I have tried using the useunits[m,m^3] function, but the graph does not change the value of the units, and it does not display the units of the result on the graph axis.

Also, is there a good quick reference for all of the options available for the plot command?  The user manual has very little, and the tutorial file only gives limited examples also.

Please Wait...