Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Change scheme of old .gph file?

    I'd like to redraw the attached .gph file using the white_tableau scheme. Is there a way to do this using code or the Graph Editor?

    Thanks!
    Attached Files

  • #2
    (If you're not familiar with the white_tableau scheme, an answer for any other scheme would probably tell me what I need to know....)

    Comment


    • #3
      open in graph editor. Edit. Apply New Scheme.

      Comment


      • #4
        Hm. I found Apply New Scheme in the Edit menu, but it's grayed out....
        Click image for larger version

Name:	Apply New Scheme grayed out.png
Views:	1
Size:	63.9 KB
ID:	1768915

        Last edited by paulvonhippel; 05 Dec 2024, 19:05.

        Comment


        • #5
          Easier than firing up the Editor, I downloaded your graph file and did this as a exanple,

          Code:
           graph use "!!!\ses_readtz_2011.gph", scheme(stcolor)
          where by !!! you should understand local directory details. So if I moved my working directory to where the file is, or vice versa,

          Code:
           graph use ses_readtz_2011.gph, scheme(white_tableau)
          should work for me if I had installed that scheme,

          I guess you know that you have 5 curves there -- for 2010 2011 2012 2013 ??? -- but no key, legend, or direct labeling.

          Comment


          • #6
            Thanks, Nick! And thanks for pointing out the inadequate labeling. Is this better?
            Click image for larger version

Name:	Gaps don't grow, redrawn ses_readtz_2011.png
Views:	1
Size:	140.3 KB
ID:	1768942

            Last edited by paulvonhippel; 06 Dec 2024, 06:50.

            Comment


            • #7
              Agreed: That is much better!

              Comment

              Working...
              X