Skip to content
This repository has been archived by the owner on Nov 5, 2020. It is now read-only.

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Apr 9, 2019
1 parent a0d02f7 commit 72c9cdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions shapeout/gui/plot_contour.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,8 @@ def set_contour_data(plot, analysis):
styles=styles,
widths=widths,
)[0]
# Workaround for plotting contour data on a log scale
# (https://github.com/enthought/chaco/issues/300)
if scalex == "log":
cplot.index_mapper._xmapper = ca.LogMapper(
range=cplot.index_range.x_range,
Expand Down

0 comments on commit 72c9cdc

Please sign in to comment.