Author Topic: log plots?  (Read 4601 times)

0 Members and 1 Guest are viewing this topic.

Offline esp

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 318
  • Country: us
  • Reputation: 3
    • View Profile
    • University of Minnesota
log plots?
« on: February 27, 2012, 03:14 »
can we see IV curves on log scales in analyzer? if not good feature to add

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5405
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: log plots?
« Reply #1 on: February 27, 2012, 17:08 »
Indeed. Requests for advanced plotting will be taken into account in 12.8.

Offline ziand

  • Heavy QuantumATK user
  • ***
  • Posts: 78
  • Country: de
  • Reputation: 5
    • View Profile
Re: log plots?
« Reply #2 on: March 4, 2012, 19:50 »
This brings me to another suggestion for future releases: The present combination of ATK, Python and Matplotlib is really a nice thing. However, it may be a good idea to keep up with the Matplolib versions from time to time. I post this here, because
Code
import pylab
pylab.semilogy([1,2,3])
pylab.show()
throws an error. This is a known and meanwhile fixed bug in Matplotlib.

Offline Nordland

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 812
  • Reputation: 18
    • View Profile
Re: log plots?
« Reply #3 on: March 4, 2012, 21:34 »
In the new version of ATK 12.2 matplotlib has been updated.

In general we try to be progressive when it comes to the packages we ship along and use internally, but sometimes we encounter problems with these, and we have to fill bugs reports to numpy etc, and it is not always that these get fixed on all the platforms we support before a release. Our aim is to have the latest stable version of all our packages as long as it runs on all the platforms we support.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5405
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: log plots?
« Reply #4 on: March 4, 2012, 21:46 »
Also note that you can at least try to update packages within ATK yourself, since "atkpython" works in every respect as a "real" normal Python interpreter. That is, "atkpython setup.py install" should normally work fine. This is of course at your own risk, but if something goes wrong you can always just reinstall ATK.