We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189243f commit 24c7699Copy full SHA for 24c7699
test/jasmine/tests/image_test.js
@@ -423,9 +423,7 @@ describe('image plot', function() {
423
424
[
425
['yaxis.type', 'log'],
426
- ['xaxis.type', 'log'],
427
- ['xaxis.range', [50, 0]],
428
- ['yaxis.range', [0, 50]]
+ ['xaxis.type', 'log']
429
].forEach(function(attr) {
430
it('does not renders pixelated image when the axes are not compatible', function(done) {
431
var mock = require('@mocks/image_astronaut_source.json');
0 commit comments