----- Original Message -----<BR>From: Fleck Jean-Julien <BR>Date: Friday, January 5, 2007 11:08 am<BR>Subject: [Tioga-users] minus sign not in math mode<BR>To: tioga-users@rubyforge.org<BR><BR><BR>> Could it be added a "axes_numbers_in_math_mode" switch in the next <BR>> Tiogarelease ? Or could everything be in math mode (as it is the <BR>> case when you<BR>> have a log scale with powers of ten) ?<BR><BR>  I also had noticed this. However, I propose to add a block that would format the numbers directly, such as:<BR><BR>  def_number_format do |str|<BR>    "$#{str}"<BR>  end<BR><BR>  This way, support for more complex stuff could be achieved, such as changing decimal separator. I'll have a look into this, but a little later.<BR><BR>  Cheers,<BR><BR>      Vincent<BR>