Hi Michael, This is currently a feature that is missing from the giza backend. Since it is kind of complicated I will unlikely be able to implement it in the next few weeks, so the short-term workaround is to use the old PGPLOT backend to make your plot.
That is, compile splash using: make BACKEND=pgplot Obviously you need to have pgplot installed for this to work. Cheers, Daniel On 9 Aug 2014, at 11:38 pm, Michael Kastl <[email protected]> wrote: > Dear Dr. Price, > I've come across another problem: > I'm trying to plot a rendered plot over density with temperature contour > lines. > That works fine, but when I'm trying to label the contour lines, SPLASH gives > the following error message: > __________________________________________________________________________________________ > x [kpc] min, max = -52.3357010 52.4281883 > y [kpc] min, max = -49.9223099 51.2021217 > log density [#/cm^3] min, max = -2.68047523 1.87201142 > log T [K] min, max = 4.51177454 6.42852259 > rendering... 556 x 537 = 298572 pixels > rendering... 556 x 537 = 298572 pixels > plotting 25 contours between 4.51E+00 and 6.43E+00, every 7.99E-02: > 4.51E+00 4.59E+00 4.67E+00 4.75E+00 4.83E+00 4.91E+00 > 4.99E+00 5.07E+00 5.15E+00 5.23E+00 5.31E+00 5.39E+00 > 5.47E+00 5.55E+00 5.63E+00 5.71E+00 5.79E+00 5.87E+00 > 5.95E+00 6.03E+00 6.11E+00 6.19E+00 6.27E+00 6.35E+00 > 6.43E+00 > WARNING: labelled coutouring not implemented in giza > nc = 1 > ______________________________________________________________________________ > This WARNING comes up 15 times in my case and the numbers of contours is also > 15. > > > I realyl hope you can help me with that problem. > > Best regards, > Michael > > > -- > You received this message because you are subscribed to the Google Groups > "SPLASH users forum" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/splash-users. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "SPLASH users forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/splash-users. For more options, visit https://groups.google.com/d/optout.
