Skip to content
Snippets Groups Projects
Commit 477da7b1 authored by Phil Colebrooke's avatar Phil Colebrooke
Browse files

Re #28142 change formatter so tick labels are easier to understand

parent b1468f9f
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ Python::Object SymLogNorm::tickLocator() const {
*/
Python::Object SymLogNorm::labelFormatter() const {
GlobalInterpreterLock lock;
return Python::Object(tickerModule().attr("LogFormatterMathtext")());
return Python::Object(tickerModule().attr("LogFormatterSciNotation")());
}
// ------------------------ PowerNorm ------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment