Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: Count unique in file, sort and display using gnuplot

  1. #11
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Count unique in file, sort and display using gnuplot

    All good. Unfortunately I wouldn't have a clue. Not my area, sorry, but you may have more luck here.

  2. #12
    Join Date
    May 2013
    Beans
    12

    Thumbs up Re: Count unique in file, sort and display using gnuplot

    I have sorted the issue now

    Code:
    for line, count in sorted(countr.items()):
    I had to sort the keys with sorted().

    Anyone who has any future issue with this like me can hopefully see this.

    Thanks

  3. #13
    Join Date
    May 2013
    Beans
    12

    Re: Count unique in file, sort and display using gnuplot

    Quote Originally Posted by Bucky Ball View Post
    All good. Unfortunately I wouldn't have a clue. Not my area, sorry, but you may have more luck here.
    Thank you for your consideration, I have posted a solution now. Hopefully any future n00b like myself can make use of this.

  4. #14
    Join Date
    Feb 2008
    Location
    Land of fire and drought
    Beans
    Hidden!
    Distro
    Xubuntu

    Re: Count unique in file, sort and display using gnuplot

    No probs. Glad you got it fixed and you can help steer others here by marking the thread as solved from 'Thread Tools' at top right. Cheers and good luck with it all.

  5. #15
    Join Date
    May 2013
    Beans
    12

    Re: Count unique in file, sort and display using gnuplot

    Quote Originally Posted by Bucky Ball View Post
    No probs. Glad you got it fixed and you can help steer others here by marking the thread as solved from 'Thread Tools' at top right. Cheers and good luck with it all.
    Thank you
    I just did that, sorry about that. This has been very informative and helpful forum and I hope somehow me asking these questions somehow contributed

Page 2 of 2 FirstFirst 12

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •