You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to put labels on a scatter plot with
presentation.xticlabels1 = {1:'20', 2: 'abc'}
presentation.yticlabels1 = {1:'40', 2: 'def'}
What happens is the xtics and ytics are trashed(blank).
When trying to put labels on a scatter plot with
presentation.xticlabels1 = {1:'20', 2: 'abc'}
presentation.yticlabels1 = {1:'40', 2: 'def'}
What happens is the xtics and ytics are trashed(blank).