MantisBT - ParaView
View Issue Details
0014895ParaView(No Category)public2014-07-29 17:492016-08-12 09:59
Alan Scott 
T.J. Corona 
highminorhave not tried
closedmoved 
git-master 
5.1 
Sandia
incorrect functionality
0014895: 2d plots log is wrong
On a 2d plot, when a user has positive X axis data that is to be logged, and includes 0 or negative data, ParaView will arbitrarily change this minimum to 1. Please add more intelligence to this algorithm. What I would like is as follows:

If (X axis data is all positive)
  Leave algorithm as is.
else (i.e., we have 0 or negative X axis data)
  Possible-Min = max/(1e-4)
  If (Possible-Min < 1)
    Minimum = Possible-Min
  Else
    Minimum = 1

A trivial way to reproduce this is as follows:
* Master, local server, Linux.
* can.exo. All vars on. Apply.
* Move forward one time step.
* Plot over line. Left Axis Log Scale on. Apply.

A huge warning will appear, which makes 2d plots useless. Further, if you click on Use Custom Range, the minimum and maximum are not even preset! This creates huge headaches for users.

To show the magnitude of the problem, imagine a user needs to Y axis log scale 4 different 2d plots, with varrying min and max, with a few data points at 0. ParaView becomes very painful to use.
No tags attached.
related to 0014835closed Utkarsh Ayachit Color legend log minimum color is wrong 
related to 0014896closed Kitware Robot 2d plot log ranges - advanced 
Issue History
2014-07-29 17:49Alan ScottNew Issue
2014-07-29 17:49Alan ScottTarget Version => 4.2
2014-07-29 17:54Alan ScottRelationship addedrelated to 0014896
2014-07-29 17:56Alan ScottRelationship addedrelated to 0014837
2014-07-29 17:56Alan ScottRelationship deletedrelated to 0014837
2014-07-29 17:57Alan ScottRelationship addedrelated to 0014835
2014-07-29 17:57Alan ScottNote Added: 0033137
2014-07-31 13:08Utkarsh AyachitStatusbacklog => todo
2014-08-05 14:09Utkarsh AyachitNote Added: 0033184
2014-08-06 15:55Utkarsh AyachitAssigned To => Utkarsh Ayachit
2014-11-14 22:52Utkarsh AyachitTarget Version4.2 => 4.4
2015-07-08 16:30Utkarsh AyachitStatustodo => backlog
2015-09-11 16:43Utkarsh AyachitTarget Version4.4 => 5.1
2016-02-11 22:06Alan ScottNote Added: 0035721
2016-06-21 16:09T.J. CoronaAssigned ToUtkarsh Ayachit => T.J. Corona
2016-08-12 09:59Kitware RobotNote Added: 0038610
2016-08-12 09:59Kitware RobotStatusbacklog => closed
2016-08-12 09:59Kitware RobotResolutionopen => moved

Notes
(0033137)
Alan Scott   
2014-07-29 17:57   
Adding a relationship between log scaling min and max colors, and Y axis for 2d plots. Algorithm is the same.
(0033184)
Utkarsh Ayachit   
2014-08-05 14:09   
In reference to:

"Further, if you click on Use Custom Range, the minimum and maximum are not even preset! This creates huge headaches for users."

That's already fixed: BUG 0014899
(0035721)
Alan Scott   
2016-02-11 22:06   
I'm marking this for must be fixed for 5.1. However, probably needs to be tested to see if it still is a problem.
(0038610)
Kitware Robot   
2016-08-12 09:59   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.