Group Abstract Group Abstract

Message Boards Message Boards

1
|
16.7K Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

DateListPlot in webMathematica doesn't show FrameTicks properly

Posted 11 years ago
POSTED BY: Guido Tripaldi
2 Replies
Posted 10 years ago

I've encountered the same problem with Mathematica v10.0 and .NETLink (evaluateToImage).

A "workaround" that's okay for me is to replace

PlotTheme->"Web"

with

Sequence@@DeleteCases[Charting`ResolvePlotTheme["Web", DateListPlot], 
 HoldPattern[FrameTicks -> _]]

I hope this helps.

POSTED BY: Peter Aronsson
Posted 10 years ago

I recognize this issue. I am affected by it too, but in my case I see it when I run my program from the Wolfram Script environment (I am not using webMathematica). Under 10.2 I always see the issue when running scripts, but under 10.3 the issue is not preset if the front end is not open.

I can run my script with my Mathematica Front End closed, but I don't think you can do that with webMathematica. I have contacted support and they have reproduced the problem [CASE:3450946].

My script runs automatically everyday in order to generate and email a report. Unfortunately I keep forgetting to close my Mathematica Front End and therefore my report is sometimes missing the ticks. I really would like to have a workaround this issue.

POSTED BY: Gustavo Delfino
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard