-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Set time series x-axis limits explicitly #64
Comments
Original comment by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). |
Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). set attachment to "TimeSeriesAutoScaleEndGaps.png" |
Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). changed state from "new" to "open" |
Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). changed content from "The auto-scaling algorithm for axis limits has changed between To get th" to "The auto-scaling algorithm for axis limits has changed between To get th" |
Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). changed title from "Set time series x-axis limit explicitly" to "Set time series x-axis limits explicitly" |
Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). changed content from "The auto-scaling algorithm for axis limits has changed between To get th" to "The auto-scaling algorithm for axis limits has changed between To get th" |
4 similar comments
Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). changed content from "The auto-scaling algorithm for axis limits has changed between To get th" to "The auto-scaling algorithm for axis limits has changed between To get th" |
Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). changed content from "The auto-scaling algorithm for axis limits has changed between To get th" to "The auto-scaling algorithm for axis limits has changed between To get th" |
Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). changed content from "The auto-scaling algorithm for axis limits has changed between To get th" to "The auto-scaling algorithm for axis limits has changed between To get th" |
Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). changed content from "The auto-scaling algorithm for axis limits has changed between To get th" to "The auto-scaling algorithm for axis limits has changed between To get th" |
Original comment by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). Set explicit time series x-axes limits. re: issue #64 |
Original comment by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). Set explicit time series x-axes limits in 2nd Narrows currents figure. re: issue #64 |
Original comment by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). Set explicit time series x-axes limits in WWatch3 evaluation figure. re: issue #64 |
Original comment by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). Set explicit time series x-axes limits in tide gauge stn water levels figs. re: issue #64 |
Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). changed content from "The auto-scaling algorithm for axis limits has changed between To get th" to "The auto-scaling algorithm for axis limits has changed between To get th" |
Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). changed content from "The auto-scaling algorithm for axis limits has changed between To get the time series to fill the axes horizontally it seems to now be necessary to use ax.set_xlim(plot_data.hrdps_dir.time.values[0], plot_data.hrdps_dir.time.values[-1]) Affected figure modules:
To get the time series to fill the axes horizontally it seems to now be necessary to use ax.set_xlim(plot_data.hrdps_dir.time.values[0], plot_data.hrdps_dir.time.values[-1]) Affected figure modules:
|
Original comment by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). Set explicit time series x-axes limits in tide prediction & max ssh figs. re: issue #64 |
Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). changed content from "The auto-scaling algorithm for axis limits has changed between To get the time series to fill the axes horizontally it seems to now be necessary to use ax.set_xlim(plot_data.hrdps_dir.time.values[0], plot_data.hrdps_dir.time.values[-1]) Affected figure modules:
To get the time series to fill the axes horizontally it seems to now be necessary to use ax.set_xlim(plot_data.hrdps_dir.time.values[0], plot_data.hrdps_dir.time.values[-1]) Affected figure modules:
|
Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). changed content from "The auto-scaling algorithm for axis limits has changed between To get the time series to fill the axes horizontally it seems to now be necessary to use ax.set_xlim(plot_data.hrdps_dir.time.values[0], plot_data.hrdps_dir.time.values[-1]) Affected figure modules:
To get the time series to fill the axes horizontally it seems to now be necessary to use ax.set_xlim(plot_data.hrdps_dir.time.values[0], plot_data.hrdps_dir.time.values[-1]) Affected figure modules:
|
Original comment by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). Set explicit time series x-axes limits in biology time series figs. re: issue #64 Also rotate right y-axis label, and change x-axis date tick labels |
Original changes by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell). changed content from "The auto-scaling algorithm for axis limits has changed between To get the time series to fill the axes horizontally it seems to now be necessary to use ax.set_xlim(plot_data.hrdps_dir.time.values[0], plot_data.hrdps_dir.time.values[-1]) Affected figure modules:
To get the time series to fill the axes horizontally it seems to now be necessary to use ax.set_xlim(plot_data.hrdps_dir.time.values[0], plot_data.hrdps_dir.time.values[-1]) Affected figure modules:
|
Original report by Doug Latornell (Bitbucket: douglatornell, GitHub: douglatornell).
The original report had attachments: TimeSeriesAutoScaleEndGaps.png
The auto-scaling algorithm for axis limits has changed between
matplotlib-1.5.3
andmatplotlib-3.0.0
such that time series are (often) now plotted with gaps between the plotted values and the axes left and right sides (example attached).To get the time series to fill the axes horizontally it seems to now be necessary to use
Axes.set_xlim()
, for example:Affected figure modules:
FIXEDcomparison/sandheads_winds.py
FIXEDcomparison/compare_venus_ctd.py
FIXEDpublish/compare_tide_prediction_max_ssh.py
FIXEDfvcom/second_narrows_current.py
FIXEDfvcom/tide_stn_water_level.py
FIXEDwwatch3/wave_height_period.py
FIXEDresearch/time_series_plots.py
The text was updated successfully, but these errors were encountered: